DisplayTree.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_DISPLAYTREE_H_
9 #define GARANA_DISPLAYTREE_H_
10 
11 #include "garana/Base/TreeReader.h"
12 
13 namespace garana {
14 
15  class DisplayTree : public TreeReader {
16 
17  public:
18 
19  virtual ~DisplayTree() {};
20 
21  };//class
22 }//namespace
23 
24 #endif /* GARANA_DISPLAYTREE_H_ */
virtual ~DisplayTree()
Definition: DisplayTree.h:19