353 |
|
// |
354 |
|
// gen info |
355 |
|
// |
356 |
< |
if(ctrl.fillGen) |
356 |
> |
if( ctrl.fillGen ) |
357 |
|
fillGenInfo( mcArr, mcEvtInfo, geninfo, ESampleType::kHZZ, ctrl); |
358 |
|
|
359 |
|
// |
389 |
|
hltchain->SetBranchAddress(fTriggerTableName, &hltTableStrings); |
390 |
|
hltchain->GetEntry(0); |
391 |
|
hltTable->Clear(); |
392 |
< |
fillTriggerBits(hltTable, hltTableStrings ); |
392 |
> |
fillTriggerNames(hltTable, hltTableStrings ); |
393 |
|
} |
394 |
|
if( ctrl.debug ) cout << "file is : " << currentFile << endl; |
395 |
|
fillTriggerBits( hltTable, trigMask, triggerBits ); |
416 |
|
hltchain->SetBranchAddress(fTriggerTableName, &hltTableStrings); |
417 |
|
hltchain->GetEntry(0); |
418 |
|
hltTable->Clear(); |
419 |
< |
fillTriggerBits(hltTable, hltTableStrings ); |
419 |
> |
fillTriggerNames(hltTable, hltTableStrings ); |
420 |
|
} |
421 |
|
if( ctrl.debug ) cout << "file is : " << currentFile << endl; |
422 |
|
/* |
496 |
|
if( ret4l.status.pass() ) { |
497 |
|
fillAngles(ret4l,angles); |
498 |
|
fillKinematics(ret4l,kinematics); |
499 |
+ |
fillMassErrors(ret4l,muonArr,electronArr,kinematics); |
500 |
|
fillEventInfo(info,evtinfo); |
501 |
|
if( ctrl.mc) { |
501 |
– |
// fillGenInfo(ginfo,geninfo); |
502 |
|
setEffiencyWeights(ret4l, weights); |
503 |
|
if(ctrl.debug) |
504 |
|
cout << "w: " << weights.w << "\t" |