Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 L1GtPrescaleFactorsAndMasksTester = cms.EDAnalyzer("L1GtPrescaleFactorsAndMasksTester",
00004 TesterPrescaleFactors=cms.bool(True),
00005 TesterTriggerMask=cms.bool(True),
00006 TesterTriggerVetoMask=cms.bool(True),
00007 RetrieveInBeginRun=cms.bool(True),
00008 RetrieveInBeginLuminosityBlock=cms.bool(False),
00009 RetrieveInAnalyze=cms.bool(False),
00010 PrintInBeginRun=cms.bool(True),
00011 PrintInBeginLuminosityBlock=cms.bool(False),
00012 PrintInAnalyze=cms.bool(False),
00013
00014
00015
00016
00017
00018 PrintOutput=cms.untracked.int32(3)
00019 )
00020