test
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 dropSimDigis
 
def SwapKeepAndDrop
 

Variables

tuple AODEventContent
 
tuple AODSIMEventContent
 
tuple CommonEventContent
 
tuple DATAMIXEREventContent
 
tuple DQMEventContent
 DQM event content. More...
 
list extraPremixContent = ['keep *_mix_generalTracks_*']
 
tuple FASTPUEventContent
 
tuple FEVTDEBUGEventContent
 
tuple FEVTDEBUGHLTEventContent
 
tuple FEVTEventContent
 
tuple FEVTHLTALLEventContent
 
tuple FEVTSIMEventContent
 
tuple GENRAWEventContent
 
tuple HLTDEBUGEventContent
 HLTDEBUG tier definition. More...
 
tuple LHEEventContent
 
tuple MINIAODEventContent
 and mini AOD More...
 
tuple MINIAODSIMEventContent
 
tuple MIXINGMODULEEventContent
 
tuple PREMIXEventContent
 
tuple PREMIXRAWEventContent
 
tuple RAWAODSIMEventContent
 
tuple RAWDEBUGEventContent
 
tuple RAWDEBUGHLTEventContent
 
tuple RAWEventContent
 
tuple RAWRECODEBUGHLTEventContent
 
tuple RAWRECOEventContent
 
tuple RAWRECOSIMHLTEventContent
 
tuple RAWSIMEventContent
 
tuple RAWSIMHLTEventContent
 
tuple RECODEBUGEventContent
 
tuple RECOEventContent
 
tuple RecoLocalTracker
 
tuple RECOSIMEventContent
 
tuple REDIGIEventContent
 
tuple REGENEventContent
 
tuple REPACKRAWEventContent
 RAW repacked event content definition. More...
 
tuple REPACKRAWSIMEventContent
 
tuple RESIMEventContent
 
 SimG4CoreRAW = fastSimEC.SimRAW
 
 SimG4CoreRECO = fastSimEC.SimRECO
 
tuple SimRAW
 
tuple SimRECO
 

Function Documentation

def EventContent_cff.dropSimDigis (   outputCommands)

Definition at line 3 of file EventContent_cff.py.

3 
4 def dropSimDigis(outputCommands):
5  outputCommands.append("drop *_sim*Digis*_*_*")
6  outputCommands.append("drop *_gmtDigis*_*_*")
def EventContent_cff.SwapKeepAndDrop (   l)

Definition at line 729 of file EventContent_cff.py.

730 def SwapKeepAndDrop(l):
731  r=[]
732  for item in l:
733  if 'keep ' in item:
734  r.append(item.replace('keep ','drop '))
735  elif 'drop ' in item:
736  r.append(item.replace('drop ','keep '))
737  return r

Variable Documentation

tuple EventContent_cff.AODEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('drop *'),
3  eventAutoFlushCompressedSize=cms.untracked.int32(15*1024*1024),
4  compressionAlgorithm=cms.untracked.string("LZMA"),
5  compressionLevel=cms.untracked.int32(4)
6 )

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

Definition at line 235 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 113 of file EventContent_cff.py.

