#include <iostream>
#include <string>
Go to the source code of this file.
Classes | |
class | sbn::evwgh::WeightCalcCreator |
class | sbn::evwgh::WeightCalcImpl< T > |
Namespaces | |
sbn | |
This module creates Common Analysis Files. | |
sbn::evwgh | |
Macros | |
#define | DECLARE_WEIGHTCALC(wghcalc) |
#define | REGISTER_WEIGHTCALC(wghcalc) const sbn::evwgh::WeightCalcImpl<wghcalc> wghcalc::creator(#wghcalc); |
#define DECLARE_WEIGHTCALC | ( | wghcalc | ) |
Definition at line 39 of file sbncode/sbncode/SBNEventWeight/Base/WeightCalcCreator.h.
#define REGISTER_WEIGHTCALC | ( | wghcalc | ) | const sbn::evwgh::WeightCalcImpl<wghcalc> wghcalc::creator(#wghcalc); |
Definition at line 43 of file sbncode/sbncode/SBNEventWeight/Base/WeightCalcCreator.h.