GHepUtils.h
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*!
3 
4 \namespace genie::utils::ghep
5 
6 \brief GHEP event record utilities
7 
8 \author Costas Andreopoulos <constantinos.andreopoulos \at cern.ch>
9  University of Liverpool & STFC Rutherford Appleton Laboratory
10 
11 \created Nov 30, 2008
12 
13 \cpright Copyright (c) 2003-2020, The GENIE Collaboration
14  For the full text of the license visit http://copyright.genie-mc.org
15 */
16 //____________________________________________________________________________
17 
18 #ifndef _GHEP_UTILS_H_
19 #define _GHEP_UTILS_H_
20 
21 namespace genie {
22 
23 class GHepRecord;
24 
25 namespace utils {
26 namespace ghep {
27 
28  int NeutReactionCode (const GHepRecord * evrec);
29  int NuanceReactionCode (const GHepRecord * evrec);
30 
31 } // ghep namespace
32 } // utils namespace
33 } // genie namespace
34 
35 #endif // _GHEP_UTILS_H_
int NeutReactionCode(const GHepRecord *evrec)
Definition: GHepUtils.cxx:22
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:25
int NuanceReactionCode(const GHepRecord *evrec)
Definition: GHepUtils.cxx:284
Definition: utils.py:1