LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
NuReweight.h
Go to the documentation of this file.
1 
9 
10 namespace simb { class MCTruth; }
11 namespace simb { class GTruth; }
12 
13 namespace rwgt{
14 
15  class NuReweight : public GENIEReweight {
16 
17  public:
18  NuReweight();
19  ~NuReweight();
20 
21  double CalcWeight(const simb::MCTruth & truth, const simb::GTruth & gtruth) const;
22 
23  private:
24 
25  };
26 
27 
28 }
Wrapper for reweight neutrino interactions with GENIE base class.
ART objects.
Event generator information.
Definition: MCTruth.h:32