Skip to content

Commit

Permalink
adding OnTrack clusters for cosmics
Browse files Browse the repository at this point in the history
  • Loading branch information
fioriNTU committed Apr 28, 2017
1 parent d4f8890 commit 1c23a9b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

import FWCore.ParameterSet.Config as cms

from DQM.SiPixelPhase1Config.SiPixelPhase1OfflineDQM_source_cff import *
Expand All @@ -15,7 +16,6 @@
)

siPixelPhase1OfflineDQM_harvesting_cosmics = siPixelPhase1OfflineDQM_harvesting.copyAndExclude([
SiPixelPhase1TrackClustersHarvester,
SiPixelPhase1TrackEfficiencyHarvester,
])

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
)

siPixelPhase1OfflineDQM_source_cosmics = siPixelPhase1OfflineDQM_source.copyAndExclude([
SiPixelPhase1TrackEfficiencyAnalyzer,
SiPixelPhase1TrackClustersAnalyzer
SiPixelPhase1TrackEfficiencyAnalyzer
])

SiPixelPhase1TrackResidualsAnalyzer_cosmics = SiPixelPhase1TrackResidualsAnalyzer.clone()
Expand All @@ -51,3 +50,9 @@

siPixelPhase1OfflineDQM_source_cosmics.replace(SiPixelPhase1RecHitsAnalyzer,
SiPixelPhase1RecHitsAnalyzer_cosmics)

SiPixelPhase1TrackClustersAnalyzer_cosmics = SiPixelPhase1TrackClustersAnalyzer.clone()
SiPixelPhase1TrackClustersAnalyzer_cosmics.tracks = "ctfWithMaterialTracksP5"

siPixelPhase1OfflineDQM_source_cosmics.replace(SiPixelPhase1TrackClustersAnalyzer,
SiPixelPhase1TrackClustersAnalyzer_cosmics)

0 comments on commit 1c23a9b

Please sign in to comment.