![]() |
|
|||
File indexing completed on 2023-03-17 10:42:48
0001 import FWCore.ParameterSet.Config as cms 0002 0003 # output block for alcastream HCAL Min Bias 0004 # output module 0005 # module alcastreamHcalMinbiasOutput = PoolOutputModule 0006 alcastreamHcalMinbiasOutput = cms.PSet( 0007 outputCommands = cms.untracked.vstring('drop *', 0008 'keep HBHERecHitsSorted_MinProd_*_*', 0009 'keep HcalNoiseSummary_hcalnoise_*_*', 0010 'keep HORecHitsSorted_MinProd_*_*', 0011 'keep HFRecHitsSorted_MinProd_*_*') 0012 ) 0013
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |