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 |