# | 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 (); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |