Public Member Functions | |
virtual void | readConfig (std::string) |
TopInspectRatio () | |
void | writeOutput () |
~TopInspectRatio () |
Definition at line 16 of file InspectRatio_calib.cc.
TopInspectRatio::TopInspectRatio | ( | ) | [inline] |
Definition at line 18 of file InspectRatio_calib.cc.
{};
TopInspectRatio::~TopInspectRatio | ( | ) | [inline] |
Definition at line 19 of file InspectRatio_calib.cc.
{};
void TopInspectRatio::readConfig | ( | std::string | name | ) | [virtual] |
Implements CompHist.
Definition at line 24 of file InspectRatio_calib.cc.
Referenced by main().
{ ConfigFile cfg( name, "=", "$" ); configBlockIO ( cfg ); configBlockHist ( cfg ); configBlockDivide( cfg ); }
void TopInspectRatio::writeOutput | ( | ) | [inline] |
Reimplemented from CompHist.
Definition at line 21 of file InspectRatio_calib.cc.
References CompHist::writeOutput().
Referenced by main().