GENIEGenerator
Loading...
Searching...
No Matches
IBDPrimaryLeptonGenerator.cxx
Go to the documentation of this file.
1//____________________________________________________________________________
2/*
3 Copyright (c) 2003-2025, 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
20using namespace genie;
21
22//___________________________________________________________________________
24PrimaryLeptonGenerator("genie::IBDPrimaryLeptonGenerator")
25{
26
27}
28//___________________________________________________________________________
30PrimaryLeptonGenerator("genie::IBDPrimaryLeptonGenerator", config)
31{
32
33}
34//___________________________________________________________________________
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//___________________________________________________________________________
GENIE's GHEP MC event record.
Definition GHepRecord.h:45
void ProcessEventRecord(GHepRecord *event_rec) const
virtual void ProcessEventRecord(GHepRecord *evrec) const
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25