CMS 3D CMS Logo

Variables

ALCARECOTkAlCosmics_Output_cff Namespace Reference

Variables

tuple OutALCARECOTkAlCosmics = copy.deepcopy(OutALCARECOTkAlCosmics_noDrop)
tuple OutALCARECOTkAlCosmics_noDrop

Variable Documentation

Definition at line 27 of file ALCARECOTkAlCosmics_Output_cff.py.

Initial value:
00001 cms.PSet(
00002     SelectEvents = cms.untracked.PSet(
00003         SelectEvents = cms.vstring('pathALCARECOTkAlCosmicsCTF', 
00004             'pathALCARECOTkAlCosmicsCosmicTF')
00005     ),
00006     outputCommands = cms.untracked.vstring(
00007 #        'keep *_ALCARECOTkAlCosmics*_*_*', # keeps also 0T ones if in same job
00008         'keep *_ALCARECOTkAlCosmicsCTF_*_*', 
00009         'keep *_ALCARECOTkAlCosmicsCosmicTF_*_*', 
00010         'keep siStripDigis_DetIdCollection_*_*',
00011         'keep L1AcceptBunchCrossings_*_*_*',
00012         'keep L1GlobalTriggerReadoutRecord_gtDigis_*_*',
00013         'keep *_TriggerResults_*_*',
00014         'keep DcsStatuss_scalersRawToDigi_*_*',
00015         'keep Si*Cluster*_si*Clusters_*_*', # for cosmics keep original clusters
00016         'keep recoMuons_muons1Leg_*_*') # save muons as timing info is needed for BP corrections in deconvolution
00017 )

Definition at line 8 of file ALCARECOTkAlCosmics_Output_cff.py.