CMS 3D CMS Logo

NoBPTXMonitor_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from DQMOffline.Trigger.NoBPTXMonitor_cfi import hltNoBPTXmonitoring
4 
5 hltNoBPTXL2Mu40Monitoring = hltNoBPTXmonitoring.clone(
6  FolderName = 'HLT/EXO/NoBPTX/L2Mu40/',
7  numGenericTriggerEventPSet = dict(hltPaths = ["HLT_L2Mu40_NoVertex_3Sta_NoBPTX3BX_v*"]) #HLT_ZeroBias_v*
8 )
9 
10 exoHLTNoBPTXmonitoring = cms.Sequence(
11  hltNoBPTXmonitoring
12  + hltNoBPTXL2Mu40Monitoring
13 )