LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "WeightCalcFactory.h"
Static Public Member Functions | |
static WeightCalc * | Create (const std::string &classname) |
static void | Register (const std::string &wghcalcname, WeightCalcCreator *creator) |
Static Private Member Functions | |
static std::map< std::string, WeightCalcCreator * > & | GetTable () |
Definition at line 11 of file WeightCalcFactory.h.
|
static |
Definition at line 6 of file WeightCalcFactory.cxx.
References util::end(), and GetTable().
Referenced by evwgh::WeightManager::Configure().
|
staticprivate |
Definition at line 22 of file WeightCalcFactory.cxx.
Referenced by Create(), and Register().
|
static |
Definition at line 17 of file WeightCalcFactory.cxx.
References GetTable().
Referenced by evwgh::WeightCalcCreator::WeightCalcCreator().