We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b7439 commit 3ed4380Copy full SHA for 3ed4380
1 file changed
PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx
@@ -181,9 +181,10 @@ struct UpcPhotonuclearAnalysisJMG {
181
OutputObj<CorrelationContainer> sameGapSideA{"sameEventGapSideA"};
182
OutputObj<CorrelationContainer> mixedGapSideA{"mixedEventGapSideA"};
183
OutputObj<CorrelationContainer> sameGapSideC{"sameEventGapSideC"};
184
- OutputObj<CorrelationContainer> mixedGapSideC{"mixedEventGapSideC"};*/
+ OutputObj<CorrelationContainer> mixedGapSideC{"mixedEventGapSideC"};
185
+ * /
186
- UPCPairCuts mPairCuts;
187
+ UPCPairCuts mPairCuts;
188
bool doPairCuts = false;
189
190
void init(InitContext const&)
0 commit comments