CMS 3D CMS Logo

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

Classes

class  dummy
 

Variables

tuple egammaSelectors = cms.Sequence(tmp)
 
tuple egammaValidationSequence = cms.Sequence( egammaValidators )
 
tuple egammaValidationSequenceFS = cms.Sequence( egammaValidators )
 
tuple egammaValidators = cms.Sequence(tmp)
 
tuple fiducial
 
string fiducialname = "fiducial"
 
string filename = "HLTriggerOffline.Egamma."
 
tuple genp
 produce generated paricles in acceptance # More...
 
string genpartname = "genpart"
 
dictionary lumiprocess
 
dictionary pathlumi
 
tuple tmp = cms.SequencePlaceholder("tmp")
 loop over samples to create modules and sequence # More...
 
tuple trigdef = __import__( filename )
 
list trigname = trig+samples.names[samplenum]
 

Variable Documentation

tuple EgammaValidation_cff.egammaSelectors = cms.Sequence(tmp)

Definition at line 81 of file EgammaValidation_cff.py.

tuple EgammaValidation_cff.egammaValidationSequence = cms.Sequence( egammaValidators )

Definition at line 123 of file EgammaValidation_cff.py.

tuple EgammaValidation_cff.egammaValidationSequenceFS = cms.Sequence( egammaValidators )

Definition at line 124 of file EgammaValidation_cff.py.

tuple EgammaValidation_cff.egammaValidators = cms.Sequence(tmp)

Definition at line 82 of file EgammaValidation_cff.py.

tuple EgammaValidation_cff.fiducial
Initial value:
1 = cms.EDFilter("EtaPtMinCandViewSelector",
2  src = cms.InputTag("genp"),
3  etaMin = cms.double(-2.5), # to be replaced in loop ?
4  etaMax = cms.double(2.5), # to be replaced in loop ?
5  ptMin = cms.double(2.0) # to be replaced in loop ?
6 )

Definition at line 69 of file EgammaValidation_cff.py.

string EgammaValidation_cff.fiducialname = "fiducial"

Definition at line 94 of file EgammaValidation_cff.py.

string EgammaValidation_cff.filename = "HLTriggerOffline.Egamma."

Definition at line 103 of file EgammaValidation_cff.py.

tuple EgammaValidation_cff.genp
Initial value:
1 = cms.EDFilter("PdgIdAndStatusCandViewSelector",
2  status = cms.vint32(3),
3  src = cms.InputTag("genParticles"),
4  pdgId = cms.vint32(11) # replaced in loop
5 )

produce generated paricles in acceptance #

Definition at line 63 of file EgammaValidation_cff.py.

Referenced by pat::GenPlusSimParticleProducer.addGenParticle(), TtSemiEvtSolutionMaker.produce(), TtHadEvtSolutionMaker.produce(), and pat::PATGenCandsFromSimTracksProducer.produce().

string EgammaValidation_cff.genpartname = "genpart"

Definition at line 88 of file EgammaValidation_cff.py.

dictionary EgammaValidation_cff.lumiprocess
Initial value:
1 = { '8e29':'HLT',
2  '1e31':'HLT'
3  }

Definition at line 54 of file EgammaValidation_cff.py.

dictionary EgammaValidation_cff.pathlumi
Initial value:
1 = { 'HLT_Ele10_LW_L1RDQM':'8e29',
2  'HLT_Ele15_SW_L1RDQM':'1e31',
3  'HLT_Ele10_LW_EleId_L1RDQM':'8e29',
4  'HLT_Ele15_SiStrip_L1RDQM':'8e29',
5  'HLT_DoubleEle5_SW_L1RDQM':'8e29',
6  'HLT_Photon10_L1R_DQM':'8e29',
7  'HLT_Photon15_TrackIso_L1R_DQM':'8e29',
8  'HLT_Photon15_LooseEcalIso_L1R_DQM':'8e29',
9  'HLT_DoublePhoton10_L1R_DQM':'8e29',
10  'HLT_Photon25_L1R_DQM':'1e31',
11  'HLT_Photon25_LooseEcalIso_TrackIso_L1R_DQM':'1e31'}

Definition at line 42 of file EgammaValidation_cff.py.

tuple EgammaValidation_cff.tmp = cms.SequencePlaceholder("tmp")

loop over samples to create modules and sequence #

Definition at line 80 of file EgammaValidation_cff.py.

tuple EgammaValidation_cff.trigdef = __import__( filename )

Definition at line 104 of file EgammaValidation_cff.py.

list EgammaValidation_cff.trigname = trig+samples.names[samplenum]

Definition at line 101 of file EgammaValidation_cff.py.