GENIEGenerator
Loading...
Searching...
No Matches
SKHadronicSystemGenerator.h
Go to the documentation of this file.
1//____________________________________________________________________________
2/*!
3
4\class genie::SKHadronicSystemGenerator
5
6\brief Generates the f/s hadronic system in single-Kaon production interactions.
7 Is a concrete implementation of the EventRecordVisitorI interface.
8
9\author Costas Andreopoulos <c.andreopoulos \at cern.ch>
10 University of Liverpool
11
12\created March 20, 2014
13
14\cpright Copyright (c) 2003-2025, The GENIE Collaboration
15 For the full text of the license visit http://copyright.genie-mc.org
16*/
17//____________________________________________________________________________
18
19#ifndef _SK_HADRONIC_SYSTEM_GENERATOR_H_
20#define _SK_HADRONIC_SYSTEM_GENERATOR_H_
21
23
24namespace genie {
25
27
28public :
30 SKHadronicSystemGenerator(string config);
32
33 // implement the EventRecordVisitorI interface
34 void ProcessEventRecord(GHepRecord * event_rec) const;
36};
37
38} // genie namespace
39#endif // _SK_HADRONIC_SYSTEM_GENERATOR_H_
GENIE's GHEP MC event record.
Definition GHepRecord.h:45
void CalculateHadronicSystem_AtharSingleKaon(GHepRecord *event_rec) const
void ProcessEventRecord(GHepRecord *event_rec) const
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25