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 698 of file EventContent_cff.py.

00699                       :
00700     r=[]
00701     for item in l:
00702         if 'keep ' in item:
00703             r.append(item.replace('keep ','drop '))
00704         elif 'drop ' in item:
00705             r.append(item.replace('drop ','keep '))
00706     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 311 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     compressionAlgorithm=cms.untracked.string("LZMA"),
00005     compressionLevel=cms.untracked.int32(4)
00006 )

Definition at line 149 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     compressionAlgorithm=cms.untracked.string("LZMA"),
00005     compressionLevel=cms.untracked.int32(4)
00006 )

Definition at line 220 of file EventContent_cff.py.

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

Definition at line 98 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 342 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 335 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 134 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('keep recoPFCandidates_FSparticleFlow_*_*',
00003                                            #stuff added for two-step processing (simWithSomeReco followed by reconstructionHighLevel):
00004                                            'keep *_muon*_*_*',
00005                                            'keep *_towerMaker*_*_*',
00006                                            'keep *_particleFlow*_*_*',
00007                                            'keep *_pf*_*_*',
00008                                            'keep *_*DetId*_*_*')
00009 )

new Particle Flow Collection with "Fake" Neutral Hadrons

Definition at line 118 of file EventContent_cff.py.

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

Definition at line 129 of file EventContent_cff.py.

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

Definition at line 89 of file EventContent_cff.py.

Initial value:
00001 cms.PSet(
00002     outputCommands = cms.untracked.vstring('keep *_caloRecHits_*_*', 
00003         'keep *_hcalRecHits_*_*',
00004         'keep EBDigiCollection_ecalRecHit_*_*',
00005         'keep EEDigiCollection_ecalRecHit_*_*')
00006 #        'keep *_particleFlowRecHit_*_*')

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         'keep EBDigiCollection_ecalRecHit_*_*',
00005         'keep EEDigiCollection_ecalRecHit_*_*')
00006 #        'keep *_particleFlowRecHit_*_*')

Definition at line 80 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 108 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 98 of file EventContent_cff.py.

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

Definition at line 103 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 277 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 289 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 236 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 247 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 210 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 321 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 107 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 369 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 257 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 267 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 117 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 190 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 139 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 180 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 160 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 170 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 300 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 129 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 200 of file EventContent_cff.py.

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

Definition at line 715 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 680 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 381 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 390 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.