Public Member Functions | |
virtual void | readConfig (std::string) |
TopInspectFit () | |
~TopInspectFit () |
Definition at line 14 of file InspectFit_calib.cc.
TopInspectFit::TopInspectFit | ( | ) | [inline] |
Definition at line 16 of file InspectFit_calib.cc.
:FitHist(false){};
TopInspectFit::~TopInspectFit | ( | ) | [inline] |
Definition at line 17 of file InspectFit_calib.cc.
{};
void TopInspectFit::readConfig | ( | std::string | name | ) | [virtual] |
Implements CompHist.
Definition at line 22 of file InspectFit_calib.cc.
Referenced by main().
{ ConfigFile cfg( name, "=", "$" ); configBlockIO ( cfg ); configBlockHist( cfg ); configBlockFit ( cfg ); }