Skip to content

Commit abd1396

Browse files
committed
fix tree
1 parent 4b6e316 commit abd1396

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

PWGLF/TableProducer/Nuspex/coalescenceTreeProducer.cxx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@ struct CoalescenceTreeProducer {
7171

7272
Preslice<aod::McParticles> mcParticlesPerMcCollision = aod::mcparticle::mcCollisionId;
7373

74-
OutputObj<TTree> treeBoundState{"treeBoundState", ""};
74+
OutputObj<TTree> treeBoundState{
75+
"treeBoundState",
76+
OutputObjHandlingPolicy::AnalysisObject
77+
};
7578

7679
int64_t eventID = 0; // Event ID
7780
int64_t idB1 = 0, idB2 = 0, idB3 = 0; // MC particle IDs

0 commit comments

Comments
 (0)