ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/Selection/src/SelectionFuncs.cc
(Generate patch)

Comparing UserCode/MitHzz4l/Selection/src/SelectionFuncs.cc (file contents):
Revision 1.13 by dkralph, Mon Dec 17 12:34:02 2012 UTC vs.
Revision 1.14 by andrey, Tue Jan 8 22:55:26 2013 UTC

# Line 409 | Line 409 | int getGenSampleType(TString ofname)
409    else if(ofname.Contains(TRegexp("-zz2l2l-gf")))         return -1; // damn ggZZ has differences so MC parsing code fails ESampleType::kVV;  // ggZZ
410    else if(ofname.Contains(TRegexp("-ggzz4l-")))           return -1; // damn ggZZ has differences so MC parsing code fails ESampleType::kVV;  // ggZZ
411    else if(ofname.Contains(TRegexp("-ggzz2l2l-")))         return -1; // damn ggZZ has differences so MC parsing code fails ESampleType::kVV;  // ggZZ
412 <  else if(ofname.Contains(TRegexp("-x12[0-9]zz4l-")))     return -1; // spin samples
412 >
413 >  else if(ofname.Contains(TRegexp("-x12[0-9]zz4l-")))     return ESampleType::kHZZJHU; // spin samples
414 >  //  else if(ofname.Contains(TRegexp("-x12[0-9]zz4l-")))     return ESampleType::kHZZ; // spin samples
415 >  //  else if(ofname.Contains(TRegexp("-x12[0-9]zz4l-")))     return -1; // spin samples
416 >
417    else if(ofname.Contains(TRegexp("-h[0-9][0-9]*zz4l-"))) return ESampleType::kHZZ; // powheg HZZ
418    else if(ofname.Contains(TRegexp("-h[0-9][0-9]*-")))     return ESampleType::kHZZ; // powheg HZZ where I fucked up the name
419    else if(ofname.Contains(TRegexp("-zllm50-")))           return ESampleType::kZ;   // drell-yan

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines