@@ -895,8 +895,8 @@ struct Dilepton {
895895 if (cfgApplyWeightTTCA) {
896896 weight = map_weight[std::make_pair (t1.globalIndex (), t2.globalIndex ())];
897897 }
898+ // LOGF(info, "ev_id = %d, t1.sign() = %d, t2.sign() = %d, map_weight[std::make_pair(%d, %d)] = %f", ev_id, t1.sign(), t2.sign(), t1.globalIndex(), t2.globalIndex(), weight);
898899 }
899- // LOGF(info, "ev_id = %d, t1.sign() = %d, t2.sign() = %d, map_weight[std::make_pair(%d, %d)] = %f", ev_id, t1.sign(), t2.sign(), t1.globalIndex(), t2.globalIndex(), weight);
900900
901901 ROOT::Math::PtEtaPhiMVector v1 (t1.pt (), t1.eta (), t1.phi (), leptonM1);
902902 ROOT::Math::PtEtaPhiMVector v2 (t2.pt (), t2.eta (), t2.phi (), leptonM2);
@@ -1527,7 +1527,6 @@ struct Dilepton {
15271527 for (const auto & pairId : passed_pairIds) {
15281528 auto t1 = tracks.rawIteratorAt (std::get<0 >(pairId));
15291529 auto t2 = tracks.rawIteratorAt (std::get<1 >(pairId));
1530- // LOGF(info, "std::get<0>(pairId) = %d, std::get<1>(pairId) = %d, t1.globalIndex() = %d, t2.globalIndex() = %d", std::get<0>(pairId), std::get<1>(pairId), t1.globalIndex(), t2.globalIndex());
15311530
15321531 float n = 1 .f ; // include myself.
15331532 for (const auto & ambId1 : t1.ambiguousElectronsIds ()) {
0 commit comments