GENIEGenerator
Loading...
Searching...
No Matches
Physics
BoostedDarkMatter
EventGen
DMEOutgoingDarkGenerator.h
Go to the documentation of this file.
1
//____________________________________________________________________________
2
/*!
3
4
\class genie::DMEOutgoingDarkGenerator
5
6
\brief Generates the final state primary lepton in neutrino-electron events.
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 July 13, 2005
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
20
#ifndef _DME_OUTGOING_DARK_GENERATOR_H_
21
#define _DME_OUTGOING_DARK_GENERATOR_H_
22
23
#include "
Physics/Common/OutgoingDarkGenerator.h
"
24
25
namespace
genie
{
26
27
class
DMEOutgoingDarkGenerator
:
public
OutgoingDarkGenerator
{
28
29
public :
30
DMEOutgoingDarkGenerator
();
31
DMEOutgoingDarkGenerator
(
string
config);
32
~DMEOutgoingDarkGenerator
();
33
34
//-- implement the EventRecordVisitorI interface
35
void
ProcessEventRecord
(
GHepRecord
* event_rec)
const
;
36
};
37
38
}
// genie namespace
39
#endif
// _DME_OUTGOING_DARK_GENERATOR_H_
OutgoingDarkGenerator.h
genie::DMEOutgoingDarkGenerator::~DMEOutgoingDarkGenerator
~DMEOutgoingDarkGenerator()
Definition
DMEOutgoingDarkGenerator.cxx:49
genie::DMEOutgoingDarkGenerator::DMEOutgoingDarkGenerator
DMEOutgoingDarkGenerator()
Definition
DMEOutgoingDarkGenerator.cxx:37
genie::DMEOutgoingDarkGenerator::ProcessEventRecord
void ProcessEventRecord(GHepRecord *event_rec) const
Definition
DMEOutgoingDarkGenerator.cxx:54
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