Skip to content

Commit

Permalink
Restore FPix cluster occupancy plots
Browse files Browse the repository at this point in the history
  • Loading branch information
fioriNTU committed Jun 4, 2015
1 parent 9ac78ba commit ffc084c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DQM/SiPixelMonitorCluster/src/SiPixelClusterSource.cc
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ void SiPixelClusterSource::buildStructure(const edm::EventSetup& iSetup){
LogDebug ("PixelDQM") << " ---> Adding Endcap Module " << detId.rawId() << endl;
PixelEndcapName::HalfCylinder side = PixelEndcapName(DetId(id),pTT,isUpgrade).halfCylinder();
int disk = PixelEndcapName(DetId(id),pTT,isUpgrade).diskName();
if (disk>noOfDisks) noOfDisks=disk;
int blade = PixelEndcapName(DetId(id),pTT,isUpgrade).bladeName();
int panel = PixelEndcapName(DetId(id),pTT,isUpgrade).pannelName();
int module = PixelEndcapName(DetId(id),pTT,isUpgrade).plaquetteName();
Expand Down

0 comments on commit ffc084c

Please sign in to comment.