CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DPGAnalysis/Skims/python/skim_detstatus_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # DCS partitions
00004 # "EBp","EBm","EEp","EEm","HBHEa","HBHEb","HBHEc","HF","HO","RPC"
00005 # "DT0","DTp","DTm","CSCp","CSCm","CASTOR","TIBTID","TOB","TECp","TECm"
00006 # "BPIX","FPIX","ESp","ESm"
00007 
00008 dcsstatus = cms.EDFilter("DetStatus",
00009            DetectorType= cms.vstring(''),
00010            ApplyFilter = cms.bool(True), 
00011            DebugOn     = cms.untracked.bool(False) 
00012 )
00013