GENIEGenerator
Loading...
Searching...
No Matches
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 <c.andreopoulos \at cern.ch>
9 University of Liverpool
10
11\created Nov 30, 2008
12
13\cpright Copyright (c) 2003-2025, 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
21namespace genie {
22
23class GHepRecord;
24
25namespace utils {
26namespace 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_
GENIE's GHEP MC event record.
Definition GHepRecord.h:45
GHEP event record utilities.
int NeutReactionCode(const GHepRecord *evrec)
Definition GHepUtils.cxx:22
int NuanceReactionCode(const GHepRecord *evrec)
Root of GENIE utility namespaces.
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25