SKPrimaryLeptonGenerator.h
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*!
3 
4 \class genie::SKPrimaryLeptonGenerator
5 
6 \brief Generates the final state primary lepton in single-Kaon interactions.
7  Is a concrete implementation of the EventRecordVisitorI interface.
8 
9 \author Costas Andreopoulos <constantinos.andreopoulos \at cern.ch>
10  University of Liverpool & STFC Rutherford Appleton Laboratory
11 
12 \created March 20, 2014
13 
14 \cpright Copyright (c) 2003-2020, The GENIE Collaboration
15  For the full text of the license visit http://copyright.genie-mc.org
16 */
17 //____________________________________________________________________________
18 
19 #ifndef _SK_PRIMARY_LEPTON_GENERATOR_H_
20 #define _SK_PRIMARY_LEPTON_GENERATOR_H_
21 
23 
24 namespace genie {
25 
27 
28 public :
29 
33 
34  // Implement the EventRecordVisitorI interface
35  void ProcessEventRecord(GHepRecord * event_rec) const;
36 
37 //void CalculatePrimaryLepton(GHepRecord * event_rec) const;
38 };
39 
40 } // genie namespace
41 
42 #endif // _SK_PRIMARY_LEPTON_GENERATOR_H_
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:25
static Config * config
Definition: config.cpp:1054
void ProcessEventRecord(GHepRecord *event_rec) const
Abstract class. Is used to pass common implementation to concrete implementations of the EventRecordV...
Generates the final state primary lepton in single-Kaon interactions. Is a concrete implementation of...
GENIE&#39;s GHEP MC event record.
Definition: GHepRecord.h:45