#include <AtHDF5WriteTask.h>
Definition at line 18 of file AtHDF5WriteTask.h.
◆ AtHDF5WriteTask()
AtHDF5WriteTask::AtHDF5WriteTask |
( |
TString |
fileName, |
|
|
TString |
branchName = "AtEventH" |
|
) |
| |
◆ ClassDefOverride()
◆ Exec()
void AtHDF5WriteTask::Exec |
( |
Option_t * |
opt | ) |
|
|
overridevirtual |
@TODO At some point we may have to think about how to generalize this so it can also write derived types of AtHit.
Definition at line 39 of file AtHDF5WriteTask.cxx.
◆ Init()
InitStatus AtHDF5WriteTask::Init |
( |
| ) |
|
|
overridevirtual |
◆ SetPersistence()
void AtHDF5WriteTask::SetPersistence |
( |
bool |
val | ) |
|
|
inline |
◆ SetUseEventNum()
void AtHDF5WriteTask::SetUseEventNum |
( |
bool |
val | ) |
|
|
inline |
◆ fEventArray
TClonesArray* AtHDF5WriteTask::fEventArray {nullptr} |
|
protected |
◆ fEventNum
Int_t AtHDF5WriteTask::fEventNum {0} |
|
protected |
◆ fFile
std::unique_ptr<H5::H5File> AtHDF5WriteTask::fFile {nullptr} |
|
protected |
◆ fInputBranchName
TString AtHDF5WriteTask::fInputBranchName |
|
protected |
◆ fIsPersistence
Bool_t AtHDF5WriteTask::fIsPersistence {false} |
|
protected |
◆ fOutputFileName
TString AtHDF5WriteTask::fOutputFileName |
|
protected |
◆ fUseEventNum
Bool_t AtHDF5WriteTask::fUseEventNum {false} |
|
protected |
If true events are indexed by ATTPCROOT event number. If false then use internal index [0-NumEventsInFile).
Definition at line 29 of file AtHDF5WriteTask.h.
The documentation for this class was generated from the following files: