LBNENuWeight.hh
Go to the documentation of this file.
1 // $Id: LBNENuWeight.hh,v 1.1 2011/07/13 16:20:52 loiacono Exp $
2 
3 #ifndef LBNENUWEIGHT_H
4 #define LBNENUWEIGHT_H 1
5 
6 #include "LBNEDataNtp_t.hh"
7 
8 #include <vector>
9 
11 {
12  public:
13  LBNENuWeight();
14  ~LBNENuWeight();
15 
16  double GetWeight(const LBNEDataNtp_t* nudata,
17  const std::vector<double> xdet,
18  double& nu_wght, double& nu_energy);
19 
20 };
21 
22 #endif
double GetWeight(const LBNEDataNtp_t *nudata, const std::vector< double > xdet, double &nu_wght, double &nu_energy)
Definition: LBNENuWeight.cc:25
Definition: nudata.h:21