GENIEGenerator
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
IBDPrimaryLeptonGenerator.cxx
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*
3  Copyright (c) 2003-2024, 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 <c.andreopoulos \at cern.ch>
10  University of Liverpool - 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 //___________________________________________________________________________
void ProcessEventRecord(GHepRecord *event_rec) const
virtual void ProcessEventRecord(GHepRecord *evrec) const
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