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