![]() |
|
|||
File indexing completed on 2023-03-17 10:43:52
0001 import FWCore.ParameterSet.Config as cms 0002 0003 0004 0005 MEtoEDMConvertSiStrip = cms.EDProducer("MEtoEDMConverter", 0006 Name = cms.untracked.string('MEtoEDMConverter'), 0007 Verbosity = cms.untracked.int32(0), # 0 provides no output 0008 # 1 provides basic output 0009 # 2 provide more detailed output 0010 Frequency = cms.untracked.int32(50), 0011 MEPathToSave = cms.untracked.string('AlCaReco/SiStrip'), 0012 ) 0013 0014 seqALCARECOSiStripPCLHistos = cms.Sequence(MEtoEDMConvertSiStrip)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |