|
||||
File indexing completed on 2024-04-06 12:06:46
0001 import FWCore.ParameterSet.Config as cms 0002 0003 # DCS partitions 0004 # "EBp","EBm","EEp","EEm","HBHEa","HBHEb","HBHEc","HF","HO","RPC" 0005 # "DT0","DTp","DTm","CSCp","CSCm","CASTOR","TIBTID","TOB","TECp","TECm" 0006 # "BPIX","FPIX","ESp","ESm" 0007 0008 dcsstatus = cms.EDFilter("DetStatus", 0009 DetectorType= cms.vstring(''), 0010 ApplyFilter = cms.bool(True), 0011 DebugOn = cms.untracked.bool(False), 0012 AndOr = cms.bool(True) # True=And, Flase=Or 0013 ) 0014
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |