Fork me on GitHub

Changeset 391fd58 in git for examples


Ignore:
Timestamp:
Oct 9, 2015, 4:02:58 PM (9 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
0bbf248
Parents:
768703e
Message:

make compatible with ROOT6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/Example5.C

    r768703e r391fd58  
    33root -l examples/Example5.C'("delphes_output.root")'
    44*/
     5
     6#ifdef __CLING__
     7R__LOAD_LIBRARY(libDelphes)
     8#include "classes/DelphesClasses.h"
     9#include "external/ExRootAnalysis/ExRootTreeReader.h"
     10#include "external/ExRootAnalysis/ExRootResult.h"
     11#else
     12class ExRootTreeReader;
     13class ExRootResult;
     14#endif
     15
    516
    617//------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.