Fork me on GitHub

Changes between Initial Version and Version 1 of Ticket #1168, comment 4


Ignore:
Timestamp:
Nov 29, 2017, 10:04:51 AM (7 years ago)
Author:
Pavel Demin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1168, comment 4

    initial v1  
    44{{{
    55TFile *f = TFile::Open("delphes_output.root");
    6 TTree *delphes = f->Get("Delphes");
     6TTree *delphes = (TTree *) f->Get("Delphes");
    77}}}
    88