CMS 3D CMS Logo

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

Variables

tuple genMuonRadCorrAnalyzer
 
tuple genMuonRadCorrAnalyzerPHOTOS
 
tuple genMuonRadCorrAnalyzerPYTHIA
 

Variable Documentation

tuple genMuonRadCorrAnalyzer_cfi.genMuonRadCorrAnalyzer
Initial value:
1 = cms.EDAnalyzer("GenMuonRadCorrAnalyzer",
2  srcSelectedMuons = cms.InputTag('goldenZmumuCandidatesGe0IsoMuons'),
3  srcGenParticles = cms.InputTag('genParticles'),
4  srcWeights = cms.VInputTag(),
5  binningMuonEn = cms.vdouble(0., 30., 40., 50., 200., -1.), # CV: -1 represents "infinity"
6  muonRadiationAlgo = cms.string(''),
7  beamEnergy = cms.double(4000.),
8  numBinsRadDivMuonEn = cms.uint32(21),
9  minRadDivMuonEn = cms.double(-0.025),
10  maxRadDivMuonEn = cms.double(+1.025),
11  directory = cms.string('genMuonRadCorrAnalyzer')
12 )

Definition at line 3 of file genMuonRadCorrAnalyzer_cfi.py.

tuple genMuonRadCorrAnalyzer_cfi.genMuonRadCorrAnalyzerPHOTOS
Initial value:
1 = genMuonRadCorrAnalyzer.clone(
2  muonRadiationAlgo = cms.string('photos'),
3  directory = cms.string('genMuonRadCorrAnalyzerPHOTOS')
4 )

Definition at line 21 of file genMuonRadCorrAnalyzer_cfi.py.

tuple genMuonRadCorrAnalyzer_cfi.genMuonRadCorrAnalyzerPYTHIA
Initial value:
1 = genMuonRadCorrAnalyzer.clone(
2  muonRadiationAlgo = cms.string('pythia'),
3  directory = cms.string('genMuonRadCorrAnalyzerPYTHIA')
4 )

Definition at line 16 of file genMuonRadCorrAnalyzer_cfi.py.