#include <Mill.h>
Public Member Functions | |
virtual | ~Mill () |
virtual void | MillTrees ()=0 |
virtual bool | VerifyBranches ()=0 |
bool | IsVerified () const |
std::string | CharStarToString (const char *cstr) |
Protected Attributes | |
bool | fIsVerified = false |
TTree * | fTreeOut = nullptr |
TFile * | fOutfile = nullptr |
std::string Mill::CharStarToString | ( | const char * | cstr | ) |
|
pure virtual |
Implemented in garana::MillHeaderTree, garana::MillG4Tree, garana::MillGenTree, and garana::MillRecoTree.
|
pure virtual |
Implemented in garana::MillG4Tree, garana::MillGenTree, garana::MillRecoTree, and garana::MillHeaderTree.