![]() |
Project
|
class for accumulating integrated currents More...
#include <IntegratedClusterCalibrator.h>
Public Member Functions | |
IntegratedClusters (o2::calibration::TFType tFirst, o2::calibration::TFType tLast) | |
IntegratedClusters ()=default | |
\default constructor for ROOT I/O | |
void | print () const |
print summary informations | |
void | fill (const o2::calibration::TFType tfID, const DataT ¤tsContainer) |
void | merge (const IntegratedClusters *prev) |
merging TOF currents with previous interval | |
bool | hasEnoughData () const |
const auto & | getCurrents () const & |
auto | getCurrents () && |
void | setCurrents (const DataT ¤ts) |
void | dumpToFile (const char *outFileName="IntegratedClusters.root", const char *outName="IC") const |
void | dumpToTree (const char *outFileName="ICTree.root") |
void | setStartTime (long timeMS) |
setting the start time | |
class for accumulating integrated currents
Definition at line 697 of file IntegratedClusterCalibrator.h.
|
inline |
\constructor
Definition at line 703 of file IntegratedClusterCalibrator.h.
|
default |
\default constructor for ROOT I/O
void o2::calibration::IntegratedClusters< DataT >::dumpToFile | ( | const char * | outFileName = "IntegratedClusters< DataT >.root" , |
const char * | outName = "IC" |
||
) | const |
dump object to disc
outFileName | name of the output file |
outName | name of the object in the output file |
Definition at line 26 of file IntegratedClusterCalibrator.cxx.
void o2::calibration::IntegratedClusters< DataT >::dumpToTree | ( | const char * | outFileName = "ICTree.root" | ) |
dump object to TTree for visualisation
outFileName | name of the output file |
Definition at line 140 of file IntegratedClusterCalibrator.cxx.
void o2::calibration::IntegratedClusters< DataT >::fill | ( | const o2::calibration::TFType | tfID, |
const DataT & | currentsContainer | ||
) |
accumulate currents for given TF
tfID | TF ID of incoming data |
currentsContainer | container containing the currents for given detector for one TF for number of clusters |
Definition at line 34 of file IntegratedClusterCalibrator.cxx.
|
inline |
Definition at line 726 of file IntegratedClusterCalibrator.h.
|
inline |
Definition at line 723 of file IntegratedClusterCalibrator.h.
|
inline |
Definition at line 720 of file IntegratedClusterCalibrator.h.
void o2::calibration::IntegratedClusters< DataT >::merge | ( | const IntegratedClusters< DataT > * | prev | ) |
merging TOF currents with previous interval
Definition at line 77 of file IntegratedClusterCalibrator.cxx.
|
inline |
print summary informations
Definition at line 709 of file IntegratedClusterCalibrator.h.
|
inline |
currents | currents for given detector which will be set |
Definition at line 729 of file IntegratedClusterCalibrator.h.
|
inline |
setting the start time
Definition at line 741 of file IntegratedClusterCalibrator.h.