CMS 3D CMS Logo

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

Variables

tuple ALCARECOEventContent
 
tuple AODEventContent
 
tuple AODSIMEventContent
 
tuple CommonEventContent
 
tuple DATAMIXEREventContent
 
tuple DQMEventContent
 DQM event content. More...
 
tuple FastSimCJPT
 CaloJet+Tracks are apparently saved nowhere Let's save them in the fast simulation (AOD only) More...
 
tuple FastSimCoreAOD
 
tuple FastSimCoreFEVT
 The simHits part is definitely different in FastSim. More...
 
tuple FastSimCoreRECO
 
tuple FastSimParamMuonAOD
 
tuple FastSimParamMuonFEVT
 The Muons are, for now, parameterized. More...
 
tuple FastSimParamMuonRECO
 
tuple FastSimRecoLocalCaloAOD
 
tuple FastSimRecoLocalCaloFEVT
 The Calo RecHits are also different. More...
 
tuple FastSimRecoLocalCaloRECO
 
tuple FastSimRecoLocalTrackerAOD
 
tuple FastSimRecoLocalTrackerFEVT
 The Tracker RecHits are also different. More...
 
tuple FastSimRecoLocalTrackerRECO
 
tuple FastSimRecoTrackerAOD
 
tuple FastSimRecoTrackerFEVT
 The Tracker Tracks are also different. More...
 
tuple FastSimRecoTrackerRECO
 
tuple FEVTDEBUGEventContent
 
tuple FEVTDEBUGHLTEventContent
 
tuple FEVTEventContent
 
tuple FEVTHLTALLEventContent
 
tuple FEVTSIMEventContent
 
tuple HLTDEBUGEventContent
 HLTDEBUG tier definition. More...
 
tuple LHEEventContent
 
tuple MIXINGMODULEEventContent
 
tuple RAWDEBUGEventContent
 
tuple RAWDEBUGHLTEventContent
 
tuple RAWEventContent
 
tuple RAWRECOEventContent
 
tuple RAWSIMEventContent
 
tuple RECODEBUGEventContent
 
tuple RECOEventContent
 
tuple RECOSIMEventContent
 
tuple REPACKRAWEventContent
 RAW repacked event content definition. More...
 
tuple REPACKRAWSIMEventContent
 

Variable Documentation

tuple EventContent_cff.ALCARECOEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('drop *',
3  'keep edmTriggerResults_*_*_*'),
4  splitLevel = cms.untracked.int32(0),
5  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
6 )

Definition at line 274 of file EventContent_cff.py.

tuple EventContent_cff.AODEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('drop *'),
3  eventAutoFlushCompressedSize=cms.untracked.int32(15*1024*1024)
4 )

Definition at line 156 of file EventContent_cff.py.

tuple EventContent_cff.AODSIMEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('drop *'),
3  eventAutoFlushCompressedSize=cms.untracked.int32(15*1024*1024)
4 )

Definition at line 185 of file EventContent_cff.py.

tuple EventContent_cff.CommonEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('keep *_logErrorHarvester_*_*')
3 )

Definition at line 105 of file EventContent_cff.py.

tuple EventContent_cff.DATAMIXEREventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('drop *',
3  'keep CaloTowersSorted_calotoweroptmaker_*_*',
4  'keep CSCDetIdCSCALCTDigiMuonDigiCollection_muonCSCDigis_MuonCSCALCTDigi_*',
5  'keep CSCDetIdCSCCLCTDigiMuonDigiCollection_muonCSCDigis_MuonCSCCLCTDigi_*',
6  'keep CSCDetIdCSCComparatorDigiMuonDigiCollection_muonCSCDigis_MuonCSCComparatorDigi_*',
7  'keep CSCDetIdCSCCorrelatedLCTDigiMuonDigiCollection_csctfDigis_*_*',
8  'keep CSCDetIdCSCCorrelatedLCTDigiMuonDigiCollection_muonCSCDigis_MuonCSCCorrelatedLCTDigi_*',
9  'keep CSCDetIdCSCRPCDigiMuonDigiCollection_muonCSCDigis_MuonCSCRPCDigi_*',
10  'keep CSCDetIdCSCStripDigiMuonDigiCollection_muonCSCDigis_MuonCSCStripDigi_*',
11  'keep CSCDetIdCSCWireDigiMuonDigiCollection_muonCSCDigis_MuonCSCWireDigi_*',
12  'keep DTLayerIdDTDigiMuonDigiCollection_muonDTDigis_*_*',
13  'keep PixelDigiedmDetSetVector_siPixelDigis_*_*',
14  'keep SiStripDigiedmDetSetVector_siStripDigis_*_*',
15  'keep RPCDetIdRPCDigiMuonDigiCollection_muonRPCDigis_*_*',
16  'keep HBHEDataFramesSorted_hcalDigis_*_*',
17  'keep HFDataFramesSorted_hcalDigis_*_*',
18  'keep HODataFramesSorted_hcalDigis_*_*',
19  'keep EBDigiCollection_ecalDigis_*_*',
20  'keep EEDigiCollection_ecalDigis_*_*',
21  'keep ESDataFramesSorted_ecalPreshowerDigis_*_*'),
22  splitLevel = cms.untracked.int32(0),
23  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
24  )

