GENIEGenerator
Loading...
Searching...
No Matches
RESPrimaryLeptonGenerator.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 Costas Andreopoulos <c.andreopoulos \at cern.ch>
7 University of Liverpool
8*/
9//____________________________________________________________________________
10
11#include <TMath.h>
12
16
17using namespace genie;
18
19//___________________________________________________________________________
21PrimaryLeptonGenerator("genie::RESPrimaryLeptonGenerator")
22{
23
24}
25//___________________________________________________________________________
27PrimaryLeptonGenerator("genie::RESPrimaryLeptonGenerator", config)
28{
29
30}
31//___________________________________________________________________________
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//___________________________________________________________________________
GENIE's GHEP MC event record.
Definition GHepRecord.h:45
virtual void ProcessEventRecord(GHepRecord *evrec) const
void ProcessEventRecord(GHepRecord *event_rec) const
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25