LBNEImpWeight.hh
Go to the documentation of this file.
1 //
2 // LBNEImpWeight.hh
3 //
4 
5 #ifndef LBNEImpWeight_H
6 #define LBNEImpWeight_H 1
7 
8 #include "globals.hh"
9 #include "G4ThreeVector.hh"
10 
11 class G4Track;
12 
14 {
15  public:
16  LBNEImpWeight();
17  virtual ~LBNEImpWeight();
18 
19  static G4double CalculateImpWeight(const G4Track * aTrack);
20 
21 
22 };
23 
24 #endif
virtual ~LBNEImpWeight()
static G4double CalculateImpWeight(const G4Track *aTrack)