ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/AnalysisFramework/Plotting/Modules/Systematics.C
(Generate patch)

Comparing UserCode/cbrown/AnalysisFramework/Plotting/Modules/Systematics.C (file contents):
Revision 1.29 by buchmann, Wed Sep 7 06:42:21 2011 UTC vs.
Revision 1.31 by buchmann, Wed Sep 7 13:30:58 2011 UTC

# Line 1 | Line 1
1   #include <iostream>
2   #include <vector>
3   #include <sys/stat.h>
4 + #include <algorithm>
5 + #include <cmath>
6  
7   #include <TMath.h>
8   #include <TColor.h>
# Line 330 | Line 332 | void MCefficiency(TTree *events,float &r
332  
333  
334   //____________________________________________________________________________________
335 < // Total selection efficiency (MC)
335 > // Selection efficiency for one process (MC)
336   vector<float> processMCefficiency(TTree *events,string mcjzb,bool requireZ,int Neventsinfile, string addcut) {
337    vector<float> process_efficiencies;
338    for(int iprocess=0;iprocess<=10;iprocess++) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines