Skip to content

Commit 766681b

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGUD/Tasks/upcTauRl.cxx

Lines changed: 2 additions & 2 deletions
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)