3 l1GtPrescaleFactorsAndMasksTester = cms.EDAnalyzer(
"L1GtPrescaleFactorsAndMasksTester",
4 TesterPrescaleFactors=cms.bool(
True),
5 TesterTriggerMask=cms.bool(
True),
6 TesterTriggerVetoMask=cms.bool(
True),
7 RetrieveInBeginRun=cms.bool(
True),
8 RetrieveInBeginLuminosityBlock=cms.bool(
False),
9 RetrieveInAnalyze=cms.bool(
False),
10 PrintInBeginRun=cms.bool(
True),
11 PrintInBeginLuminosityBlock=cms.bool(
False),
12 PrintInAnalyze=cms.bool(
False),
18 PrintOutput=cms.untracked.int32(3)