Public Member Functions | |
void | add (std::vector< const TMax * > tMaxes) |
cellInfo (TString name) | |
hTMaxCell * | getHists () |
void | update () |
~cellInfo () | |
Private Member Functions | |
cellInfo () | |
cellInfo (const cellInfo &) | |
Private Attributes | |
std::vector < dttmaxenums::TMaxCells > | addedCells |
hTMaxCell * | histos |
Definition at line 59 of file DTVDriftCalibration.h.
DTVDriftCalibration::cellInfo::cellInfo | ( | TString | name | ) | [inline] |
DTVDriftCalibration::cellInfo::~cellInfo | ( | ) | [inline] |
DTVDriftCalibration::cellInfo::cellInfo | ( | ) | [inline, private] |
Definition at line 74 of file DTVDriftCalibration.h.
{};
DTVDriftCalibration::cellInfo::cellInfo | ( | const cellInfo & | ) | [inline, private] |
Definition at line 75 of file DTVDriftCalibration.h.
{};
void DTVDriftCalibration::cellInfo::add | ( | std::vector< const TMax * > | tMaxes | ) |
Referenced by DTVDriftCalibration::analyze().
hTMaxCell* DTVDriftCalibration::cellInfo::getHists | ( | ) | [inline] |
Definition at line 71 of file DTVDriftCalibration.h.
References histos.
Referenced by DTVDriftCalibration::endJob().
{return histos;}
void DTVDriftCalibration::cellInfo::update | ( | ) | [inline] |
Definition at line 70 of file DTVDriftCalibration.h.
References addedCells.
Referenced by DTVDriftCalibration::analyze().
{addedCells.clear();}
std::vector<dttmaxenums::TMaxCells> DTVDriftCalibration::cellInfo::addedCells [private] |
Definition at line 75 of file DTVDriftCalibration.h.
Referenced by VertexUpdator< 5 >::add(), and update().
hTMaxCell* DTVDriftCalibration::cellInfo::histos [private] |
Definition at line 78 of file DTVDriftCalibration.h.
Referenced by VertexUpdator< 5 >::add(), cellInfo(), getHists(), and ~cellInfo().