tuple EventContent_cff.DATAMIXEREventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('drop *',
3  'keep CSCDetIdCSCALCTDigiMuonDigiCollection_muonCSCDigis_MuonCSCALCTDigi_*',
4  'keep CSCDetIdCSCCLCTDigiMuonDigiCollection_muonCSCDigis_MuonCSCCLCTDigi_*',
5  'keep CSCDetIdCSCComparatorDigiMuonDigiCollection_muonCSCDigis_MuonCSCComparatorDigi_*',
6  'keep CSCDetIdCSCCorrelatedLCTDigiMuonDigiCollection_csctfDigis_*_*',
7  'keep CSCDetIdCSCCorrelatedLCTDigiMuonDigiCollection_muonCSCDigis_MuonCSCCorrelatedLCTDigi_*',
8  'keep CSCDetIdCSCRPCDigiMuonDigiCollection_muonCSCDigis_MuonCSCRPCDigi_*',
9  'keep CSCDetIdCSCStripDigiMuonDigiCollection_muonCSCDigis_MuonCSCStripDigi_*',
10  'keep CSCDetIdCSCWireDigiMuonDigiCollection_muonCSCDigis_MuonCSCWireDigi_*',
11  'keep DTLayerIdDTDigiMuonDigiCollection_muonDTDigis_*_*',
12  'keep PixelDigiedmDetSetVector_siPixelDigis_*_*',
13  'keep SiStripDigiedmDetSetVector_siStripDigis_*_*',
14  'keep RPCDetIdRPCDigiMuonDigiCollection_muonRPCDigis_*_*',
15  'keep HBHEDataFramesSorted_hcalDigis_*_*',
16  'keep HFDataFramesSorted_hcalDigis_*_*',
17  'keep HODataFramesSorted_hcalDigis_*_*',
18  'keep QIE10DataFrameHcalDataFrameContainer_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 346 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 339 of file EventContent_cff.py.

list EventContent_cff.extraPremixContent = ['keep *_mix_generalTracks_*']

Definition at line 7 of file EventContent_cff.py.

tuple EventContent_cff.FASTPUEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring(
3  'drop *',
4  'keep *_famosSimHits_*_*',
5  'keep *_MuonSimHits_*_*',
6  'drop *_famosSimHits_VertexTypes_*',
7  'keep *_generalTracksBeforeMixing_*_*',
8  'drop *_generalTracksBeforeMixing_MVAValues_*',
9  'drop *_generalTracksBeforeMixing_QualityMasks_*',
10  'keep edmHepMCProduct_generatorSmeared_*_*'
11  ))

Definition at line 28 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 292 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(10*1024*1024)
5 )

Definition at line 304 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 246 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 251 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 262 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 225 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 325 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 122 of file EventContent_cff.py.

tuple EventContent_cff.MINIAODEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('drop *'),
3  eventAutoFlushCompressedSize=cms.untracked.int32(15*1024*1024),
4  compressionAlgorithm=cms.untracked.string("LZMA"),
5  compressionLevel=cms.untracked.int32(4)
6 )

and mini AOD

Definition at line 757 of file EventContent_cff.py.

tuple EventContent_cff.MINIAODSIMEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('drop *'),
3  eventAutoFlushCompressedSize=cms.untracked.int32(15*1024*1024),
4  compressionAlgorithm=cms.untracked.string("LZMA"),
5  compressionLevel=cms.untracked.int32(4)
6 )

Definition at line 764 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 379 of file EventContent_cff.py.

tuple EventContent_cff.PREMIXEventContent
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 373 of file EventContent_cff.py.

tuple EventContent_cff.PREMIXRAWEventContent
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 389 of file EventContent_cff.py.

tuple EventContent_cff.RAWAODSIMEventContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('drop *'),
3  eventAutoFlushCompressedSize=cms.untracked.int32(15*1024*1024),
4  compressionAlgorithm=cms.untracked.string("LZMA"),
5  compressionLevel=cms.untracked.int32(4)
6 )

Definition at line 782 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 272 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 282 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 132 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 205 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 154 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 195 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 175 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 185 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 315 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 144 of file EventContent_cff.py.

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

Definition at line 9 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 215 of file EventContent_cff.py.

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

Definition at line 746 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 *_ak4GenJets_*_*',
10  'drop *_ak7GenJets_*_*',
11  'drop *_ak8GenJets_*_*',
12  'drop *_ak4GenJetsNoNu_*_*',
13  'drop *_ak8GenJetsNoNu_*_*',
14  'drop *_genCandidatesForMET_*_*',
15  'drop *_genParticlesForMETAllVisible_*_*',
16  'drop *_genMetCalo_*_*',
17  'drop *_genMetCaloAndNonPrompt_*_*',
18  'drop *_genMetTrue_*_*',
19  'drop *_genMetIC5GenJs_*_*'
20  )
21 )

Definition at line 707 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 400 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 409 of file EventContent_cff.py.

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

Definition at line 738 of file EventContent_cff.py.

EventContent_cff.SimG4CoreRAW = fastSimEC.SimRAW

Definition at line 105 of file EventContent_cff.py.

EventContent_cff.SimG4CoreRECO = fastSimEC.SimRECO

Definition at line 106 of file EventContent_cff.py.

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

Definition at line 14 of file EventContent_cff.py.

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

Definition at line 21 of file EventContent_cff.py.