GENIEGenerator
Loading...
Searching...
No Matches
Physics
BoostedDarkMatter
EventGen
DMDISOutgoingDarkGenerator.h
Go to the documentation of this file.
1
//____________________________________________________________________________
2
/*!
3
4
\class genie::DMDISOutgoingDarkGenerator
5
6
\brief Generates the final state dark matter in DM DIS interactions.
7
Is a concrete implementation of the EventRecordVisitorI interface.
8
9
\author Joshua Berger <jberger \at physics.wisc.edu
10
University of Wisconsin-Madison
11
Costas Andreopoulos <c.andreopoulos \at cern.ch>
12
University of Liverpool
13
14
\created September 4, 2017
15
16
\cpright Copyright (c) 2003-2025, The GENIE Collaboration
17
For the full text of the license visit http://copyright.genie-mc.org
18
19
*/
20
//____________________________________________________________________________
21
22
#ifndef _DMDIS_OUTGOING_DARK_GENERATOR_H_
23
#define _DMDIS_OUTGOING_DARK_GENERATOR_H_
24
25
#include "
Physics/Common/OutgoingDarkGenerator.h
"
26
27
namespace
genie
{
28
29
class
DMDISOutgoingDarkGenerator
:
public
OutgoingDarkGenerator
{
30
31
public :
32
DMDISOutgoingDarkGenerator
();
33
DMDISOutgoingDarkGenerator
(
string
config);
34
~DMDISOutgoingDarkGenerator
();
35
36
// implement the EventRecordVisitorI interface
37
void
ProcessEventRecord
(
GHepRecord
* event_rec)
const
;
38
};
39
40
}
// genie namespace
41
#endif
// _DMDIS_OUTGOING_DARK_GENERATOR_H_
OutgoingDarkGenerator.h
genie::DMDISOutgoingDarkGenerator::~DMDISOutgoingDarkGenerator
~DMDISOutgoingDarkGenerator()
Definition
DMDISOutgoingDarkGenerator.cxx:39
genie::DMDISOutgoingDarkGenerator::ProcessEventRecord
void ProcessEventRecord(GHepRecord *event_rec) const
Definition
DMDISOutgoingDarkGenerator.cxx:44
genie::DMDISOutgoingDarkGenerator::DMDISOutgoingDarkGenerator
DMDISOutgoingDarkGenerator()
Definition
DMDISOutgoingDarkGenerator.cxx:27
genie::GHepRecord
GENIE's GHEP MC event record.
Definition
GHepRecord.h:45
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