We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de3ea2 commit 68dadb5Copy full SHA for 68dadb5
1 file changed
PWGLF/TableProducer/Nuspex/coalescenceTreeProducer.cxx
@@ -154,6 +154,7 @@ struct CoalescenceTreeProducer {
154
// Tree for pairs/triplets.
155
// For deuterons only the first two baryons are stored.
156
// For three-body states, the third-baryon branches are also created.
157
+ treeBoundState.setObject(new TTree("BoundStateTree", "Tree for coalescence studies"));
158
treeBoundState->Branch("eventID", &eventID, "eventID/L");
159
160
treeBoundState->Branch("idB1", &idB1, "idB1/L");
0 commit comments