Skip to content

Commit aad6cc0

Browse files
author
Changhwan Choi
committed
MegaLinter issues resolved
1 parent f144c25 commit aad6cc0

File tree

2 files changed

+1
-74
lines changed

2 files changed

+1
-74
lines changed

PWGJE/Core/MlResponseHfTagging.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include <cmath>
2727
#include <cstddef>
2828
#include <cstdint>
29+
#include <string>
2930
#include <utility>
3031
#include <vector>
3132

PWGJE/Tasks/bjetTaggingGnn.cxx

Lines changed: 0 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -809,80 +809,6 @@ struct BjetTaggingGnn {
809809
registry.fill(HIST("h2_Response_DetjetpT_PartjetpT_b_inelgt0"), analysisJet.pt(), mcpjetpT, isTrueINELgt0 && (hasAll(evtselCode, EvtSelFlag::INELgt0rec)) ? weightEvt : 0.0);
810810
}
811811
}
812-
813-
// switch (evtselCode) {
814-
// case static_cast<int>(EvtSel::INELgt0rec:
815-
// registry.fill(HIST("h_jetpT_inelgt0rec"), analysisJet.pt(), weightEvt);
816-
// if (isMatched) {
817-
// registry.fill(HIST("h2_Response_DetjetpT_PartjetpT_inelgt0"), analysisJet.pt(), mcpjetpT, weightEvt);
818-
// }
819-
// if (isBjet) {
820-
// registry.fill(HIST("h_jetpT_b_inelgt0"), analysisJet.pt(), weightEvt);
821-
// if (isMatched) {
822-
// registry.fill(HIST("h2_Response_DetjetpT_PartjetpT_b_inelgt0"), analysisJet.pt(), mcpjetpT, weightEvt);
823-
// }
824-
// }
825-
// case static_cast<int>(EvtSel::Sel8Zvtx:
826-
// registry.fill(HIST("h_jetpT_sel8_zvtx"), analysisJet.pt(), weightEvt);
827-
// if (isMatched) {
828-
// registry.fill(HIST("h2_Response_DetjetpT_PartjetpT_sel8"), analysisJet.pt(), mcpjetpT, weightEvt);
829-
// }
830-
// if (isBjet) {
831-
// registry.fill(HIST("h_jetpT_b_sel8_zvtx"), analysisJet.pt(), weightEvt);
832-
// if (isMatched) {
833-
// registry.fill(HIST("h2_Response_DetjetpT_PartjetpT_b_sel8"), analysisJet.pt(), mcpjetpT, weightEvt);
834-
// }
835-
// }
836-
// case static_cast<int>(EvtSel::SelMCZvtx:
837-
// registry.fill(HIST("h_jetpT_selmc_zvtx"), analysisJet.pt(), weightEvt);
838-
// if (isMatched) {
839-
// registry.fill(HIST("h2_Response_DetjetpT_PartjetpT_selmc"), analysisJet.pt(), mcpjetpT, weightEvt);
840-
// }
841-
// if (isBjet) {
842-
// registry.fill(HIST("h_jetpT_b_selmc_zvtx"), analysisJet.pt(), weightEvt);
843-
// if (isMatched) {
844-
// registry.fill(HIST("h2_Response_DetjetpT_PartjetpT_b_selmc"), analysisJet.pt(), mcpjetpT, weightEvt);
845-
// }
846-
// }
847-
// case static_cast<int>(EvtSel::TVXZvtx:
848-
// registry.fill(HIST("h_jetpT_tvx_zvtx"), analysisJet.pt(), weightEvt);
849-
// if (isBjet) {
850-
// registry.fill(HIST("h_jetpT_b_tvx_zvtx"), analysisJet.pt(), weightEvt);
851-
// }
852-
// case static_cast<int>(EvtSel::CollZvtx:
853-
// registry.fill(HIST("h_jetpT_coll_zvtx"), analysisJet.pt(), weightEvt);
854-
// if (isBjet) {
855-
// registry.fill(HIST("h_jetpT_b_coll_zvtx"), analysisJet.pt(), weightEvt);
856-
// }
857-
// default:
858-
// switch (evtselCode) {
859-
// case static_cast<int>(EvtSel::Sel8:
860-
// case static_cast<int>(EvtSel::Sel8Zvtx:
861-
// registry.fill(HIST("h_jetpT_sel8"), analysisJet.pt(), weightEvt);
862-
// if (isBjet) {
863-
// registry.fill(HIST("h_jetpT_b_sel8"), analysisJet.pt(), weightEvt);
864-
// }
865-
// case static_cast<int>(EvtSel::SelMC:
866-
// case static_cast<int>(EvtSel::SelMCZvtx:
867-
// registry.fill(HIST("h_jetpT_selmc"), analysisJet.pt(), weightEvt);
868-
// if (isBjet) {
869-
// registry.fill(HIST("h_jetpT_b_selmc"), analysisJet.pt(), weightEvt);
870-
// }
871-
// case static_cast<int>(EvtSel::TVX:
872-
// case static_cast<int>(EvtSel::TVXZvtx:
873-
// registry.fill(HIST("h_jetpT_tvx"), analysisJet.pt(), weightEvt);
874-
// if (isBjet) {
875-
// registry.fill(HIST("h_jetpT_b_tvx"), analysisJet.pt(), weightEvt);
876-
// }
877-
// case static_cast<int>(EvtSel::Coll:
878-
// case static_cast<int>(EvtSel::CollZvtx:
879-
// default:
880-
// registry.fill(HIST("h_jetpT_coll"), analysisJet.pt(), weightEvt);
881-
// if (isBjet) {
882-
// registry.fill(HIST("h_jetpT_b_coll"), analysisJet.pt(), weightEvt);
883-
// }
884-
// }
885-
// }
886812
}
887813
}
888814
PROCESS_SWITCH(BjetTaggingGnn, processMCDJetsSel, "jet information in MC (event selection)", false);

0 commit comments

Comments
 (0)