IBDPrimaryLeptonGenerator.cxx
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*
3  Copyright (c) 2003-2020, The GENIE Collaboration
4  For the full text of the license visit http://copyright.genie-mc.org
5 
6 
7  Author: Corey Reed <cjreed \at nikhef.nl> - October 29, 2009
8  using code from the QELKinematicGenerator written by
9  Costas Andreopoulos <constantinos.andreopoulos \at cern.ch>
10  University of Liverpool & STFC Rutherford Appleton Laboratory - October 03, 2004
11 
12  For the class documentation see the corresponding header file.
13 
14 */
15 //____________________________________________________________________________
16 
19 
20 using namespace genie;
21 
22 //___________________________________________________________________________
24 PrimaryLeptonGenerator("genie::IBDPrimaryLeptonGenerator")
25 {
26 
27 }
28 //___________________________________________________________________________
30 PrimaryLeptonGenerator("genie::IBDPrimaryLeptonGenerator", config)
31 {
32 
33 }
34 //___________________________________________________________________________
36 {
37 
38 }
39 //___________________________________________________________________________
41 {
42 // This method generates the final state primary lepton in IBD events
43 
44  // no modification is required to the std implementation
46 }
47 //___________________________________________________________________________
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:25
void ProcessEventRecord(GHepRecord *event_rec) const
virtual void ProcessEventRecord(GHepRecord *evrec) const
static Config * config
Definition: config.cpp:1054
Abstract class. Is used to pass common implementation to concrete implementations of the EventRecordV...
GENIE&#39;s GHEP MC event record.
Definition: GHepRecord.h:45