star-travex
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StiHifyTreeMaker.h
Go to the documentation of this file.
1 #ifndef StiHifyTreeMaker_h
2 #define StiHifyTreeMaker_h
3 
4 #include <string>
5 
7 
8 class StiVolumeFilter;
9 
10 
12 {
13 public:
14 
15  explicit StiHifyTreeMaker(const std::string &name="StiHifyTreeMaker");
16  virtual Int_t Make();
17 
18 private:
19 
20  virtual void SetEventTree();
21 
23 
24  ClassDef(StiHifyTreeMaker, 0)
25 };
26 
27 #endif
virtual void SetEventTree()
StiHifyTreeMaker(const std::string &name="StiHifyTreeMaker")
virtual Int_t Make()
A singleton to manage constraints on save Sti objects such as tracks and track nodes.
const StiVolumeFilter & fStiVolumeFilter
Reference to singleton with selection criteria.