DetTree.h
Go to the documentation of this file.
1 /*
2  * G4Tree.h
3  *
4  * Created on: Feb 18, 2021
5  * Author: chilgenb
6  */
7 
8 #ifndef GARANA_DETTREE_H_
9 #define GARANA_DETTREE_H_
10 
11 #include "garana/Base/TreeReader.h"
12 
13 //#include <TTree.h>
14 
15 //#include <string>
16 
17 namespace garana {
18 
19  class DetTree : public TreeReader {
20 
21  public:
22 
23  virtual ~DetTree() {};
24 
25  //inline static const std::string treename = "detTree";
26 
27  };//class
28 }//namespace
29 
30 #endif /* GARANA_DETTREE_H_ */
virtual ~DetTree()
Definition: DetTree.h:23