452 |
|
|
453 |
|
|
454 |
|
// reference |
455 |
– |
/* |
455 |
|
apply_HZZ4L_reference2_selection(ctrl, info, |
456 |
|
vtx, |
457 |
|
pfArr, |
458 |
< |
//rho, |
458 |
> |
#ifdef HACKED_RHOS |
459 |
> |
rho, |
460 |
> |
#else |
461 |
|
puDArr, |
462 |
+ |
#endif |
463 |
|
electronArr, |
464 |
|
&electronReferencePreSelection, |
465 |
|
&electronReferenceIDMVASelection, |
468 |
|
&muonReferencePreSelection, |
469 |
|
&muonIDPFSelection, |
470 |
|
&muonReferenceIsoSelection); |
469 |
– |
*/ |
471 |
|
|
472 |
+ |
/* |
473 |
|
// evolved |
474 |
|
apply_HZZ4L_reference2_selection(ctrl, info, |
475 |
|
vtx, |
486 |
|
//&muonPreSelection, |
487 |
|
&muonIDPFSelection, |
488 |
|
&muonIsoMVASelection); |
489 |
< |
|
489 |
> |
*/ |
490 |
|
|
491 |
|
if( ctrl.debug ) cout << endl; |
492 |
|
|