1 import FWCore.ParameterSet.Config
as cms
3 castorreco = cms.EDProducer(
"CastorSimpleReconstructor",
4 correctionPhaseNS = cms.double(0.0),
5 digiLabel = cms.InputTag(
"castorDigis"),
6 samplesToAdd = cms.int32(2),
7 Subdetector = cms.string(
'CASTOR'),
8 firstSample = cms.int32(4),
9 correctForPhaseContainment = cms.bool(
False),
10 correctForTimeslew = cms.bool(
False),
11 tsFromDB = cms.bool(
True),
12 setSaturationFlag = cms.bool(
True),
13 maxADCvalue = cms.int32(127),
14 doSaturationCorr = cms.bool(
True)