GENIEGenerator
Loading...
Searching...
No Matches
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
17
18using namespace genie;
19
20//___________________________________________________________________________
22OutgoingDarkGenerator("genie::DMELOutgoingDarkGenerator")
23{
24
25}
26//___________________________________________________________________________
28OutgoingDarkGenerator("genie::DMELOutgoingDarkGenerator", config)
29{
30
31}
32//___________________________________________________________________________
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//___________________________________________________________________________
void ProcessEventRecord(GHepRecord *event_rec) const
GENIE's GHEP MC event record.
Definition GHepRecord.h:45
virtual void ProcessEventRecord(GHepRecord *evrec) const
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25