GENIEGenerator
Loading...
Searching...
No Matches
Physics
Resonance
EventGen
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
13
#include "
Framework/GHEP/GHepRecord.h
"
14
#include "
Framework/Interaction/Interaction.h
"
15
#include "
Physics/Resonance/EventGen/RESPrimaryLeptonGenerator.h
"
16
17
using namespace
genie
;
18
19
//___________________________________________________________________________
20
RESPrimaryLeptonGenerator::RESPrimaryLeptonGenerator
() :
21
PrimaryLeptonGenerator
(
"genie::RESPrimaryLeptonGenerator"
)
22
{
23
24
}
25
//___________________________________________________________________________
26
RESPrimaryLeptonGenerator::RESPrimaryLeptonGenerator
(
string
config) :
27
PrimaryLeptonGenerator
(
"genie::RESPrimaryLeptonGenerator"
, config)
28
{
29
30
}
31
//___________________________________________________________________________
32
RESPrimaryLeptonGenerator::~RESPrimaryLeptonGenerator
()
33
{
34
35
}
36
//___________________________________________________________________________
37
void
RESPrimaryLeptonGenerator::ProcessEventRecord
(
GHepRecord
* evrec)
const
38
{
39
// This method generates the final state primary lepton in RES events
40
41
// no modification is required to the std implementation
42
PrimaryLeptonGenerator::ProcessEventRecord
(evrec);
43
}
44
//___________________________________________________________________________
GHepRecord.h
Interaction.h
RESPrimaryLeptonGenerator.h
genie::GHepRecord
GENIE's GHEP MC event record.
Definition
GHepRecord.h:45
genie::PrimaryLeptonGenerator::ProcessEventRecord
virtual void ProcessEventRecord(GHepRecord *evrec) const
Definition
PrimaryLeptonGenerator.cxx:57
genie::PrimaryLeptonGenerator::PrimaryLeptonGenerator
PrimaryLeptonGenerator()
Definition
PrimaryLeptonGenerator.cxx:34
genie::RESPrimaryLeptonGenerator::RESPrimaryLeptonGenerator
RESPrimaryLeptonGenerator()
Definition
RESPrimaryLeptonGenerator.cxx:20
genie::RESPrimaryLeptonGenerator::ProcessEventRecord
void ProcessEventRecord(GHepRecord *event_rec) const
Definition
RESPrimaryLeptonGenerator.cxx:37
genie::RESPrimaryLeptonGenerator::~RESPrimaryLeptonGenerator
~RESPrimaryLeptonGenerator()
Definition
RESPrimaryLeptonGenerator.cxx:32
genie
THE MAIN GENIE PROJECT NAMESPACE
Definition
AlgCmp.h:25
Generated on
for GENIEGenerator by
1.14.0