Numi2Pdg.h
Go to the documentation of this file.
1 
2 #ifndef NUMI2PDG_H
3 #define NUMI2PDG_H
4 
5 /*! Convert numi particle id number to pdg codes */
6 class Numi2Pdg
7 {
8 
9  public:
10 
11  Numi2Pdg();
12  virtual ~Numi2Pdg();
13 
14  /*! Get Pdg code from Numi codes(Fluka?) */
15  int GetPdg(int numipart);
16 
17 };
18 
19 #endif
Numi2Pdg()
Definition: Numi2Pdg.cpp:4
int GetPdg(int numipart)
Definition: Numi2Pdg.cpp:8
virtual ~Numi2Pdg()
Definition: Numi2Pdg.cpp:83