CMS 3D CMS Logo

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

Functions

def SwapKeepAndDrop
 

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 FastSimParticleFlowAOD
 
tuple FastSimParticleFlowFEVT
 new Particle Flow Collection with "Fake" Neutral Hadrons More...
 
tuple FastSimParticleFlowRECO
 
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 GENRAWEventContent
 
tuple HLTDEBUGEventContent
 HLTDEBUG tier definition. More...
 
tuple LHEEventContent
 
tuple MIXINGMODULEEventContent
 
tuple RAWDEBUGEventContent
 
tuple RAWDEBUGHLTEventContent
 
tuple RAWEventContent
 
tuple RAWRECODEBUGHLTEventContent
 
tuple RAWRECOEventContent
 
tuple RAWRECOSIMHLTEventContent
 
tuple RAWSIMEventContent
 
tuple RAWSIMHLTEventContent
 
tuple RECODEBUGEventContent
 
tuple RECOEventContent
 
tuple RECOSIMEventContent
 
tuple REDIGIEventContent
 
tuple REGENEventContent
 
tuple REPACKRAWEventContent
 RAW repacked event content definition. More...
 
tuple REPACKRAWSIMEventContent
 
tuple RESIMEventContent
 

Function Documentation

def EventContent_cff.SwapKeepAndDrop (   l)

Definition at line 692 of file EventContent_cff.py.

693 def SwapKeepAndDrop(l):
694  r=[]
695  for item in l:
696  if 'keep ' in item:
697  r.append(item.replace('keep ','drop '))
698  elif 'drop ' in item:
699  r.append(item.replace('drop ','keep '))
700  return r

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 306 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 148 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 217 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 97 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 ZDCDataFramesSorted_hcalDigis_*_*',
20  'keep CastorDataFramesSorted_castorDigis_*_*',
21  'keep EBDigiCollection_ecalDigis_*_*',
22  'keep EEDigiCollection_ecalDigis_*_*',
23  'keep ESDigiCollection_ecalPreshowerDigis_*_*'),
24  splitLevel = cms.untracked.int32(0),
25  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
26  )

Definition at line 337 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 330 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.FastSimParticleFlowAOD
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('keep recoPFCandidates_FSparticleFlow_*_*')
3 )

Definition at line 122 of file EventContent_cff.py.

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

new Particle Flow Collection with "Fake" Neutral Hadrons

Definition at line 112 of file EventContent_cff.py.

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

Definition at line 117 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 272 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 284 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 226 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 231 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 242 of file EventContent_cff.py.

tuple EventContent_cff.GENRAWEventContent
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 207 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 316 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 106 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 364 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 252 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 262 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 116 of file EventContent_cff.py.

tuple EventContent_cff.RAWRECODEBUGHLTEventContent
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 187 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 138 of file EventContent_cff.py.

tuple EventContent_cff.RAWRECOSIMHLTEventContent
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 177 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 157 of file EventContent_cff.py.

tuple EventContent_cff.RAWSIMHLTEventContent
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 167 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 295 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 128 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 197 of file EventContent_cff.py.

tuple EventContent_cff.REDIGIEventContent
Initial value:
1 = cms.PSet(
2  inputCommands=cms.untracked.vstring('drop *')
3  )

Definition at line 709 of file EventContent_cff.py.

tuple EventContent_cff.REGENEventContent
Initial value:
1 = cms.PSet(
2  inputCommands=cms.untracked.vstring(
3  'keep *',
4  'drop *_genParticles_*_*',
5  'drop *_genParticlesForJets_*_*',
6  'drop *_kt4GenJets_*_*',
7  'drop *_kt6GenJets_*_*',
8  'drop *_iterativeCone5GenJets_*_*',
9  'drop *_ak5GenJets_*_*',
10  'drop *_ak7GenJets_*_*',
11  'drop *_genCandidatesForMET_*_*',
12  'drop *_genParticlesForMETAllVisible_*_*',
13  'drop *_genMetCalo_*_*',
14  'drop *_genMetCaloAndNonPrompt_*_*',
15  'drop *_genMetTrue_*_*',
16  'drop *_genMetIC5GenJs_*_*'
17  )
18 )

Definition at line 673 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 376 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 385 of file EventContent_cff.py.

tuple EventContent_cff.RESIMEventContent
Initial value:
1 = cms.PSet(
2  inputCommands=cms.untracked.vstring('drop *')
3  )

Definition at line 701 of file EventContent_cff.py.