We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ef6e8 commit 4b6e316Copy full SHA for 4b6e316
1 file changed
PWGLF/TableProducer/Nuspex/coalescenceTreeProducer.cxx
@@ -71,7 +71,7 @@ struct CoalescenceTreeProducer {
71
72
Preslice<aod::McParticles> mcParticlesPerMcCollision = aod::mcparticle::mcCollisionId;
73
74
- OutputObj<TTree> treeBoundState{"treeBoundState","treeBoundState"};
+ OutputObj<TTree> treeBoundState{"treeBoundState", ""};
75
76
int64_t eventID = 0; // Event ID
77
int64_t idB1 = 0, idB2 = 0, idB3 = 0; // MC particle IDs
0 commit comments