CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
EXOEle_cff Namespace Reference

Variables

tuple exoticaEleHighetSeq = cms.Sequence(highetMod)
 
tuple exoticaEleHighetSeqReco = cms.Sequence(highetMod)
 
tuple exoticaEleLowetSeq = cms.Sequence(lowetMod)
 
tuple exoticaEleLowetSeqReco = cms.Sequence(lowetModR * lowetsel * lowfilter)
 
tuple exoticaEleMedetSeq = cms.Sequence(medetMod)
 
tuple exoticaEleMedetSeqReco = cms.Sequence(medetModR * medetsel * medfilter)
 
tuple highetMod
 
tuple lowetMod
 definitions for cut on HLT variables # More...
 
tuple lowetModR
 defintions for cuts on RECO variables # More...
 
tuple lowetsel
 
tuple lowfilter
 
tuple medetMod
 
tuple medetModR
 
tuple medetsel
 
tuple medfilter
 

Variable Documentation

tuple EXOEle_cff.exoticaEleHighetSeq = cms.Sequence(highetMod)

Definition at line 31 of file EXOEle_cff.py.

tuple EXOEle_cff.exoticaEleHighetSeqReco = cms.Sequence(highetMod)

Definition at line 78 of file EXOEle_cff.py.

tuple EXOEle_cff.exoticaEleLowetSeq = cms.Sequence(lowetMod)

Definition at line 29 of file EXOEle_cff.py.

tuple EXOEle_cff.exoticaEleLowetSeqReco = cms.Sequence(lowetModR * lowetsel * lowfilter)

Definition at line 76 of file EXOEle_cff.py.

tuple EXOEle_cff.exoticaEleMedetSeq = cms.Sequence(medetMod)

Definition at line 30 of file EXOEle_cff.py.

tuple EXOEle_cff.exoticaEleMedetSeqReco = cms.Sequence(medetModR * medetsel * medfilter)

Definition at line 77 of file EXOEle_cff.py.

tuple EXOEle_cff.highetMod
Initial value:
1 = cms.EDFilter("HLTSummaryFilter",
2  summary = cms.InputTag("hltTriggerSummaryAOD","","HLT8E29"), # trigger summary
3  member = cms.InputTag("hltL1NonIsoHLTNonIsoSinglePhotonEt20HcalIsolFilter","","HLT8E29"), # filter or collection
4  cut = cms.string("pt>80"), # cut on trigger object
5  minN = cms.int32(1) # min. # of passing objects needed
6 )

Definition at line 22 of file EXOEle_cff.py.

tuple EXOEle_cff.lowetMod
Initial value:
1 = cms.EDFilter("HLTSummaryFilter",
2  summary = cms.InputTag("hltTriggerSummaryAOD","","HLT8E29"), # trigger summary
3  member = cms.InputTag("hltL1NonIsoHLTNonIsoSingleElectronLWEt10EleIdDphiFilter","","HLT8E29"), # filter or collection
4  cut = cms.string("pt>30"), # cut on trigger object
5  minN = cms.int32(1) # min. # of passing objects needed
6 )

definitions for cut on HLT variables #

Definition at line 8 of file EXOEle_cff.py.

tuple EXOEle_cff.lowetModR
Initial value:
1 = cms.EDFilter("HLTHighLevel",
2  TriggerResultsTag = cms.InputTag("TriggerResults","","HLT8E29"),
3  HLTPaths = cms.vstring('HLT_Ele15_LW_L1R',
4  'HLT_Photon20_L1R'),
5  andOr = cms.bool(True),
6  eventSetupPathsKey = cms.string(''),
7  throw = cms.bool(True)
8  )

defintions for cuts on RECO variables #

low and medium Et paths currently identical low Et path is currently maintainted for easy addition of isolation requirements in the future

Definition at line 40 of file EXOEle_cff.py.

tuple EXOEle_cff.lowetsel
Initial value:
1 = cms.EDFilter("GsfElectronSelector",
2  src =cms.InputTag("gsfElectrons"),
3  cut =cms.string("superCluster().get().energy()*sin(theta())>30")
4  )

Definition at line 48 of file EXOEle_cff.py.

tuple EXOEle_cff.lowfilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("lowetsel"),
3  minNumber = cms.uint32(1),
4  )

Definition at line 53 of file EXOEle_cff.py.

tuple EXOEle_cff.medetMod
Initial value:
1 = cms.EDFilter("HLTSummaryFilter",
2  summary = cms.InputTag("hltTriggerSummaryAOD","","HLT8E29"), # trigger summary
3  member = cms.InputTag("hltL1NonIsoHLTNonIsoSingleElectronLWEt15PixelMatchFilter","","HLT8E29"), # filter or collection
4  cut = cms.string("pt>50"), # cut on trigger object
5  minN = cms.int32(1) # min. # of passing objects needed
6 )

Definition at line 15 of file EXOEle_cff.py.

tuple EXOEle_cff.medetModR
Initial value:
1 = cms.EDFilter("HLTHighLevel",
2  TriggerResultsTag = cms.InputTag("TriggerResults","","HLT8E29"),
3  HLTPaths = cms.vstring("HLT_Ele15_LW_L1R",
4  "HLT_Photon20_L1R"),
5  andOr = cms.bool(True),
6  eventSetupPathsKey = cms.string(''),
7  throw = cms.bool(True)
8  )

Definition at line 58 of file EXOEle_cff.py.

tuple EXOEle_cff.medetsel
Initial value:
1 = cms.EDFilter("GsfElectronSelector",
2  src =cms.InputTag("gsfElectrons"),
3  cut =cms.string("superCluster().get().energy()*sin(theta())>50")
4  )

Definition at line 66 of file EXOEle_cff.py.

tuple EXOEle_cff.medfilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("medetsel"),
3  minNumber = cms.uint32(1),
4  )

Definition at line 71 of file EXOEle_cff.py.