RESPrimaryLeptonGenerator.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  Costas Andreopoulos <constantinos.andreopoulos \at cern.ch>
7  University of Liverpool & STFC Rutherford Appleton Laboratory
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 //___________________________________________________________________________
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