Skip to content

Commit 4b6e316

Browse files
committed
fix tree
1 parent 02ef6e8 commit 4b6e316

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/TableProducer/Nuspex/coalescenceTreeProducer.cxx

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

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

74-
OutputObj<TTree> treeBoundState{"treeBoundState","treeBoundState"};
74+
OutputObj<TTree> treeBoundState{"treeBoundState", ""};
7575

7676
int64_t eventID = 0; // Event ID
7777
int64_t idB1 = 0, idB2 = 0, idB3 = 0; // MC particle IDs

0 commit comments

Comments
 (0)