ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/OSUT3Analysis/AnaTools/src/OSUAnalysis.cc
(Generate patch)

Comparing UserCode/OSUT3Analysis/AnaTools/src/OSUAnalysis.cc (file contents):
Revision 1.5 by ahart, Tue Aug 28 13:54:58 2012 UTC vs.
Revision 1.6 by ahart, Fri Sep 7 19:54:58 2012 UTC

# Line 7 | Line 7 | OSUAnalysis::OSUAnalysis (const edm::Par
7   {
8    // Construct CutFlow objects. These store the results of cut decisions and
9    // handle filling cut flow histograms.
10 <  cuts_ = new CutFlow (hists1D_, fs_);
11 <  muonCuts_ = new CutFlow (hists1D_, fs_, "muon");
10 >  cuts_ = new CutFlow (fs_);
11 >  muonCuts_ = new CutFlow (fs_, "muon");
12  
13    // Create additional histograms.
14    TH1::SetDefaultSumw2 ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines