Skip to content

Commit

Permalink
some more histos in RawData
Browse files Browse the repository at this point in the history
  • Loading branch information
fioriNTU authored and schneiml committed Jan 18, 2017
1 parent bfd9da2 commit 45acd04
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
Expand Up @@ -9,6 +9,7 @@
+ SiPixelPhase1TrackResidualsHarvester
+ SiPixelPhase1TrackClustersHarvester
+ SiPixelPhase1TrackEfficiencyHarvester
+ SiPixelPhase1RawDataHarvester
)

siPixelPhase1OfflineDQM_harvesting_cosmics = siPixelPhase1OfflineDQM_harvesting.copyAndExclude([
Expand Down
Expand Up @@ -14,6 +14,9 @@
from DQM.SiPixelPhase1TrackClusters.SiPixelPhase1TrackClusters_cfi import *
# Hit Efficiencies
from DQM.SiPixelPhase1TrackEfficiency.SiPixelPhase1TrackEfficiency_cfi import *
# FED/RAW Data
from DQM.SiPixelPhase1RawData.SiPixelPhase1RawData_cfi import *


PerModule.enabled = False

Expand All @@ -24,6 +27,7 @@
+ SiPixelPhase1TrackResidualsAnalyzer
+ SiPixelPhase1TrackClustersAnalyzer
+ SiPixelPhase1TrackEfficiencyAnalyzer
+ SiPixelPhase1RawDataAnalyzer
)

siPixelPhase1OfflineDQM_source_cosmics = siPixelPhase1OfflineDQM_source.copyAndExclude([
Expand Down
12 changes: 11 additions & 1 deletion DQM/SiPixelPhase1RawData/python/SiPixelPhase1RawData_cfi.py
Expand Up @@ -19,7 +19,12 @@
Specification().groupBy("FED/LinkInFed")
.groupBy("FED", "EXTEND_X")
.groupBy("", "EXTEND_Y")
.save()
.save(),
Specification().groupBy("FED/FED/Lumisection")
.groupBy("FED/FED","EXTEND_X")
.save()
.groupBy("")
.save()
)
)

Expand Down Expand Up @@ -70,9 +75,14 @@
Specification().groupBy("FED/FED").save(),
Specification().groupBy("FED")
.groupBy("", "EXTEND_Y").save(),
Specification().groupBy("FED/FED/LinkInFed")
.groupBy("FED/FED","EXTEND_Y").save()

)
)



SiPixelPhase1RawDataConf = cms.VPSet(
SiPixelPhase1RawDataNErrors,
SiPixelPhase1RawDataFIFOFull,
Expand Down

0 comments on commit 45acd04

Please sign in to comment.