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