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 AODEventContent
 
tuple AODSIMEventContent
 
tuple CommonEventContent
 
tuple DATAMIXEREventContent
 
tuple DQMEventContent
 DQM event content. More...
 
tuple FASTPUEventContent
 AOD Data Tier definition. 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 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 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 710 of file EventContent_cff.py.

711 def SwapKeepAndDrop(l):
712  r=[]
713  for item in l:
714  if 'keep ' in item:
715  r.append(item.replace('keep ','drop '))
716  elif 'drop ' in item:
717  r.append(item.replace('drop ','keep '))
718  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 152 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 223 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 101 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 ZDCDataFramesSorted_hcalDigis_*_*',
19  'keep CastorDataFramesSorted_castorDigis_*_*',
20  'keep EBDigiCollection_ecalDigis_*_*',
21  'keep EEDigiCollection_ecalDigis_*_*',
22  'keep ESDigiCollection_ecalPreshowerDigis_*_*'),
23  splitLevel = cms.untracked.int32(0),
24  eventAutoFlushCompressedSize=cms.untracked.int32(5*1024*1024)
25  )

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

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

AOD Data Tier definition.

AODSIM Data Tier definition

RECO Data Tier definition

RECOSIM Data Tier definition

RECODEBUG Data Tier definition

FEVT Data Tier re-definition

FEVTSIM Data Tier re-definition

FEVTDEBUG Data Tier re-definition

FEVTDEBUGHLT Data Tier re-definition get rid of some edaliases in the output

To be used only to create the MinBias sample for "new mixing" (–eventcontent=FASTPU)

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

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

Definition at line 33 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  'drop *_g4SimHits_*_*', # if an EDAlias creates this, it must be dropped to avoid a clash
5  'keep *_MuonSimHits_*_*')
6 )

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

tuple EventContent_cff.FastSimParticleFlowFEVT
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring('keep recoPFCandidates_FSparticleFlow_*_*',
3  #stuff added for two-step processing (simWithSomeReco followed by reconstructionHighLevel):
4  'keep *_muon*_*_*',
5  'keep *_towerMaker*_*_*',
6  'keep *_particleFlow*_*_*',
7  'keep *_pf*_*_*',
8  'keep *_*DetId*_*_*')
9 )

new Particle Flow Collection with "Fake" Neutral Hadrons

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

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

Definition at line 90 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  'keep EBDigiCollection_ecalRecHit_*_*',
5  'keep EEDigiCollection_ecalRecHit_*_*')
6 # 'keep *_particleFlowRecHit_*_*')

The Calo RecHits are also different.

Definition at line 72 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  'keep EBDigiCollection_ecalRecHit_*_*',
5  'keep EEDigiCollection_ecalRecHit_*_*')
6 # 'keep *_particleFlowRecHit_*_*')

Definition at line 81 of file EventContent_cff.py.

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

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

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

Definition at line 47 of file EventContent_cff.py.

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

Definition at line 111 of file EventContent_cff.py.

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

The Tracker Tracks are also different.

Definition at line 99 of file EventContent_cff.py.

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

Definition at line 105 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 280 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(1*1024*1024)
5 )

Definition at line 292 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 234 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 239 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 250 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 213 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 313 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 110 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 738 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 745 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 366 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 360 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 376 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 762 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 260 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 270 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 120 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 193 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 142 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 183 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 163 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 173 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 303 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 132 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 203 of file EventContent_cff.py.

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

Definition at line 727 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 688 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 387 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 396 of file EventContent_cff.py.

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

Definition at line 719 of file EventContent_cff.py.