|
| CalDet () |
|
| CalDet (CalDet const &)=default |
|
CalDet & | operator= (CalDet const &)=default |
|
| ~CalDet ()=default |
|
| CalDet (PadSubset padSusbset) |
|
| CalDet (const std::string_view name, const PadSubset padSusbset=PadSubset::ROC) |
|
PadSubset | getPadSubset () const |
|
const std::vector< CalType > & | getData () const |
|
std::vector< CalType > & | getData () |
|
const CalType & | getCalArray (size_t position) const |
|
CalType & | getCalArray (size_t position) |
|
const T | getValue (const int sec, const int globalPadInSector) const |
|
void | setValue (const int sec, const int globalPadInSector, const T &value) |
|
void | setValue (const int sec, const int rowInSector, const int padInRow, const T &value) |
|
const T | getValue (const ROC roc, const size_t row, const size_t pad) const |
|
const T | getValue (const CRU cru, const size_t row, const size_t pad) const |
|
const T | getValue (const Sector sec, const int rowInSector, const int padInRow) const |
|
void | setName (const std::string_view name, bool nameCalArrays=true) |
|
const std::string & | getName () const |
|
const CalDet & | multiply (const T &val) |
|
const CalDet & | operator+= (const CalDet &other) |
|
const CalDet & | operator-= (const CalDet &other) |
|
const CalDet & | operator*= (const CalDet &other) |
|
const CalDet & | operator/= (const CalDet &other) |
|
bool | operator== (const CalDet &other) const |
|
const CalDet & | operator+= (const T &val) |
|
const CalDet & | operator-= (const T &val) |
|
const CalDet & | operator*= (const T &val) |
|
const CalDet & | operator/= (const T &val) |
|
const CalDet & | operator= (const T &val) |
|
template<typename U = T> |
U | getMean () const |
|
template<typename U = T> |
U | getSum () const |
|
template<class T>
class o2::tpc::CalDet< T >
Class to hold calibration data on a pad level
Definition at line 40 of file CalDet.h.