CMS 3D CMS Logo

Variables

analysisEventContent_cff Namespace Reference

Variables

tuple corrContent
tuple hiAnalysisSkimContent = hiCommon.clone()
 combinations for specific skims
tuple hiCommon
tuple hiContentMC
tuple jetContent
tuple jetContentExtended = jetContent.clone()
tuple jetTrkSkimContent = hiCommon.clone()
tuple jetTrkSkimContentMC = jetTrkSkimContent.clone()
tuple lightTrackContent
tuple muonContent
tuple muonContentExtended = muonContent.clone()
tuple muonSkimContent = hiCommon.clone()
tuple muonSkimContentMC = muonSkimContent.clone()
tuple muonTrkSkimContent = hiCommon.clone()
tuple photonContent
tuple photonContentExtended = photonContent.clone()
tuple trkContent

Variable Documentation

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring( 
00003       'keep recoRecoChargedCandidates_allTracks_*_*',
00004       'keep recoRecoChargedCandidates_allPxltracks_*_*'
00005       )
00006     )

Definition at line 58 of file analysisEventContent_cff.py.

combinations for specific skims

Definition at line 90 of file analysisEventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('drop *',
00003       'keep *_TriggerResults_*_HLT',
00004       'keep L1GlobalTriggerReadoutRecord_gtDigis_*_*',
00005       'keep recoVertexs_hiSelectedVertex_*_*',                              
00006       'keep *_heavyIon_*_*',
00007       'keep *_hiCentrality_*_*',
00008       'keep *_hiEvtPlane_*_*'
00009     )
00010 )

Definition at line 66 of file analysisEventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring(
00003       'keep *_generator_*_*',
00004       'keep *_hiSignal_*_*',
00005       'keep *_genParticles_*_*',
00006       'keep *_hiGenParticles_*_*'
00007     )
00008 )

Definition at line 78 of file analysisEventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring(
00003     'keep double*_*CaloJets_*_*',
00004     'drop recoCaloJets_*_*_*',
00005     'keep recoGenJets_*_*_*',
00006     'keep patJets_*_*_*'
00007     )
00008   )

Definition at line 8 of file analysisEventContent_cff.py.

Definition at line 17 of file analysisEventContent_cff.py.

Definition at line 98 of file analysisEventContent_cff.py.

tuple analysisEventContent_cff::jetTrkSkimContentMC = jetTrkSkimContent.clone()

Definition at line 103 of file analysisEventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring(
00003     'keep *_offlineBeamSpot_*_*',
00004     'keep *_allTracks_*_*' # Selected Charged Candidates
00005     )
00006     )

Definition at line 29 of file analysisEventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring(
00003       'keep patMuons_*_*_*'
00004       )
00005     )

Definition at line 37 of file analysisEventContent_cff.py.

tuple analysisEventContent_cff::muonContentExtended = muonContent.clone()

Definition at line 43 of file analysisEventContent_cff.py.

Definition at line 107 of file analysisEventContent_cff.py.

tuple analysisEventContent_cff::muonSkimContentMC = muonSkimContent.clone()

Definition at line 113 of file analysisEventContent_cff.py.

Definition at line 117 of file analysisEventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring(
00003       'keep patPhotons_selected*_*_*'
00004       )
00005     )

Definition at line 48 of file analysisEventContent_cff.py.

tuple analysisEventContent_cff::photonContentExtended = photonContent.clone()

Definition at line 54 of file analysisEventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring(
00003       'keep *_offlineBeamSpot_*_*',
00004       'keep recoTracks_hiSelectedTracks_*_*',
00005       'keep recoTracks_hiPixel3PrimTracks_*_*' # low-fake selection to lower pt?
00006       )
00007     )

Definition at line 21 of file analysisEventContent_cff.py.