# $Id: $
#
# Trees for SMS T2 (pp --> squark-antisquark)
# Cross sections from https://twiki.cern.ch/twiki/bin/view/LHCPhysics/SUSYCrossSections8TeVsquarkantisquark

import FWCore.ParameterSet.Config as cms

from PhysicsTools.PatAlgos.patTemplate_cfg import *
from RA2Classic.TreeMaker.makeTreeFromSignalScan_cff import makeTreeFromSignalScan
makeTreeFromSignalScan(process,
                       globalTag="START52_V11C::All",
                       smsModel="T2",
                       smsMotherMass=900,
                       smsLSPMass=300,
                       xs=0.0106744,
                       numEvtsInSample=9999,
                       lumi=5.088
                       )

# outpath needs to be removed, otherwise crab won't
# create the jobs
if hasattr(process,"outpath"):
    delattr(process,"outpath")
# $Id: $
#
# Trees for SMS T1 (pp --> gluino-gluino)
# Cross sections from https://twiki.cern.ch/twiki/bin/view/LHCPhysics/SUSYCrossSections8TeVgluglu

import FWCore.ParameterSet.Config as cms

from PhysicsTools.PatAlgos.patTemplate_cfg import *
from RA2Classic.TreeMaker.makeTreeFromSignalScan_cff import makeTreeFromSignalScan
makeTreeFromSignalScan(process,
                       globalTag="START52_V11C::All",
                       smsModel="T1",
                       smsMotherMass=1150,
                       smsLSPMass=200,
                       xs=0.00666673,
                       numEvtsInSample=10000,
                       lumi=5.088)

# outpath needs to be removed, otherwise crab won't
# create the jobs
if hasattr(process, "outpath"):
    delattr(process, "outpath")
# $Id: $
#
# Trees for SMS T2 (pp --> squark-antisquark)
# Cross sections from https://twiki.cern.ch/twiki/bin/view/LHCPhysics/SUSYCrossSections8TeVsquarkantisquark

import FWCore.ParameterSet.Config as cms

from PhysicsTools.PatAlgos.patTemplate_cfg import *
from RA2Classic.TreeMaker.makeTreeFromSignalScan_cff import makeTreeFromSignalScan
makeTreeFromSignalScan(process,
                       globalTag="START52_V11C::All",
                       smsModel="T2",
                       smsMotherMass=600,
                       smsLSPMass=400,
                       xs=0.244862,
                       numEvtsInSample=10000,
                       lumi=5.088
                       )

# outpath needs to be removed, otherwise crab won't
# create the jobs
if hasattr(process,"outpath"):
    delattr(process,"outpath")
# $Id: runMakeTreeFromSignalScan_T1-1150-050_cfg.py,v 1.1 2012/09/28 09:48:24 mschrode Exp $
#
# Trees for SMS T1 (pp --> gluino-gluino)
# Cross sections from https://twiki.cern.ch/twiki/bin/view/LHCPhysics/SUSYCrossSections8TeVgluglu

import FWCore.ParameterSet.Config as cms

from PhysicsTools.PatAlgos.patTemplate_cfg import *
from RA2Classic.TreeMaker.makeTreeFromSignalScan_cff import makeTreeFromSignalScan
makeTreeFromSignalScan(process,
                       globalTag="START52_V11C::All",
                       smsModel="T1",
                       smsMotherMass=1150,
                       smsLSPMass=50,
                       xs=0.00666673,
                       numEvtsInSample=9999,
                       lumi=5.088
                       )

# outpath needs to be removed, otherwise crab won't
# create the jobs
if hasattr(process,"outpath"):
    delattr(process,"outpath")
# $Id: $
#
# Trees for SMS T2 (pp --> squark-antisquark)
# Cross sections from https://twiki.cern.ch/twiki/bin/view/LHCPhysics/SUSYCrossSections8TeVsquarkantisquark

import FWCore.ParameterSet.Config as cms

from PhysicsTools.PatAlgos.patTemplate_cfg import *
from RA2Classic.TreeMaker.makeTreeFromSignalScan_cff import makeTreeFromSignalScan
makeTreeFromSignalScan(process,
                       globalTag="START52_V11C::All",
                       smsModel="T2",
                       smsMotherMass=900,
                       smsLSPMass=50,
                       xs=0.0106744,
                       numEvtsInSample=10000,
                       lumi=5.088)

