Changes between Version 1 and Version 2 of Ticket #444, comment 4
- Timestamp:
- Mar 27, 2015, 8:24:44 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #444, comment 4
v1 v2 13 13 14 14 TFile::Open("delphes_output.root"); 15 TTree *tree = (TTree *) gDirectory->Get("Delphes") 15 TTree *tree = (TTree *) gDirectory->Get("Delphes"); 16 16 tree->Draw("Electron.PT"); 17 17 }}}