Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
garana
garana
Base
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_ */
garana::TreeReader
Definition:
TreeReader.h:26
garana
Definition:
FlatDetTree.h:15
garana::DetTree
Definition:
DetTree.h:19
TreeReader.h
garana::DetTree::~DetTree
virtual ~DetTree()
Definition:
DetTree.h:23
Generated by
1.8.11