Multiplicity.h
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*!
3 
4 \class genie::Multiplicity
5 
6 \brief An enumeration of hadronic final state multiplicities.
7 
8 \author Costas Andreopoulos <costas.andreopoulos \at stfc.ac.uk>
9  University of Liverpool & STFC Rutherford Appleton Lab
10 
11 \created November 26, 2004
12 
13 \cpright Copyright (c) 2003-2019, The GENIE Collaboration
14  For the full text of the license visit http://copyright.genie-mc.org
15  or see $GENIE/LICENSE
16 */
17 //____________________________________________________________________________
18 
19 #ifndef _MULTIPLICITY_H_
20 #define _MULTIPLICITY_H_
21 
22 namespace genie {
23 
24  typedef enum EMultiplicity {
25 
32  kMltFwdTotal, /* Fwd: in Forward Hemisphere: xF>0 */
37  kMltBkwTotal, /* Bkw: in Backward Hemisphere xF<0 */
42 
44 
45 } // genie namespace
46 
47 #endif // _MULTIPLICITY_H_
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:26
enum genie::EMultiplicity Multiplicity_t
EMultiplicity
Definition: Multiplicity.h:24