Changes in examples/Example3.C [c9803f7:fbb617b] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/Example3.C
rc9803f7 rfbb617b 6 6 */ 7 7 8 #ifdef __CLING__9 R__LOAD_LIBRARY(libDelphes)10 #include "classes/DelphesClasses.h"11 #include "external/ExRootAnalysis/ExRootTreeReader.h"12 #include "external/ExRootAnalysis/ExRootResult.h"13 #else14 class ExRootTreeReader;15 class ExRootResult;16 #endif17 18 8 //------------------------------------------------------------------------------ 19 9 … … 35 25 TH1 *fJetDeltaPT; 36 26 }; 27 28 //------------------------------------------------------------------------------ 29 30 class ExRootResult; 31 class ExRootTreeReader; 37 32 38 33 //------------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.