Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added LongLived DQM plots; minor fixes for plots on Data #14200

Merged
merged 4 commits into from Aug 30, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions DQM/Physics/BuildFile.xml
Expand Up @@ -20,4 +20,9 @@
<use name="CondFormats/EcalObjects"/>
<use name="RecoJets/JetProducers"/>
<use name="RecoJets/JetAlgorithms"/>
<use name="MagneticField/Records"/>
<use name="MagneticField/Engine"/>
<use name="TrackingTools/TransientTrack"/>
<use name="TrackingTools/Records"/>
<use name="TrackingTools/PatternTools"/>
<flags EDM_PLUGIN="1"/>
8 changes: 3 additions & 5 deletions DQM/Physics/python/ExoticaDQM_cfi.py
Expand Up @@ -5,7 +5,6 @@

#Trigger Results
TriggerResults = cms.InputTag('TriggerResults','','HLT'),
# HltPaths = cms.vstring('HLT_*'),
HltPaths = cms.vstring("HLT_Mu","HLT_Ele","HLT_Photon","HLT_PFHT","HLT_HT","HLT_PFMET","HLT_MET","HLT_"),

#Physics objects
Expand All @@ -17,12 +16,12 @@
photonCollection = cms.InputTag("gedPhotons"),

pfJetCollection = cms.InputTag('ak4PFJetsCHS'),
corrector = cms.InputTag('ak4PFL1FastL2L3Corrector'),
jetCorrector = cms.InputTag('ak4PFL1FastL2L3Corrector'),

DiJetPFJetCollection = cms.VInputTag('ak4PFJetsCHS','ak8PFJetsCHS'),

caloMETCollection = cms.InputTag("caloMetM","","RECO"),
pfMETCollection = cms.InputTag("pfMet","","RECO"),
caloMETCollection = cms.InputTag("caloMetM"),
pfMETCollection = cms.InputTag("pfMet"),

#Cuts
# DiJet
Expand All @@ -49,7 +48,6 @@
# MonoPhoton
monophoton_Photon_pt_cut = cms.double(80.0),
monophoton_Photon_met_cut = cms.double(100.0),


JetIDParams = cms.PSet(
useRecHits = cms.bool(True),
Expand Down