DMELOutgoingDarkGenerator.cxx
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*
3  Copyright (c) 2003-2020, 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 <constantinos.andreopoulos \at cern.ch>
11  University of Liverpool & STFC Rutherford Appleton Laboratory
12 */
13 //____________________________________________________________________________
14 
17 
18 using namespace genie;
19 
20 //___________________________________________________________________________
22 OutgoingDarkGenerator("genie::DMELOutgoingDarkGenerator")
23 {
24 
25 }
26 //___________________________________________________________________________
28 OutgoingDarkGenerator("genie::DMELOutgoingDarkGenerator", config)
29 {
30 
31 }
32 //___________________________________________________________________________
34 {
35 
36 }
37 //___________________________________________________________________________
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
43 }
44 //___________________________________________________________________________
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:25
void ProcessEventRecord(GHepRecord *event_rec) const
Abstract class. Is used to pass common implementation to concrete implementations of the EventRecordV...
static Config * config
Definition: config.cpp:1054
virtual void ProcessEventRecord(GHepRecord *evrec) const
GENIE&#39;s GHEP MC event record.
Definition: GHepRecord.h:45