Belle II Software  release-08-01-10
Recorder::Impl Class Reference

Record the MVA variables. More...

Collaboration diagram for Recorder::Impl:

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.
 

Detailed Description

Record the MVA variables.

Definition at line 28 of file Recorder.cc.


The documentation for this class was generated from the following file: