示例#1
0
import FWCore.ParameterSet.Config as cms

from DQMOffline.Trigger.PhotonMonitor_cfi import hltPhotonmonitoring

#HLT_SinglePhoton200_IDTight
SinglePhoton300_monitoring = hltPhotonmonitoring.clone(
    FolderName='HLT/EGM/Photon/Photon300/',
    numGenericTriggerEventPSet=dict(hltPaths=["HLT_Photon300_NoHE_v*"]))

# HLT_SinglePhoton200_IDTight
SinglePhoton200_monitoring = hltPhotonmonitoring.clone(
    FolderName='HLT/EGM/Photon/Photon200/',
    numGenericTriggerEventPSet=dict(hltPaths=["HLT_Photon200_v*"]))

SinglePhoton50_R9Id90_HE10_IsoM_monitoring = hltPhotonmonitoring.clone(
    FolderName='HLT/EGM/Photon/Photon50_R9Id90_HE10_IsoM/',
    numGenericTriggerEventPSet=dict(
        hltPaths=["HLT_Photon50_R9Id90_HE10_IsoM_v*"]))

SinglePhoton75_R9Id90_HE10_IsoM_monitoring = hltPhotonmonitoring.clone(
    FolderName='HLT/EGM/Photon/Photon75_R9Id90_HE10_IsoM/',
    numGenericTriggerEventPSet=dict(
        hltPaths=["HLT_Photon75_R9Id90_HE10_IsoM_v*"]))

SinglePhoton90_R9Id90_HE10_IsoM_monitoring = hltPhotonmonitoring.clone(
    FolderName='HLT/EGM/Photon/Photon90_R9Id90_HE10_IsoM/',
    numGenericTriggerEventPSet=dict(
        hltPaths=["HLT_Photon90_R9Id90_HE10_IsoM_v*"]))

