LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
WeightCalcCreator.h File Reference
#include "WeightCalc.h"

Go to the source code of this file.

Classes

class  evwgh::WeightCalcCreator
 
class  evwgh::WeightCalcImpl< T >
 

Namespaces

 evwgh
 

Macros

#define DECLARE_WEIGHTCALC(wghcalc)
 
#define REGISTER_WEIGHTCALC(wghcalc)    const WeightCalcImpl<wghcalc> wghcalc::creator(#wghcalc);
 

Macro Definition Documentation

#define DECLARE_WEIGHTCALC (   wghcalc)
Value:
private: \
static const WeightCalcImpl<wghcalc> creator;

Definition at line 25 of file WeightCalcCreator.h.

#define REGISTER_WEIGHTCALC (   wghcalc)    const WeightCalcImpl<wghcalc> wghcalc::creator(#wghcalc);

Definition at line 29 of file WeightCalcCreator.h.

Referenced by evwgh::GenieWeightCalc::GetWeight().