MillHeaderTree.h
Go to the documentation of this file.
1 /*
2  * MillHeaderTree.h
3  *
4  * Created on: Feb 15, 2021
5  * Author: chilgenb
6  */
7 
8 #ifndef GARANA_MILL_HEADERTREE_H_
9 #define GARANA_MILL_HEADERTREE_H_
10 
11 #include "garana/Processors/Mill.h"
13 #include <string>
14 
15 namespace garana {
16 
17  class MillHeaderTree : public Mill {
18 
19  public:
21  MillHeaderTree(TTree* treeIn, TTree* treeOut);
22 
23  //bool SetBranchAddresses();// override;
24 
25  void MillTrees() override;
26  bool VerifyBranches() override;
27 
28  private:
29  HeaderTree* fHeaderIn = nullptr;
30  HeaderTree* fHeaderOut = nullptr;
31 
32  //Int_t fRun = -1;
33  //Int_t fSubRun = -1;
35 
36  };//class
37 }//namespace
38 
39 #endif /* MILLHEADERTREE_H_ */
std::string string
Definition: nybbler.cc:12
bool VerifyBranches() override
void MillTrees() override