We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ded443 commit 766681bCopy full SHA for 766681b
1 file changed
PWGUD/Tasks/upcTauRl.cxx
@@ -901,7 +901,8 @@ struct UpcTauRl {
901
return true;
902
}
903
904
- void resetLooseCounters(){
+ void resetLooseCounters()
905
+ {
906
isElectronOutElectron = false;
907
isElectronNotTOF = false;
908
isMupionOutPion = false;
@@ -2119,7 +2120,6 @@ struct UpcTauRl {
2119
2120
histos.get<TH1>(HIST("OutputTable/hRejections"))->Fill(6);
2121
if (isMupionNotTOF)
2122
histos.get<TH1>(HIST("OutputTable/hRejections"))->Fill(7);
-
2123
2124
2125
0 commit comments