You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writing slices of int or float64 to a TTree using croot seems to work fine, however, accessing those variables with TTree::Draw doesn't work. Is there a way to fix this ?
Emmanuel
The text was updated successfully, but these errors were encountered:
the following interactive ROOT session worked for me:
root [0] auto f = TFile::Open("event.root");
Warning in <TClass::Init>: no dictionary for class Event is available
Warning in <TClass::Init>: no dictionary for class Det is available
Warning in <TClass::Init>: no dictionary for class golang::goslice<double> is available
root [1] auto t = (TTree*)f->Get("tree");
root [2] t->Draw("evt.I:evt.S.Data");
Info in <TCanvas::MakeDefCanvas>: created default TCanvas with name c1
![data](https://cloud.githubusercontent.com/assets/1070920/19312978/13f224a4-9095-11e6-9409-d2e268186dd5.png)
Hi Seb,
Writing slices of int or float64 to a TTree using croot seems to work fine, however, accessing those variables with TTree::Draw doesn't work. Is there a way to fix this ?
Emmanuel
The text was updated successfully, but these errors were encountered: