CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PrescalesVetos_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 L1TGlobalPrescalesVetosRcdSource = cms.ESSource("EmptyESSource",
9  recordName = cms.string('L1TGlobalPrescalesVetosRcd'),
10  iovIsRunNotTime = cms.bool(True),
11  firstValid = cms.vuint32(1)
12 )
13 
14 L1TGlobalPrescalesVetos = cms.ESProducer("L1TGlobalPrescalesVetosESProducer",
15 
16  # dummy version, no parameters yet...
17 
18 )
19 
20