GENIEGenerator
Loading...
Searching...
No Matches
Physics
BoostedDarkMatter
EventGen
DMELOutgoingDarkGenerator.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
7
Author: Joshua Berger <jberger \at physics.wisc.edu>
8
University of Wisconsin-Madison
9
10
Costas Andreopoulos <c.andreopoulos \at cern.ch>
11
University of Liverpool
12
*/
13
//____________________________________________________________________________
14
15
#include "
Framework/GHEP/GHepRecord.h
"
16
#include "
Physics/BoostedDarkMatter/EventGen/DMELOutgoingDarkGenerator.h
"
17
18
using namespace
genie
;
19
20
//___________________________________________________________________________
21
DMELOutgoingDarkGenerator::DMELOutgoingDarkGenerator
() :
22
OutgoingDarkGenerator
(
"genie::DMELOutgoingDarkGenerator"
)
23
{
24
25
}
26
//___________________________________________________________________________
27
DMELOutgoingDarkGenerator::DMELOutgoingDarkGenerator
(
string
config):
28
OutgoingDarkGenerator
(
"genie::DMELOutgoingDarkGenerator"
, config)
29
{
30
31
}
32
//___________________________________________________________________________
33
DMELOutgoingDarkGenerator::~DMELOutgoingDarkGenerator
()
34
{
35
36
}
37
//___________________________________________________________________________
38
void
DMELOutgoingDarkGenerator::ProcessEventRecord
(
GHepRecord
* evrec)
const
39
{
40
// We need to do a modified version of the standard procedure in this case
41
// Some of the pieces are identical, but the kinematics are very different
42
OutgoingDarkGenerator::ProcessEventRecord
(evrec);
43
}
44
//___________________________________________________________________________
DMELOutgoingDarkGenerator.h
GHepRecord.h
genie::DMELOutgoingDarkGenerator::ProcessEventRecord
void ProcessEventRecord(GHepRecord *event_rec) const
Definition
DMELOutgoingDarkGenerator.cxx:38
genie::DMELOutgoingDarkGenerator::~DMELOutgoingDarkGenerator
~DMELOutgoingDarkGenerator()
Definition
DMELOutgoingDarkGenerator.cxx:33
genie::DMELOutgoingDarkGenerator::DMELOutgoingDarkGenerator
DMELOutgoingDarkGenerator()
Definition
DMELOutgoingDarkGenerator.cxx:21
genie::GHepRecord
GENIE's GHEP MC event record.
Definition
GHepRecord.h:45
genie::OutgoingDarkGenerator::ProcessEventRecord
virtual void ProcessEventRecord(GHepRecord *evrec) const
Definition
OutgoingDarkGenerator.cxx:59
genie::OutgoingDarkGenerator::OutgoingDarkGenerator
OutgoingDarkGenerator()
Definition
OutgoingDarkGenerator.cxx:36
genie
THE MAIN GENIE PROJECT NAMESPACE
Definition
AlgCmp.h:25
Generated on
for GENIEGenerator by
1.14.0