# outpath needs to be removed, otherwise crab won't
# create the jobs
if hasattr(process, "outpath"):
    delattr(process, "outpath")
# $Id: runMakeTreeFromSignalScan_T1-1100-500_cfg.py,v 1.1 2012/09/28 09:48:24 mschrode Exp $
#
# Trees for SMS T1 (pp --> gluino-gluino)
# Cross sections from https://twiki.cern.ch/twiki/bin/view/LHCPhysics/SUSYCrossSections8TeVgluglu

import FWCore.ParameterSet.Config as cms

from PhysicsTools.PatAlgos.patTemplate_cfg import *
from RA2Classic.TreeMaker.makeTreeFromSignalScan_cff import makeTreeFromSignalScan
makeTreeFromSignalScan(process,
                       globalTag="START52_V11C::All",
                       smsModel="T1",
                       smsMotherMass=1100,
                       smsLSPMass=500,
                       xs=0.0101744,
                       numEvtsInSample=10000,
                       lumi=5.088
                       )

# outpath needs to be removed, otherwise crab won't
# create the jobs
if hasattr(process,"outpath"):
    delattr(process,"outpath")
#nJetsMin    = parameters.value("njets_min",2)
#htMin       = parameters.value("ht_min",500)
#mhtMin      = parameters.value("mht_min",200)

print "***** SETUP ************************************"
print "  dataSetName : "+dataSetName
#print "     nJetsMin : "+str(nJetsMin)
#print "        htMin : "+str(htMin)
#print "       mhtMin : "+str(mhtMin)
print "************************************************"

# The process needs to be defined AFTER reading sys.argv,
# otherwise edmConfigHash fails
import FWCore.ParameterSet.Config as cms
process = cms.Process("RA2EventSelection")


from RA2Classic.TreeMaker.makeTreeFromSignalScan_cff import makeTreeFromSignalScan
makeTreeFromSignalScan(process,
                       globalTag=GlobalTag,
                       smsModel=SMSmodel,
                       smsMotherMass=1000,
                       smsLSPMass=500,
                       SMStopol=smsTopol,
                       xs=1,
                       numEvtsInSample=1,
                       lumi=5.088,
                       reportEveryEvt=5000,
                       testFileName=dataSetName,
                       numProcessedEvt=20)
Exemple #8
0
# $Id: $
#
# Trees for SMS T1tttt (pp --> gluino-gluino)
# Cross sections from https://twiki.cern.ch/twiki/bin/view/LHCPhysics/SUSYCrossSections8TeVstopsbottom

import FWCore.ParameterSet.Config as cms

from PhysicsTools.PatAlgos.patTemplate_cfg import *
from RA2Classic.TreeMaker.makeTreeFromSignalScan_cff import makeTreeFromSignalScan
makeTreeFromSignalScan(process,
                       globalTag="START52_V11C::All",
                       smsModel="T1tttt",
                       smsMotherMass=1000,
                       smsLSPMass=400,
                       xs=0.000435488,
                       numEvtsInSample=49994,
                       lumi=5.088
                       )

# outpath needs to be removed, otherwise crab won't
# create the jobs
if hasattr(process,"outpath"):
    delattr(process,"outpath")
#nJetsMin    = parameters.value("njets_min",2)
#htMin       = parameters.value("ht_min",500)
#mhtMin      = parameters.value("mht_min",200)

print "***** SETUP ************************************"
print "  dataSetName : " + dataSetName
#print "     nJetsMin : "+str(nJetsMin)
#print "        htMin : "+str(htMin)
#print "       mhtMin : "+str(mhtMin)
print "************************************************"

# The process needs to be defined AFTER reading sys.argv,
# otherwise edmConfigHash fails
import FWCore.ParameterSet.Config as cms
process = cms.Process("RA2EventSelection")

from RA2Classic.TreeMaker.makeTreeFromSignalScan_cff import makeTreeFromSignalScan
makeTreeFromSignalScan(process,
                       globalTag=GlobalTag,
                       smsModel=SMSmodel,
                       smsMotherMass=1000,
                       smsLSPMass=500,
                       SMStopol=smsTopol,
                       xs=1,
                       numEvtsInSample=1,
                       lumi=5.088,
                       reportEveryEvt=5000,
                       testFileName=dataSetName,
                       numProcessedEvt=20)