Skip to content

Commit c0ee178

Browse files
authored
Merge pull request #36 from alibuild/alibot-cleanup-9999
[PWGJE] Please consider the following formatting changes to AliceO2Group#9999
2 parents 315e651 + c8c441c commit c0ee178

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

PWGJE/Tasks/statPromptPhoton.cxx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -966,14 +966,14 @@ struct statPromptPhoton {
966966
} // photon check
967967
} // clusterparticle loop
968968

969-
if(cfgDebug) {
970-
if(chPe>0){
971-
if(photontrigger){
972-
if(chPe/mccluster.energy() < 0.50){
973-
goodgentrigger=true;
974-
}
975-
}
976-
}
969+
if (cfgDebug) {
970+
if (chPe > 0) {
971+
if (photontrigger) {
972+
if (chPe / mccluster.energy() < 0.50) {
973+
goodgentrigger = true;
974+
}
975+
}
976+
}
977977
}
978978
if (goodgentrigger && photontrigger) {
979979
histos.fill(HIST("REC_Trigger_Purity"), 0.5);

0 commit comments

Comments
 (0)