Skip to content

Commit

Permalink
Merge pull request #39382 from mmusich/SiPixelCalSingleMuonTightDQM
Browse files Browse the repository at this point in the history
supply DQM for `SiPixelCalSingleMuonTight`
  • Loading branch information
cmsbuild authored Sep 15, 2022
2 parents bf366b7 + dbb71e4 commit 017a0b9
Show file tree
Hide file tree
Showing 6 changed files with 427 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
pathALCARECOTkAlJetHT = cms.Path(seqALCARECOTkAlJetHT*ALCARECOTkAlJetHTDQM)
pathALCARECOSiPixelCalSingleMuon = cms.Path(seqALCARECOSiPixelCalSingleMuon)
pathALCARECOSiPixelCalSingleMuonLoose = cms.Path(seqALCARECOSiPixelCalSingleMuonLoose)
pathALCARECOSiPixelCalSingleMuonTight = cms.Path(seqALCARECOSiPixelCalSingleMuonTight)
pathALCARECOSiPixelCalSingleMuonTight = cms.Path(seqALCARECOSiPixelCalSingleMuonTight * ALCARECOSiPixelCalSingleMuonTightDQM)
pathALCARECOSiPixelCalCosmics = cms.Path(seqALCARECOSiPixelCalCosmics)
pathALCARECOSiStripCalMinBias = cms.Path(seqALCARECOSiStripCalMinBias*ALCARECOSiStripCalMinBiasDQM)
pathALCARECOSiStripCalCosmics = cms.Path(seqALCARECOSiStripCalCosmics)
Expand Down
6 changes: 6 additions & 0 deletions DQMOffline/CalibTracker/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
<use name="DataFormats/TrackReco"/>
<use name="DataFormats/TrackerRecHit2D"/>
<use name="DQMServices/Core"/>
<use name="TrackingTools/PatternTools"/>
<use name="RecoLocalTracker/ClusterParameterEstimator"/>
<use name="RecoLocalTracker/Records"/>
<use name="TrackingTools/TrackFitters"/>
<use name="CondFormats/SiPixelObjects"/>
<use name="CalibTracker/SiPixelESProducers"/>
<library file="*.cc" name="DQMOfflineCalibTrackerplugins">
<flags EDM_PLUGIN="1"/>
</library>
Loading

0 comments on commit 017a0b9

Please sign in to comment.