GENIEGenerator
Loading...
Searching...
No Matches
Physics
QuasiElastic
EventGen
QELPrimaryLeptonGenerator.h
Go to the documentation of this file.
1
//____________________________________________________________________________
2
/*!
3
4
\class genie::QELPrimaryLeptonGenerator
5
6
\brief Generates the final state primary lepton in v QEL interactions.
7
Is a concrete implementation of the EventRecordVisitorI interface.
8
9
\author Costas Andreopoulos <c.andreopoulos \at cern.ch>
10
University of Liverpool
11
12
\created October 03, 2004
13
14
\cpright Copyright (c) 2003-2025, The GENIE Collaboration
15
For the full text of the license visit http://copyright.genie-mc.org
16
*/
17
//____________________________________________________________________________
18
19
#ifndef _QEL_PRIMARY_LEPTON_GENERATOR_H_
20
#define _QEL_PRIMARY_LEPTON_GENERATOR_H_
21
22
#include "
Physics/Common/PrimaryLeptonGenerator.h
"
23
24
namespace
genie
{
25
26
class
QELPrimaryLeptonGenerator
:
public
PrimaryLeptonGenerator
{
27
28
public :
29
QELPrimaryLeptonGenerator
();
30
QELPrimaryLeptonGenerator
(
string
config);
31
~QELPrimaryLeptonGenerator
();
32
33
// implement the EventRecordVisitorI interface
34
void
ProcessEventRecord
(
GHepRecord
* event_rec)
const
;
35
};
36
37
}
// genie namespace
38
#endif
// _QEL_PRIMARY_LEPTON_GENERATOR_H_
PrimaryLeptonGenerator.h
genie::GHepRecord
GENIE's GHEP MC event record.
Definition
GHepRecord.h:45
genie::PrimaryLeptonGenerator::PrimaryLeptonGenerator
PrimaryLeptonGenerator()
Definition
PrimaryLeptonGenerator.cxx:34
genie::QELPrimaryLeptonGenerator::~QELPrimaryLeptonGenerator
~QELPrimaryLeptonGenerator()
Definition
QELPrimaryLeptonGenerator.cxx:29
genie::QELPrimaryLeptonGenerator::QELPrimaryLeptonGenerator
QELPrimaryLeptonGenerator()
Definition
QELPrimaryLeptonGenerator.cxx:17
genie::QELPrimaryLeptonGenerator::ProcessEventRecord
void ProcessEventRecord(GHepRecord *event_rec) const
Definition
QELPrimaryLeptonGenerator.cxx:34
genie
THE MAIN GENIE PROJECT NAMESPACE
Definition
AlgCmp.h:25
Generated on
for GENIEGenerator by
1.14.0