Please enable JavaScript in your browser!
Home
Explore
contacts
Sign In
rhic
/
learning
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
f9c2fb3bb5
Branches
Tags
master
learning
/
tof_resolution
/
do_htree.C
do_htree.C
92 B
History
Raw
1
2
3
4
5
6
do_htree() {
gSystem->Load("htree_C.so");
htree t("312471_0.root");
t.Loop();
}