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 |
|
|