Skip to content

Commit 9e5bd55

Browse files
committed
resolving clang format issues
1 parent d7b7439 commit 9e5bd55

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@ struct UpcPhotonuclearAnalysisJMG {
178178
bool doPairCuts = false;
179179

180180
// Output definitions
181-
OutputObj<CorrelationContainer> sameGapSideA{"sameEventGapSideA"};
182-
OutputObj<CorrelationContainer> mixedGapSideA{"mixedEventGapSideA"};
183-
OutputObj<CorrelationContainer> sameGapSideC{"sameEventGapSideC"};
184-
OutputObj<CorrelationContainer> mixedGapSideC{"mixedEventGapSideC"};*/
181+
// OutputObj<CorrelationContainer> sameGapSideA{"sameEventGapSideA"};
182+
// OutputObj<CorrelationContainer> mixedGapSideA{"mixedEventGapSideA"};
183+
// OutputObj<CorrelationContainer> sameGapSideC{"sameEventGapSideC"};
184+
// OutputObj<CorrelationContainer> mixedGapSideC{"mixedEventGapSideC"};
185185

186186
UPCPairCuts mPairCuts;
187187
bool doPairCuts = false;

0 commit comments

Comments
 (0)