We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3120bf4 commit 41a2131Copy full SHA for 41a2131
Validation/RecoVertex/src/BeamSpotHistogramMaker.cc
@@ -26,7 +26,7 @@ void BeamSpotHistogramMaker::book(const std::string dirname) {
26
currdir = new TFileDirectory(tfserv->mkdir(dirname));
27
_currdir = currdir;
28
} else {
29
- currdir = &(tfserv->tFileDirectory());
+ _currdir = &(tfserv->tFileDirectory());
30
}
31
32
edm::LogInfo("HistogramBooking") << "BeamSpot histogram booking in directory " << dirname;
0 commit comments