GENIEGenerator
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RESPrimaryLeptonGenerator.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  Costas Andreopoulos <c.andreopoulos \at cern.ch>
7  University of Liverpool
8 */
9 //____________________________________________________________________________
10 
11 #include <TMath.h>
12 
16 
17 using namespace genie;
18 
19 //___________________________________________________________________________
21 PrimaryLeptonGenerator("genie::RESPrimaryLeptonGenerator")
22 {
23 
24 }
25 //___________________________________________________________________________
27 PrimaryLeptonGenerator("genie::RESPrimaryLeptonGenerator", config)
28 {
29 
30 }
31 //___________________________________________________________________________
33 {
34 
35 }
36 //___________________________________________________________________________
38 {
39 // This method generates the final state primary lepton in RES events
40 
41  // no modification is required to the std implementation
43 }
44 //___________________________________________________________________________
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