CMS 3D CMS Logo

PrescalesVetosFract_cff.py
Go to the documentation of this file.
1 #
2 # WARNING: This file is in the L1T configuration critical path.
3 #
4 # All changes must be explicitly discussed with the L1T offline coordinator.
5 #
6 import FWCore.ParameterSet.Config as cms
7 
8 L1TGlobalPrescalesVetosFractRcdSource = cms.ESSource("EmptyESSource",
9  recordName = cms.string('L1TGlobalPrescalesVetosFractRcd'),
10  iovIsRunNotTime = cms.bool(True),
11  firstValid = cms.vuint32(1)
12 )
13 
14 
15 L1TGlobalPrescalesVetosFract = cms.ESProducer("L1TGlobalPrescalesVetosFractESProducer",
16  TriggerMenuLuminosity = cms.string('startup'),
17  Verbosity = cms.int32(0),
18  AlgoBxMaskDefault = cms.int32(1),
19  PrescaleXMLFile = cms.string('UGT_BASE_RS_PRESCALES_L1MenuCollisions2022_v1_1_0.xml'),
20  AlgoBxMaskXMLFile = cms.string('UGT_BASE_RS_ALGOBX_MASK_L1MenuCollisions2022_v1_1_0.xml'),
21  FinOrMaskXMLFile = cms.string('UGT_BASE_RS_FINOR_MASK_L1MenuCollisions2022_v1_1_0.xml'),
22  VetoMaskXMLFile = cms.string('UGT_BASE_RS_VETO_MASK_L1MenuCollisions2022_v1_1_0.xml'),
23 )