We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315e651 commit c8c441cCopy full SHA for c8c441c
1 file changed
PWGJE/Tasks/statPromptPhoton.cxx
@@ -966,14 +966,14 @@ struct statPromptPhoton {
966
} // photon check
967
} // clusterparticle loop
968
969
- if(cfgDebug) {
970
- if(chPe>0){
971
- if(photontrigger){
972
- if(chPe/mccluster.energy() < 0.50){
973
- goodgentrigger=true;
974
- }
975
976
+ if (cfgDebug) {
+ if (chPe > 0) {
+ if (photontrigger) {
+ if (chPe / mccluster.energy() < 0.50) {
+ goodgentrigger = true;
+ }
977
}
978
if (goodgentrigger && photontrigger) {
979
histos.fill(HIST("REC_Trigger_Purity"), 0.5);
0 commit comments