LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "WeightCalcCreator.h"
Public Member Functions | |
WeightCalcCreator (const std::string &classname) | |
virtual | ~WeightCalcCreator () |
virtual WeightCalc * | Create ()=0 |
Definition at line 7 of file WeightCalcCreator.h.
evwgh::WeightCalcCreator::WeightCalcCreator | ( | const std::string & | classname | ) |
Definition at line 5 of file WeightCalcCreator.cxx.
References evwgh::WeightCalcFactory::Register().
|
inlinevirtual |
|
pure virtual |
Implemented in evwgh::WeightCalcImpl< T >.
Referenced by ~WeightCalcCreator().