![]() |
Project
|
#include <Clusters.h>
Public Member Functions | |
Clusters ()=default | |
Clusters (std::string_view nclName) | |
template<class T > | |
bool | processCluster (const T &cluster, const o2::tpc::Sector sector, const int row) |
void | fillADCValue (int cru, int rowInSector, int padInRow, int timeBin, float adcValue) |
void | normalize () |
void | analyse () |
void | denormalize () |
void | reset () |
void | merge (Clusters &clusters) |
void | dumpToFile (std::string filename, int type=0) |
const CalPad & | getNClusters () const |
const CalPad & | getQMax () const |
const CalPad & | getQTot () const |
const CalPad & | getSigmaTime () const |
const CalPad & | getSigmaPad () const |
const CalPad & | getTimeBin () const |
CalPad & | getNClusters () |
CalPad & | getQMax () |
CalPad & | getQTot () |
CalPad & | getSigmaTime () |
CalPad & | getSigmaPad () |
CalPad & | getTimeBin () |
void | endTF () |
size_t | getProcessedTFs () |
Keep QC information for Clusters related observables
Definition at line 40 of file Clusters.h.
|
default |
|
inline |
Definition at line 45 of file Clusters.h.
|
inline |
Definition at line 54 of file Clusters.h.
void Clusters::denormalize | ( | ) |
Definition at line 126 of file Clusters.cxx.
Definition at line 184 of file Clusters.cxx.
|
inline |
Definition at line 78 of file Clusters.h.
Definition at line 90 of file Clusters.cxx.
|
inline |
Definition at line 71 of file Clusters.h.
|
inline |
Definition at line 64 of file Clusters.h.
|
inline |
Definition at line 80 of file Clusters.h.
|
inline |
Definition at line 72 of file Clusters.h.
|
inline |
Definition at line 65 of file Clusters.h.
|
inline |
Definition at line 73 of file Clusters.h.
|
inline |
Definition at line 66 of file Clusters.h.
|
inline |
Definition at line 75 of file Clusters.h.
|
inline |
Definition at line 68 of file Clusters.h.
|
inline |
Definition at line 74 of file Clusters.h.
|
inline |
Definition at line 67 of file Clusters.h.
|
inline |
Definition at line 76 of file Clusters.h.
|
inline |
Definition at line 69 of file Clusters.h.
Definition at line 156 of file Clusters.cxx.
void Clusters::normalize | ( | ) |
Definition at line 110 of file Clusters.cxx.
bool Clusters::processCluster | ( | const T & | cluster, |
const o2::tpc::Sector | sector, | ||
const int | row | ||
) |
Definition at line 34 of file Clusters.cxx.
void Clusters::reset | ( | ) |
Definition at line 142 of file Clusters.cxx.