BOSS 7.1.2
BESIII Offline Software System
|
Reads Digitization data from a persistent ROOT file and stores the the data in the TDS. Based on digiRootReaderAlg of Glast. More...
#include <digiRootReaderAlg.h>
Public Member Functions | |
digiRootReaderAlg (const std::string &name, ISvcLocator *pSvcLocator) | |
StatusCode | initialize () |
Handles setup by opening ROOT file in read mode and creating a new TTree. | |
StatusCode | execute () |
Orchastrates reading from ROOT file and storing the data on the TDS for each event. | |
StatusCode | finalize () |
Closes the ROOT file and cleans up. | |
Reads Digitization data from a persistent ROOT file and stores the the data in the TDS. Based on digiRootReaderAlg of Glast.
Definition at line 34 of file digiRootReaderAlg.h.
digiRootReaderAlg::digiRootReaderAlg | ( | const std::string & | name, |
ISvcLocator * | pSvcLocator ) |
Definition at line 85 of file digiRootReaderAlg.h.
StatusCode digiRootReaderAlg::execute | ( | ) |
Orchastrates reading from ROOT file and storing the data on the TDS for each event.
Definition at line 175 of file digiRootReaderAlg.h.
StatusCode digiRootReaderAlg::finalize | ( | ) |
Closes the ROOT file and cleans up.
Definition at line 308 of file digiRootReaderAlg.h.
StatusCode digiRootReaderAlg::initialize | ( | ) |
Handles setup by opening ROOT file in read mode and creating a new TTree.
Definition at line 102 of file digiRootReaderAlg.h.