Definition at line 305 of file EventContent_cff.py.

tuple EventContent_cff.DQMEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('drop *',
3  'keep *_MEtoEDMConverter_*_*'),
4  splitLevel = cms.untracked.int32(0)
5  )

DQM event content.

Definition at line 298 of file EventContent_cff.py.

tuple EventContent_cff.FastSimCJPT
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring(
3  'keep *_JetPlusTrackZSPCorJetIcone5_*_*',
4  'keep *_ZSPJetCorJetIcone5_*_*'
5  )
6 )

CaloJet+Tracks are apparently saved nowhere Let's save them in the fast simulation (AOD only)

Definition at line 59 of file EventContent_cff.py.

tuple EventContent_cff.FastSimCoreAOD
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring()
3 )

Definition at line 32 of file EventContent_cff.py.

tuple EventContent_cff.FastSimCoreFEVT
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('keep *_famosPileUp_*_*',
3  'keep *_famosSimHits_*_*',
4  'keep *_MuonSimHits_*_*')
5 )

The simHits part is definitely different in FastSim.

Definition at line 15 of file EventContent_cff.py.

tuple EventContent_cff.FastSimCoreRECO
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('keep SimTracks_famosSimHits_*_*',
3  'keep SimVertexs_famosSimHits_*_*')
4 )

Definition at line 25 of file EventContent_cff.py.

tuple EventContent_cff.FastSimParamMuonAOD
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('keep recoMuons_paramMuons_*_*',
3  'keep *_muParamGlobalIsoDepositCtfTk_*_*',
4  'keep *_muParamGlobalIsoDepositCalByAssociatorTowers_*_*',
5  'keep *_muParamGlobalIsoDepositCalByAssociatorHits_*_*',
6  'keep *_muParamGlobalIsoDepositJets_*_*',
7  'keep l1extraL1MuonParticles_l1ParamMuons_*_*')
8 )

Definition at line 129 of file EventContent_cff.py.

tuple EventContent_cff.FastSimParamMuonFEVT
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('keep *_paramMuons_*_*',
3  'keep l1extraL1MuonParticles_l1ParamMuons_*_*')
4 )

The Muons are, for now, parameterized.

Definition at line 111 of file EventContent_cff.py.

tuple EventContent_cff.FastSimParamMuonRECO
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('keep *_paramMuons_*_*',
3  'keep l1extraL1MuonParticles_l1ParamMuons_*_*')
4 )

Definition at line 120 of file EventContent_cff.py.

tuple EventContent_cff.FastSimRecoLocalCaloAOD
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring()
3 )

Definition at line 83 of file EventContent_cff.py.

tuple EventContent_cff.FastSimRecoLocalCaloFEVT
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('keep *_caloRecHits_*_*',
3  'keep *_hcalRecHits_*_*')
4 )

The Calo RecHits are also different.

Definition at line 71 of file EventContent_cff.py.

tuple EventContent_cff.FastSimRecoLocalCaloRECO
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('keep *_caloRecHits_*_*',
3  'keep *_hcalRecHits_*_*')
4 )

Definition at line 77 of file EventContent_cff.py.

tuple EventContent_cff.FastSimRecoLocalTrackerAOD
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring()
3 )

Definition at line 50 of file EventContent_cff.py.

tuple EventContent_cff.FastSimRecoLocalTrackerFEVT
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('keep *_siTrackerGaussianSmearingRecHits_*_*')
3 )

The Tracker RecHits are also different.

Definition at line 42 of file EventContent_cff.py.

tuple EventContent_cff.FastSimRecoLocalTrackerRECO
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring()
3 )

Definition at line 46 of file EventContent_cff.py.

tuple EventContent_cff.FastSimRecoTrackerAOD
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('keep recoTracks_iterativeGSWithMaterialTracks_*_*')
3 )

Definition at line 102 of file EventContent_cff.py.

tuple EventContent_cff.FastSimRecoTrackerFEVT
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('keep *_iterativeGSWithMaterialTracks_*_*')
3 )

The Tracker Tracks are also different.

Definition at line 92 of file EventContent_cff.py.

tuple EventContent_cff.FastSimRecoTrackerRECO
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('keep *_iterativeGSWithMaterialTracks_*_*')
3 )

Definition at line 97 of file EventContent_cff.py.

tuple EventContent_cff.FEVTDEBUGEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('drop *'),
3  splitLevel = cms.untracked.int32(0),
4  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
5 )

Definition at line 240 of file EventContent_cff.py.

tuple EventContent_cff.FEVTDEBUGHLTEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('drop *'),
3  splitLevel = cms.untracked.int32(0),
4  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
5 )

Definition at line 252 of file EventContent_cff.py.

tuple EventContent_cff.FEVTEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('drop *'),
3  splitLevel = cms.untracked.int32(0),
4  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
5 )

Definition at line 194 of file EventContent_cff.py.

tuple EventContent_cff.FEVTHLTALLEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('drop *'),
3  splitLevel = cms.untracked.int32(0),
4  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
5 )

Definition at line 199 of file EventContent_cff.py.

tuple EventContent_cff.FEVTSIMEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('drop *'),
3  splitLevel = cms.untracked.int32(0),
4  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
5 )

Definition at line 210 of file EventContent_cff.py.

tuple EventContent_cff.HLTDEBUGEventContent
Initial value:
1 = cms.PSet(
2  #outputCommands = cms.untracked.vstring('drop *',
3  # 'keep *_hlt*_*_*')
4  outputCommands = cms.untracked.vstring('drop *',
5  'keep *_logErrorHarvester_*_*'),
6  splitLevel = cms.untracked.int32(0),
7  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
8 )

HLTDEBUG tier definition.

Definition at line 284 of file EventContent_cff.py.

tuple EventContent_cff.LHEEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('drop *'),
3  splitLevel = cms.untracked.int32(0),
4  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
5 )

Definition at line 114 of file EventContent_cff.py.

tuple EventContent_cff.MIXINGMODULEEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('drop *',
3  'keep *_cfWriter_*_*'),
4  splitLevel = cms.untracked.int32(0),
5  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
6  )

Definition at line 330 of file EventContent_cff.py.

tuple EventContent_cff.RAWDEBUGEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('drop *'),
3  splitLevel = cms.untracked.int32(0),
4  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
5 )

Definition at line 220 of file EventContent_cff.py.

tuple EventContent_cff.RAWDEBUGHLTEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('drop *'),
3  splitLevel = cms.untracked.int32(0),
4  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
5 )

Definition at line 230 of file EventContent_cff.py.

tuple EventContent_cff.RAWEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('drop *',
3  'keep FEDRawDataCollection_rawDataCollector_*_*',
4  'keep FEDRawDataCollection_source_*_*'),
5  splitLevel = cms.untracked.int32(0),
6  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
7 )

Definition at line 124 of file EventContent_cff.py.

tuple EventContent_cff.RAWRECOEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('drop *'),
3  splitLevel = cms.untracked.int32(0),
4  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
5  )

Definition at line 146 of file EventContent_cff.py.

tuple EventContent_cff.RAWSIMEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('drop *'),
3  splitLevel = cms.untracked.int32(0),
4  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
5 )

Definition at line 165 of file EventContent_cff.py.

tuple EventContent_cff.RECODEBUGEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('drop *'),
3  splitLevel = cms.untracked.int32(0),
4  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
5 )

Definition at line 263 of file EventContent_cff.py.

tuple EventContent_cff.RECOEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('drop *'),
3  splitLevel = cms.untracked.int32(0),
4  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
5 )

Definition at line 136 of file EventContent_cff.py.

tuple EventContent_cff.RECOSIMEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('drop *'),
3  splitLevel = cms.untracked.int32(0),
4  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
5 )

Definition at line 175 of file EventContent_cff.py.

tuple EventContent_cff.REPACKRAWEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring(
3  'drop *',
4  'drop FEDRawDataCollection_*_*_*',
5  'keep FEDRawDataCollection_rawDataRepacker_*_*',
6  'keep FEDRawDataCollection_virginRawDataRepacker_*_*'),
7  splitLevel = cms.untracked.int32(0),
8  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
9  )

RAW repacked event content definition.

Definition at line 342 of file EventContent_cff.py.

tuple EventContent_cff.REPACKRAWSIMEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring(),
3  splitLevel = cms.untracked.int32(0),
4  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
5 )

Definition at line 351 of file EventContent_cff.py.