#include <WeightCalcFactory.h>
WeightCalc * evwgh::WeightCalcFactory::Create |
( |
const std::string & |
classname | ) |
|
|
static |
Definition at line 6 of file larsim/larsim/EventWeight/Base/WeightCalcFactory.cxx.
8 std::map<std::string, WeightCalcCreator*>::iterator i;
12 return i->second->Create();
14 return (WeightCalc*)NULL;
static std::map< std::string, WeightCalcCreator * > & GetTable()
auto end(FixedBins< T, C > const &) noexcept
std::map< std::string, WeightCalcCreator * > & evwgh::WeightCalcFactory::GetTable |
( |
| ) |
|
|
staticprivate |
void evwgh::WeightCalcFactory::Register |
( |
const std::string & |
wghcalcname, |
|
|
WeightCalcCreator * |
creator |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: