CMS 3D CMS Logo

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.
tuple FastSimCJPT
 CaloJet+Tracks are apparently saved nowhere Let's save them in the fast simulation (AOD only)
tuple FastSimCoreAOD
tuple FastSimCoreFEVT
 The simHits part is definitely different in FastSim.
tuple FastSimCoreRECO
tuple FastSimParticleFlowAOD
tuple FastSimParticleFlowFEVT
 new Particle Flow Collection with "Fake" Neutral Hadrons
tuple FastSimParticleFlowRECO
tuple FastSimRecoLocalCaloAOD
tuple FastSimRecoLocalCaloFEVT
 The Calo RecHits are also different.
tuple FastSimRecoLocalCaloRECO
tuple FastSimRecoLocalTrackerAOD
tuple FastSimRecoLocalTrackerFEVT
 The Tracker RecHits are also different.
tuple FastSimRecoLocalTrackerRECO
tuple FastSimRecoTrackerAOD
tuple FastSimRecoTrackerFEVT
 The Tracker Tracks are also different.
tuple FastSimRecoTrackerRECO
tuple FEVTDEBUGEventContent
tuple FEVTDEBUGHLTEventContent
tuple FEVTEventContent
tuple FEVTHLTALLEventContent
tuple FEVTSIMEventContent
tuple GENRAWEventContent
tuple HLTDEBUGEventContent
 HLTDEBUG tier definition.
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.
tuple REPACKRAWSIMEventContent
tuple RESIMEventContent

Function Documentation

def EventContent_cff::SwapKeepAndDrop (   l)

Definition at line 690 of file EventContent_cff.py.

00691                       :
00692     r=[]
00693     for item in l:
00694         if 'keep ' in item:
00695             r.append(item.replace('keep ','drop '))
00696         elif 'drop ' in item:
00697             r.append(item.replace('drop ','keep '))
00698     return r


Variable Documentation

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('drop *',
00003         'keep edmTriggerResults_*_*_*'),
00004     splitLevel = cms.untracked.int32(0),
00005     eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
00006 )

Definition at line 306 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('drop *'),
00003     eventAutoFlushCompressedSize=cms.untracked.int32(15*1024*1024)
00004 )

Definition at line 148 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('drop *'),
00003     eventAutoFlushCompressedSize=cms.untracked.int32(15*1024*1024)
00004 )

Definition at line 217 of file EventContent_cff.py.

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

Definition at line 97 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002         outputCommands = cms.untracked.vstring('drop *',
00003                                                'keep CaloTowersSorted_calotoweroptmaker_*_*',
00004                                                'keep CSCDetIdCSCALCTDigiMuonDigiCollection_muonCSCDigis_MuonCSCALCTDigi_*',
00005                                                'keep CSCDetIdCSCCLCTDigiMuonDigiCollection_muonCSCDigis_MuonCSCCLCTDigi_*',
00006                                                'keep CSCDetIdCSCComparatorDigiMuonDigiCollection_muonCSCDigis_MuonCSCComparatorDigi_*',
00007                                                'keep CSCDetIdCSCCorrelatedLCTDigiMuonDigiCollection_csctfDigis_*_*',
00008                                                'keep CSCDetIdCSCCorrelatedLCTDigiMuonDigiCollection_muonCSCDigis_MuonCSCCorrelatedLCTDigi_*',
00009                                                'keep CSCDetIdCSCRPCDigiMuonDigiCollection_muonCSCDigis_MuonCSCRPCDigi_*',
00010                                                'keep CSCDetIdCSCStripDigiMuonDigiCollection_muonCSCDigis_MuonCSCStripDigi_*',
00011                                                'keep CSCDetIdCSCWireDigiMuonDigiCollection_muonCSCDigis_MuonCSCWireDigi_*',
00012                                                'keep DTLayerIdDTDigiMuonDigiCollection_muonDTDigis_*_*',
00013                                                'keep PixelDigiedmDetSetVector_siPixelDigis_*_*',
00014                                                'keep SiStripDigiedmDetSetVector_siStripDigis_*_*',
00015                                                'keep RPCDetIdRPCDigiMuonDigiCollection_muonRPCDigis_*_*',
00016                                                'keep HBHEDataFramesSorted_hcalDigis_*_*',
00017                                                'keep HFDataFramesSorted_hcalDigis_*_*',
00018                                                'keep HODataFramesSorted_hcalDigis_*_*',
00019                                                'keep ZDCDataFramesSorted_hcalDigis_*_*',
00020                                                'keep CastorDataFramesSorted_castorDigis_*_*',
00021                                                'keep EBDigiCollection_ecalDigis_*_*',
00022                                                'keep EEDigiCollection_ecalDigis_*_*',
00023                                                'keep ESDigiCollection_ecalPreshowerDigis_*_*'),
00024         splitLevel = cms.untracked.int32(0),
00025         eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
00026         )

Definition at line 337 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('drop *',
00003                                            'keep *_MEtoEDMConverter_*_*'),
00004     splitLevel = cms.untracked.int32(0)
00005     )

DQM event content.

Definition at line 330 of file EventContent_cff.py.

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

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.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring()
00003 )

Definition at line 32 of file EventContent_cff.py.

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

The simHits part is definitely different in FastSim.

Definition at line 15 of file EventContent_cff.py.

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

