CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
l1GtPrescaleFactorsAndMasksTester_cfi.py
Go to the documentation of this file.
2 
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),
13  # print output
14  # 0 std::cout
15  # 1 LogTrace
16  # 2 LogVerbatim
17  # 3 LogInfo
18  PrintOutput=cms.untracked.int32(3)
19 )
20