Skip to content

Commit 766681b

Browse files
committed
Please consider the following formatting changes
1 parent 5ded443 commit 766681b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGUD/Tasks/upcTauRl.cxx

+2-2
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,8 @@ struct UpcTauRl {
901901
return true;
902902
}
903903

904-
void resetLooseCounters(){
904+
void resetLooseCounters()
905+
{
905906
isElectronOutElectron = false;
906907
isElectronNotTOF = false;
907908
isMupionOutPion = false;
@@ -2119,7 +2120,6 @@ struct UpcTauRl {
21192120
histos.get<TH1>(HIST("OutputTable/hRejections"))->Fill(6);
21202121
if (isMupionNotTOF)
21212122
histos.get<TH1>(HIST("OutputTable/hRejections"))->Fill(7);
2122-
21232123
}
21242124
}
21252125

0 commit comments

Comments
 (0)