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

Comparing UserCode/cbrown/AnalysisFramework/Plotting/Modules/ActiveSamples.C (file contents):
Revision 1.35 by buchmann, Wed Sep 28 16:35:29 2011 UTC vs.
Revision 1.36 by buchmann, Wed Sep 28 19:45:35 2011 UTC

# Line 34 | Line 34 | void define_SMS_sample(bool showList, sa
34      if((int)((string)hostname).find("falda")>-1) {
35          scansample.AddSample("/scratch/buchmann/mSUGRA3.root","SMS_T6Z",1,1,false,true,1,kRed); // there is only one sample in the scan; we give each event weight "1"
36      } else {
37 < //      scansample.AddSample("/shome/pablom/SimplifiedModels.root","SMS",1,1,false,true,1,kRed); // there is only one sample in the scan; we give each event weight "1"
38 < //      scansample.AddSample("/shome/pablom/SimplifiedModels.root","SMS",1,1,false,true,1,kRed); // there is only one sample in the scan; we give each event weight "1"
39 <        scansample.AddSample("/shome/buchmann/Complete_mSUGRA_Scan_cleaned.root","mSUGRA",1,1,false,true,1,kRed); // there is only one sample in the scan; we give each event weight "1"
40 <        for(int ix=0;ix<PlottingSetup::ScanXzones;ix++) {
41 <                for(int iy=0;iy<PlottingSetup::ScanYzones;iy++) {
42 <                        scansample.AddSample("/shome/buchmann/ntuples/mSUGRA/mSUGRA_clean_splitup_"+any2string(ix)+"_"+any2string(iy)+".root","mSUGRA",1,1,false,true,PlottingSetup::ScanYzones*ix+iy,kRed); // there is only one sample in the scan; we give each event weight "1"
43 <                }
44 <        }
37 >      /// NEW: Only indicate the very first file - please place scans in ntuples/SMS/ and adapt the name here and in SUSYScan.C (the files are loaded when needed avoiding high memory usage and startup times)
38 > //      scansample.AddSample("/shome/buchmann/ntuples/mSUGRA/mSUGRA_clean_splitup_0_0.root","mSUGRA",1,1,false,true,0,kRed); // there is only one sample in the scan; we give each event weight "1"
39 >        scansample.AddSample("/shome/buchmann/ntuples/SMS/SMS_clean_splitup_0_0.root","SMS",1,1,false,true,0,kRed); // there is only one sample in the scan; we give each event weight "1"
40      }
41   }
42  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines