Jpp
JDAQRoot.hh
Go to the documentation of this file.
1 /**
2  * \author mdejong
3  */
4 
5 /**
6  * This include file serves the purpose of hiding ROOT dependencies.
7  */
8 
9 #ifndef __JDAQROOT__
10 #define __JDAQROOT__
11 
12 #include <TROOT.h>
13 #include <TObject.h>
14 #include <TTree.h>
15 #include <TChain.h>
16 #include <TBuffer.h>
17 
18 #include "JROOT/JRoot.hh"
19 
20 #endif
JRoot.hh