|
||||
File indexing completed on 2024-04-06 12:29:30
0001 import FWCore.ParameterSet.Config as cms 0002 0003 # Trigger Primitive Producer 0004 from SimCalorimetry.EcalTrigPrimProducers.ecalTriggerPrimitiveDigis_cfi import * 0005 0006 0007 # esmodule creating records + corresponding empty essource 0008 # when commented, one takes the configuration from the global tag 0009 # 0010 #from SimCalorimetry.EcalTrigPrimProducers.ecalTrigPrimESProducer_cff import * 0011 0012 #Common 0013 from Configuration.Eras.Modifier_phase2_hgcal_cff import phase2_hgcal 0014 phase2_hgcal.toModify( simEcalTriggerPrimitiveDigis, BarrelOnly = cms.bool(True) )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |