QELPrimaryLeptonGenerator.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 
13 
14 using namespace genie;
15 
16 //___________________________________________________________________________
18 PrimaryLeptonGenerator("genie::QELPrimaryLeptonGenerator")
19 {
20 
21 }
22 //___________________________________________________________________________
24 PrimaryLeptonGenerator("genie::QELPrimaryLeptonGenerator", config)
25 {
26 
27 }
28 //___________________________________________________________________________
30 {
31 
32 }
33 //___________________________________________________________________________
35 {
36 // This method generates the final state primary lepton in QEL events
37 
38  // no modification is required to the std implementation
40 }
41 //___________________________________________________________________________
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:25
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...
void ProcessEventRecord(GHepRecord *event_rec) const
GENIE&#39;s GHEP MC event record.
Definition: GHepRecord.h:45