Imperial Analysis
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
StaticTree.hh
Go to the documentation of this file.
1 #ifndef ICHiggsTauTau_StaticTree_hh
2 #define ICHiggsTauTau_StaticTree_hh
3 #include "TTree.h"
4 #include "boost/functional/hash.hpp"
5 
6 namespace ic {
7 
12 struct StaticTree {
13  static TTree *tree_;
14 };
15 }
16 
17 #endif
Definition: CaloJet.hh:9
static TTree * tree_
Definition: StaticTree.hh:13
Defines a small struct containing a static TTree pointer, thus providing a mechanism for each produce...
Definition: StaticTree.hh:12