533 |
|
<< "\trun: " << evtinfo.run |
534 |
|
<< "\tevt: " << evtinfo.evt |
535 |
|
<< "\tlumi: " << evtinfo.lumi |
536 |
< |
<< "\tcostheta1: " << angles.costheta1 |
537 |
< |
<< "\tcostheta2: " << angles.costheta2 |
538 |
< |
<< "\tcostheta*: " << angles.costhetastar |
539 |
< |
<< "\tbdt: " << angles.bdt |
536 |
> |
<< "\tchannel: " << kinematics.channel |
537 |
> |
<< "\tm4l: " << kinematics.m4l |
538 |
> |
<< "\tmZ1: " << kinematics.mZ1 |
539 |
> |
<< "\tmZ2: " << kinematics.mZ2 |
540 |
|
<< endl; |
541 |
|
pass++; |
542 |
|
// if( pass > 3 ) break; |
622 |
|
{ |
623 |
|
return hpu->GetBinContent(hpu->FindBin(npu)); |
624 |
|
} |
625 |
+ |
|