COHElHadronicSystemGenerator.h
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*!
3 
4 \class genie::COHPiHadronicSystemGenerator
5 
6 \brief Generates the f/s hadronic system in v COH elastic interactions.
7  Is a concrete implementation of the EventRecordVisitorI interface.
8 
9 \author Costas Andreopoulos <costas.andreopoulos \at stfc.ac.uk>
10  University of Liverpool & STFC Rutherford Appleton Lab
11 
12 \created November 29, 2007
13 
14 \cpright Copyright (c) 2003-2019, The GENIE Collaboration
15  For the full text of the license visit http://copyright.genie-mc.org
16  or see $GENIE/LICENSE
17 */
18 //____________________________________________________________________________
19 
20 #ifndef _COHEL_HADRONIC_SYSTEM_GENERATOR_H_
21 #define _COHEL_HADRONIC_SYSTEM_GENERATOR_H_
22 
24 
25 namespace genie {
26 
28 
29 public :
33 
34  //-- implement the EventRecordVisitorI interface
35  void ProcessEventRecord(GHepRecord * event_rec) const;
36 };
37 
38 } // genie namespace
39 #endif // _COHEL_HADRONIC_SYSTEM_GENERATOR_H_
40 
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:26
void ProcessEventRecord(GHepRecord *event_rec) const
static Config * config
Definition: config.cpp:1054
Abstract class. Is used to pass some commonly recurring methods to all concrete implementations of th...
GENIE&#39;s GHEP MC event record.
Definition: GHepRecord.h:46