CMS 3D CMS Logo

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

Variables

tuple debug = cms.untracked.int32(0)
 
tuple doGenJets = cms.bool(True)
 
tuple doPFJets = cms.bool(True)
 
tuple GammaJetAnalysis
 
tuple jetTriggers = cms.vstring('')
 
tuple workOnAOD = cms.int32(0)
 
tuple writeTriggerPrescale = cms.bool(False)
 

Variable Documentation

tuple gammaJetAnalysis_cfi.debug = cms.untracked.int32(0)

Definition at line 33 of file gammaJetAnalysis_cfi.py.

tuple gammaJetAnalysis_cfi.doGenJets = cms.bool(True)

Definition at line 32 of file gammaJetAnalysis_cfi.py.

tuple gammaJetAnalysis_cfi.doPFJets = cms.bool(True)

Definition at line 31 of file gammaJetAnalysis_cfi.py.

tuple gammaJetAnalysis_cfi.GammaJetAnalysis
Initial value:
1 = cms.EDAnalyzer('GammaJetAnalysis',
2  rhoColl = cms.InputTag("fixedGridRhoFastjetAll"),
3  PFMETColl = cms.InputTag("pfMet"),
4  PFMETTYPE1Coll = cms.InputTag("pfType1CorrectedMet"),
5  photonCollName = cms.string('gedPhotons'),
6  pfJetCollName = cms.string('ak4PFJetsCHS'),
7  pfJetCorrName = cms.string('ak4PFCHSL2L3'),
8  genJetCollName = cms.string('ak4GenJets'),
9  genParticleCollName = cms.string('genParticles'),
10  genEventInfoName = cms.string('generator'),
11  hbheRecHitName = cms.string('hbhereco'),
12  hfRecHitName = cms.string('hfreco'),
13  hoRecHitName = cms.string('horeco'),
14  rootHistFilename = cms.string('PhotonPlusJet_tree.root'),
15  pvCollName = cms.string('offlinePrimaryVertices'),
16  prodProcess = cms.untracked.string('reRECO'),
17  allowNoPhoton = cms.bool(False),
18  photonJetDPhiMin = cms.double(2.0), # 0.75 pi= 2.356, 0.7 pi=2.2
19  photonPtMin = cms.double(15.),
20  jetEtMin = cms.double(15.),
21  jet2EtMax = cms.double(100.),
22  jet3EtMax = cms.double(50.),
23  photonTriggers = cms.vstring(''), #HLT_Photon20_*, HLT_Photon135*')

Definition at line 6 of file gammaJetAnalysis_cfi.py.

tuple gammaJetAnalysis_cfi.jetTriggers = cms.vstring('')

Definition at line 29 of file gammaJetAnalysis_cfi.py.

tuple gammaJetAnalysis_cfi.workOnAOD = cms.int32(0)

Definition at line 34 of file gammaJetAnalysis_cfi.py.

tuple gammaJetAnalysis_cfi.writeTriggerPrescale = cms.bool(False)

Definition at line 30 of file gammaJetAnalysis_cfi.py.