![]() |
Project
|
#include <ChamberEfficiencyResponse.h>
Public Member Functions | |
ChamberEfficiencyResponse (const ChamberEfficiency &efficiencyMap) | |
virtual | ~ChamberEfficiencyResponse ()=default |
bool | isEfficient (int deId, int columnId, int line, bool &isEfficientBP, bool &isEfficientNBP) |
void | setSeed (unsigned int seed) |
Sets the seed. | |
void | setFromCounters (const std::vector< ChEffCounter > &counters) |
Sets the chamber efficiency from the counters. | |
Definition at line 28 of file ChamberEfficiencyResponse.h.
o2::mid::ChamberEfficiencyResponse::ChamberEfficiencyResponse | ( | const ChamberEfficiency & | efficiencyMap | ) |
Constructor
Definition at line 24 of file ChamberEfficiencyResponse.cxx.
|
virtualdefault |
bool o2::mid::ChamberEfficiencyResponse::isEfficient | ( | int | deId, |
int | columnId, | ||
int | line, | ||
bool & | isEfficientBP, | ||
bool & | isEfficientNBP | ||
) |
Definition at line 30 of file ChamberEfficiencyResponse.cxx.
|
inline |
Sets the chamber efficiency from the counters.
Definition at line 40 of file ChamberEfficiencyResponse.h.
Sets the seed.
Definition at line 37 of file ChamberEfficiencyResponse.h.