CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAndMasksTester_cfi.py

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                                                    # print output
00014                                                    #   0 std::cout
00015                                                    #   1 LogTrace
00016                                                    #   2 LogVerbatim
00017                                                    #   3 LogInfo
00018                                                    PrintOutput=cms.untracked.int32(3)
00019 )
00020