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