Changes between Initial Version and Version 1 of Ticket #1168, comment 4
- Timestamp:
- Nov 29, 2017, 10:04:51 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1168, comment 4
initial v1 4 4 {{{ 5 5 TFile *f = TFile::Open("delphes_output.root"); 6 TTree *delphes = f->Get("Delphes");6 TTree *delphes = (TTree *) f->Get("Delphes"); 7 7 }}} 8 8