Skip to content

Commit

Permalink
Fix comment in ZFinderPlotter
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Gude committed May 12, 2014
1 parent 0c26969 commit dbb2a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZFinder/Event/src/ZFinderPlotter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ namespace zf {
baseweights_->GetXaxis()->SetTitle("Weight");
baseweights_->GetYaxis()->SetTitle("Events");

// baseweights
// fullweights
const std::string fullweights_name = "Full Weight";
fullweights_ = tdir.make<TH1D>(fullweights_name.c_str(), fullweights_name.c_str(), 500, 0., 5.);
fullweights_->GetXaxis()->SetTitle("Weight");
Expand Down

0 comments on commit dbb2a54

Please sign in to comment.