SinglePhoton120_R9Id90_HE10_IsoM_monitoring = hltPhotonmonitoring.clone(
    FolderName='HLT/EGM/Photon/Photon120_R9Id90_HE10_IsoM/',
示例#2
0
import FWCore.ParameterSet.Config as cms

from DQMOffline.Trigger.PhotonMonitor_cfi import hltPhotonmonitoring

#HLT_SinglePhoton200_IDTight
SinglePhoton300_monitoring = hltPhotonmonitoring.clone()
SinglePhoton300_monitoring.FolderName = cms.string('HLT/Photon/Photon300/')
SinglePhoton300_monitoring.numGenericTriggerEventPSet.hltPaths = cms.vstring("HLT_Photon300_NoHE_v")


# HLT_SinglePhoton175_IDTight
SinglePhoton175_monitoring = hltPhotonmonitoring.clone()
SinglePhoton175_monitoring.FolderName = cms.string('HLT/Photon/Photon175/')
SinglePhoton175_monitoring.numGenericTriggerEventPSet.hltPaths = cms.vstring("HLT_Photon175_v*")

SinglePhoton50_R9Id90_HE10_IsoM_monitoring = hltPhotonmonitoring.clone()
SinglePhoton50_R9Id90_HE10_IsoM_monitoring.FolderName = cms.string('HLT/Photon/Photon50_R9Id90_HE10_IsoM/')
SinglePhoton50_R9Id90_HE10_IsoM_monitoring.numGenericTriggerEventPSet.hltPaths = cms.vstring("HLT_Photon50_R9Id90_HE10_IsoM_v*")


SinglePhoton75_R9Id90_HE10_IsoM_monitoring = hltPhotonmonitoring.clone()
SinglePhoton75_R9Id90_HE10_IsoM_monitoring.FolderName = cms.string('HLT/Photon/Photon75_R9Id90_HE10_IsoM/')
SinglePhoton75_R9Id90_HE10_IsoM_monitoring.numGenericTriggerEventPSet.hltPaths = cms.vstring("HLT_Photon75_R9Id90_HE10_IsoM_v*")


SinglePhoton90_R9Id90_HE10_IsoM_monitoring = hltPhotonmonitoring.clone()
SinglePhoton90_R9Id90_HE10_IsoM_monitoring.FolderName = cms.string('HLT/Photon/Photon90_R9Id90_HE10_IsoM/')
SinglePhoton90_R9Id90_HE10_IsoM_monitoring.numGenericTriggerEventPSet.hltPaths = cms.vstring("HLT_Photon90_R9Id90_HE10_IsoM_v*")

SinglePhoton120_R9Id90_HE10_IsoM_monitoring = hltPhotonmonitoring.clone()
SinglePhoton120_R9Id90_HE10_IsoM_monitoring.FolderName = cms.string('HLT/Photon/Photon120_R9Id90_HE10_IsoM/')
示例#3
0
import FWCore.ParameterSet.Config as cms

from DQMOffline.Trigger.PhotonMonitor_cfi import hltPhotonmonitoring

#HLT_SinglePhoton200_IDTight
SinglePhoton300_monitoring = hltPhotonmonitoring.clone()
SinglePhoton300_monitoring.FolderName = cms.string('HLT/EGM/Photon/Photon300/')
SinglePhoton300_monitoring.numGenericTriggerEventPSet.hltPaths = cms.vstring("HLT_Photon300_NoHE_v*")


# HLT_SinglePhoton200_IDTight
SinglePhoton200_monitoring = hltPhotonmonitoring.clone()
SinglePhoton200_monitoring.FolderName = cms.string('HLT/EGM/Photon/Photon200/')
SinglePhoton200_monitoring.numGenericTriggerEventPSet.hltPaths = cms.vstring("HLT_Photon200_v*")

SinglePhoton50_R9Id90_HE10_IsoM_monitoring = hltPhotonmonitoring.clone()
SinglePhoton50_R9Id90_HE10_IsoM_monitoring.FolderName = cms.string('HLT/EGM/Photon/Photon50_R9Id90_HE10_IsoM/')
SinglePhoton50_R9Id90_HE10_IsoM_monitoring.numGenericTriggerEventPSet.hltPaths = cms.vstring("HLT_Photon50_R9Id90_HE10_IsoM_v*")


SinglePhoton75_R9Id90_HE10_IsoM_monitoring = hltPhotonmonitoring.clone()
SinglePhoton75_R9Id90_HE10_IsoM_monitoring.FolderName = cms.string('HLT/EGM/Photon/Photon75_R9Id90_HE10_IsoM/')
SinglePhoton75_R9Id90_HE10_IsoM_monitoring.numGenericTriggerEventPSet.hltPaths = cms.vstring("HLT_Photon75_R9Id90_HE10_IsoM_v*")


SinglePhoton90_R9Id90_HE10_IsoM_monitoring = hltPhotonmonitoring.clone()
SinglePhoton90_R9Id90_HE10_IsoM_monitoring.FolderName = cms.string('HLT/EGM/Photon/Photon90_R9Id90_HE10_IsoM/')
SinglePhoton90_R9Id90_HE10_IsoM_monitoring.numGenericTriggerEventPSet.hltPaths = cms.vstring("HLT_Photon90_R9Id90_HE10_IsoM_v*")

SinglePhoton120_R9Id90_HE10_IsoM_monitoring = hltPhotonmonitoring.clone()
SinglePhoton120_R9Id90_HE10_IsoM_monitoring.FolderName = cms.string('HLT/EGM/Photon/Photon120_R9Id90_HE10_IsoM/')
示例#4
0
import FWCore.ParameterSet.Config as cms

from DQMOffline.Trigger.PhotonMonitor_cfi import hltPhotonmonitoring

#HLT_SinglePhoton200_IDTight
SinglePhoton300_monitoring = hltPhotonmonitoring.clone()
SinglePhoton300_monitoring.FolderName = cms.string('HLT/EGM/Photon/Photon300/')
SinglePhoton300_monitoring.numGenericTriggerEventPSet.hltPaths = cms.vstring("HLT_Photon300_NoHE_v*")


# HLT_SinglePhoton200_IDTight
SinglePhoton200_monitoring = hltPhotonmonitoring.clone()
SinglePhoton200_monitoring.FolderName = cms.string('HLT/EGM/Photon/Photon200/')
SinglePhoton200_monitoring.numGenericTriggerEventPSet.hltPaths = cms.vstring("HLT_Photon200_v*")

SinglePhoton50_R9Id90_HE10_IsoM_monitoring = hltPhotonmonitoring.clone()
SinglePhoton50_R9Id90_HE10_IsoM_monitoring.FolderName = cms.string('HLT/EGM/Photon/Photon50_R9Id90_HE10_IsoM/')
SinglePhoton50_R9Id90_HE10_IsoM_monitoring.numGenericTriggerEventPSet.hltPaths = cms.vstring("HLT_Photon50_R9Id90_HE10_IsoM_v*")


SinglePhoton75_R9Id90_HE10_IsoM_monitoring = hltPhotonmonitoring.clone()
SinglePhoton75_R9Id90_HE10_IsoM_monitoring.FolderName = cms.string('HLT/EGM/Photon/Photon75_R9Id90_HE10_IsoM/')
SinglePhoton75_R9Id90_HE10_IsoM_monitoring.numGenericTriggerEventPSet.hltPaths = cms.vstring("HLT_Photon75_R9Id90_HE10_IsoM_v*")


SinglePhoton90_R9Id90_HE10_IsoM_monitoring = hltPhotonmonitoring.clone()
SinglePhoton90_R9Id90_HE10_IsoM_monitoring.FolderName = cms.string('HLT/EGM/Photon/Photon90_R9Id90_HE10_IsoM/')
SinglePhoton90_R9Id90_HE10_IsoM_monitoring.numGenericTriggerEventPSet.hltPaths = cms.vstring("HLT_Photon90_R9Id90_HE10_IsoM_v*")

SinglePhoton120_R9Id90_HE10_IsoM_monitoring = hltPhotonmonitoring.clone()
SinglePhoton120_R9Id90_HE10_IsoM_monitoring.FolderName = cms.string('HLT/EGM/Photon/Photon120_R9Id90_HE10_IsoM/')
示例#5
0
import FWCore.ParameterSet.Config as cms

from DQMOffline.Trigger.PhotonMonitor_cfi import hltPhotonmonitoring

#HLT_SinglePhoton300_IDTight
SinglePhoton300_monitoring = hltPhotonmonitoring.clone(
    FolderName='HLT/EGM/Photon/Photon300/',
    numGenericTriggerEventPSet=dict(hltPaths=["HLT_Photon300_NoHE_v*"]))

# HLT_SinglePhoton200_IDTight
SinglePhoton200_monitoring = hltPhotonmonitoring.clone(
    FolderName='HLT/EGM/Photon/Photon200/',
    numGenericTriggerEventPSet=dict(hltPaths=["HLT_Photon200_v*"]))

SinglePhoton50_R9Id90_HE10_IsoM_monitoring = hltPhotonmonitoring.clone(
    FolderName='HLT/EGM/Photon/Photon50_R9Id90_HE10_IsoM/',
    numGenericTriggerEventPSet=dict(
        hltPaths=["HLT_Photon50_R9Id90_HE10_IsoM_v*"]))

SinglePhoton75_R9Id90_HE10_IsoM_monitoring = hltPhotonmonitoring.clone(
    FolderName='HLT/EGM/Photon/Photon75_R9Id90_HE10_IsoM/',
    numGenericTriggerEventPSet=dict(
        hltPaths=["HLT_Photon75_R9Id90_HE10_IsoM_v*"]))

SinglePhoton90_R9Id90_HE10_IsoM_monitoring = hltPhotonmonitoring.clone(
    FolderName='HLT/EGM/Photon/Photon90_R9Id90_HE10_IsoM/',
    numGenericTriggerEventPSet=dict(
        hltPaths=["HLT_Photon90_R9Id90_HE10_IsoM_v*"]))

SinglePhoton120_R9Id90_HE10_IsoM_monitoring = hltPhotonmonitoring.clone(
    FolderName='HLT/EGM/Photon/Photon120_R9Id90_HE10_IsoM/',
示例#6
0
import FWCore.ParameterSet.Config as cms

from DQMOffline.Trigger.PhotonMonitor_cfi import hltPhotonmonitoring

#HLT_SinglePhoton200_IDTight
SinglePhoton300_monitoring = hltPhotonmonitoring.clone()
SinglePhoton300_monitoring.FolderName = cms.string('HLT/Photon/Photon300/')
SinglePhoton300_monitoring.numGenericTriggerEventPSet.hltPaths = cms.vstring(
    "HLT_Photon300_NoHE_v")

# HLT_SinglePhoton175_IDTight
SinglePhoton175_monitoring = hltPhotonmonitoring.clone()
SinglePhoton175_monitoring.FolderName = cms.string('HLT/Photon/Photon175/')
SinglePhoton175_monitoring.numGenericTriggerEventPSet.hltPaths = cms.vstring(
    "HLT_Photon175_v*")

SinglePhoton50_R9Id90_HE10_IsoM_monitoring = hltPhotonmonitoring.clone()
SinglePhoton50_R9Id90_HE10_IsoM_monitoring.FolderName = cms.string(
    'HLT/Photon/Photon50_R9Id90_HE10_IsoM/')
SinglePhoton50_R9Id90_HE10_IsoM_monitoring.numGenericTriggerEventPSet.hltPaths = cms.vstring(
    "HLT_Photon50_R9Id90_HE10_IsoM_v*")

SinglePhoton75_R9Id90_HE10_IsoM_monitoring = hltPhotonmonitoring.clone()
SinglePhoton75_R9Id90_HE10_IsoM_monitoring.FolderName = cms.string(
    'HLT/Photon/Photon75_R9Id90_HE10_IsoM/')
SinglePhoton75_R9Id90_HE10_IsoM_monitoring.numGenericTriggerEventPSet.hltPaths = cms.vstring(
    "HLT_Photon75_R9Id90_HE10_IsoM_v*")

SinglePhoton90_R9Id90_HE10_IsoM_monitoring = hltPhotonmonitoring.clone()
SinglePhoton90_R9Id90_HE10_IsoM_monitoring.FolderName = cms.string(
    'HLT/Photon/Photon90_R9Id90_HE10_IsoM/')