Skip to content

Commit

Permalink
Update TrackAnalyzer.cc
Browse files Browse the repository at this point in the history
fix booking protection
  • Loading branch information
VinInn committed Sep 2, 2015
1 parent 462834a commit 42214b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQM/TrackingMonitor/src/TrackAnalyzer.cc
Expand Up @@ -354,7 +354,7 @@ void TrackAnalyzer::bookHistosForHitProperties(DQMStore::IBooker & ibooker) {



if (doDCAPlots_) {
if(doDCAPlots_ || doPVPlots_ || doSIPPlots_ || doAllPlots_) {
histname = "xPointOfClosestApproach_";
xPointOfClosestApproach = ibooker.book1D(histname+CategoryName, histname+CategoryName, VXBin, VXMin, VXMax);
xPointOfClosestApproach->setAxisTitle("x component of Track PCA to beam line (cm)",1);
Expand Down

0 comments on commit 42214b8

Please sign in to comment.