Definition at line 25 of file EventContent_cff.py.

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

Definition at line 122 of file EventContent_cff.py.

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

new Particle Flow Collection with "Fake" Neutral Hadrons

Definition at line 112 of file EventContent_cff.py.

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

Definition at line 117 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring()
00003 )

Definition at line 83 of file EventContent_cff.py.

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

The Calo RecHits are also different.

Definition at line 71 of file EventContent_cff.py.

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

Definition at line 77 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring()
00003 )

Definition at line 50 of file EventContent_cff.py.

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

The Tracker RecHits are also different.

Definition at line 42 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring()
00003 )

Definition at line 46 of file EventContent_cff.py.

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

Definition at line 102 of file EventContent_cff.py.

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

The Tracker Tracks are also different.

Definition at line 92 of file EventContent_cff.py.

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

Definition at line 97 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('drop *'),
00003     splitLevel = cms.untracked.int32(0),
00004     eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
00005 )

Definition at line 272 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('drop *'),
00003     splitLevel = cms.untracked.int32(0),
00004     eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
00005 )

Definition at line 284 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('drop *'),
00003     splitLevel = cms.untracked.int32(0),
00004     eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
00005 )

Definition at line 226 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('drop *'),
00003     splitLevel = cms.untracked.int32(0),
00004     eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
00005 )

Definition at line 231 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('drop *'),
00003     splitLevel = cms.untracked.int32(0),
00004     eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
00005 )

Definition at line 242 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('drop *'),
00003     splitLevel = cms.untracked.int32(0),
00004     eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
00005 )

Definition at line 207 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     #outputCommands = cms.untracked.vstring('drop *',
00003     #        'keep *_hlt*_*_*')
00004     outputCommands = cms.untracked.vstring('drop *',
00005         'keep *_logErrorHarvester_*_*'),
00006     splitLevel = cms.untracked.int32(0),
00007     eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
00008 )

HLTDEBUG tier definition.

Definition at line 316 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('drop *'), 
00003     splitLevel = cms.untracked.int32(0),
00004     eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
00005 )

Definition at line 106 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('drop *',
00003                                            'keep *_cfWriter_*_*'),
00004     splitLevel = cms.untracked.int32(0),
00005     eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
00006     )

Definition at line 364 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('drop *'),
00003     splitLevel = cms.untracked.int32(0),
00004     eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
00005 )

Definition at line 252 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('drop *'),
00003     splitLevel = cms.untracked.int32(0),
00004     eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
00005 )

Definition at line 262 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('drop *', 
00003         'keep  FEDRawDataCollection_rawDataCollector_*_*',
00004         'keep  FEDRawDataCollection_source_*_*'),
00005     splitLevel = cms.untracked.int32(0),
00006     eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
00007 )

Definition at line 116 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('drop *'),
00003     splitLevel = cms.untracked.int32(0),
00004     eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
00005 )

Definition at line 187 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('drop *'),
00003     splitLevel = cms.untracked.int32(0),
00004     eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
00005     )

Definition at line 138 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('drop *'),
00003     splitLevel = cms.untracked.int32(0),
00004     eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
00005 )

Definition at line 177 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('drop *'),
00003     splitLevel = cms.untracked.int32(0),
00004     eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
00005 )

Definition at line 157 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('drop *'),
00003     splitLevel = cms.untracked.int32(0),
00004     eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
00005 )

Definition at line 167 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('drop *'),
00003     splitLevel = cms.untracked.int32(0),
00004     eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
00005 )

Definition at line 295 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('drop *'),
00003     splitLevel = cms.untracked.int32(0),
00004     eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)    
00005 )

Definition at line 128 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('drop *'),
00003     splitLevel = cms.untracked.int32(0),
00004     eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
00005 )

Definition at line 197 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     inputCommands=cms.untracked.vstring('drop *')
00003     )

Definition at line 707 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     inputCommands=cms.untracked.vstring(
00003       'drop *_genParticles_*_*',
00004       'drop *_genParticlesForJets_*_*',
00005       'drop *_kt4GenJets_*_*',
00006       'drop *_kt6GenJets_*_*',
00007       'drop *_iterativeCone5GenJets_*_*',
00008       'drop *_ak5GenJets_*_*',
00009       'drop *_ak7GenJets_*_*',
00010       'drop *_genCandidatesForMET_*_*',
00011       'drop *_genParticlesForMETAllVisible_*_*',
00012       'drop *_genMetCalo_*_*',
00013       'drop *_genMetCaloAndNonPrompt_*_*',
00014       'drop *_genMetTrue_*_*',
00015       'drop *_genMetIC5GenJs_*_*'
00016       )
00017 )

Definition at line 672 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring(
00003       'drop *',
00004       'drop FEDRawDataCollection_*_*_*',
00005       'keep FEDRawDataCollection_rawDataRepacker_*_*',
00006       'keep FEDRawDataCollection_virginRawDataRepacker_*_*'),
00007     splitLevel = cms.untracked.int32(0),
00008     eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
00009     )

RAW repacked event content definition.

Definition at line 376 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring(),
00003     splitLevel = cms.untracked.int32(0),
00004     eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
00005 )

Definition at line 385 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     inputCommands=cms.untracked.vstring('drop *')
00003     )

Definition at line 699 of file EventContent_cff.py.