Belle II Software
release-08-01-10
|
Record the MVA variables. More...
Public Member Functions | |
Impl (const std::function< void(TTree &)> &setBranches, const std::string &rootFileName, const std::string &treeName="recorded_tree") | |
Constructor creating the TFile and TTree as well as setting up the branches with the given function. | |
~Impl () | |
Destructor finalising the tree. | |
void | write () |
Write all captured variables to disk. | |
void | capture () |
Capture the registered variable values and write them out. | |
Private Attributes | |
TFile * | m_tFile |
Reference to the open TFile. | |
StoreObjPtr< RootMergeable< TTree > > | m_tTree |
Reference to the TTree. | |
Record the MVA variables.
Definition at line 28 of file Recorder.cc.