WeightCalcCreator.cxx
Go to the documentation of this file.
1 #include "WeightCalcCreator.h"
2 #include "WeightCalcFactory.h"
3 
4 namespace evwgh {
6  {
7  WeightCalcFactory::Register(wghcalcname, this);
8  }
9 }
std::string string
Definition: nybbler.cc:12
WeightCalcCreator(const std::string &classname)
static void Register(const std::string &wghcalcname, WeightCalcCreator *creator)