#include <WeightCalcCreator.h>
Public Member Functions | |
WeightCalcCreator (const std::string &classname) | |
virtual | ~WeightCalcCreator ()=default |
virtual WeightCalc * | Create ()=0 |
Definition at line 10 of file larsim/larsim/EventWeight/Base/WeightCalcCreator.h.
evwgh::WeightCalcCreator::WeightCalcCreator | ( | const std::string & | classname | ) |
Definition at line 5 of file larsim/larsim/EventWeight/Base/WeightCalcCreator.cxx.
|
virtualdefault |
|
pure virtual |
Implemented in evwgh::WeightCalcImpl< T >.