Skip to content

Commit d911fec

Browse files
committed
improving correlation analysis
1 parent 74a7be9 commit d911fec

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,6 @@ struct upcPhotonuclearAnalysisJMG {
162162
UPCPairCuts mPairCuts;
163163
bool doPairCuts = false;
164164

165-
// Output definitions
166-
OutputObj<CorrelationContainer> same{"sameEvent"};
167-
OutputObj<CorrelationContainer> mixed{"mixedEvent"};
168-
169-
UPCPairCuts mPairCuts;
170-
bool doPairCuts = false;
171-
172165
void init(InitContext const&)
173166
{
174167
const AxisSpec axisCollision{4, -0.5, 3.5};
@@ -600,9 +593,9 @@ struct upcPhotonuclearAnalysisJMG {
600593

601594
PROCESS_SWITCH(upcPhotonuclearAnalysisJMG, processSame, "Process same event", true);
602595

603-
void processMixed(FullSGUDCollision::iterator const& reconstructedCollision)
596+
void processMixed()
604597
{
605-
int sgSide = reconstructedCollision.gapSide();
598+
// int sgSide = reconstructedCollision.gapSide();
606599
// int sgSide = 0;
607600

608601
for (auto& [collision1, tracks1, collision2, tracks2] : pairs) {

0 commit comments

Comments
 (0)