GENIEGenerator
Loading...
Searching...
No Matches
PrimaryLeptonUtils.h
Go to the documentation of this file.
1//____________________________________________________________________________
2/*!
3
4\namespace genie::utils
5
6\brief Common functions used for handling generation of the primary
7 lepton, regardless of whether the relevant class inherits from
8 PrimaryLeptonGenerator or not.
9
10\author Steven Gardiner <gardiner \at fnal.gov>
11 Fermi National Accelerator Laboratory
12
13\created May 01, 2020
14
15\cpright Copyright (c) 2003-2025, The GENIE Collaboration
16 For the full text of the license visit http://copyright.genie-mc.org
17*/
18//____________________________________________________________________________
19
20#ifndef _PRIMARY_LEPTON_UTILS_H
21#define _PRIMARY_LEPTON_UTILS_H
22
23namespace genie {
24
25class GHepRecord;
26
27namespace utils {
28
29 void SetPrimaryLeptonPolarization( GHepRecord* ev );
30
31} // utils namespace
32} // genie namespace
33
34#endif // _PRIMARY_LEPTON_UTILS_H
GENIE's GHEP MC event record.
Definition GHepRecord.h:45
Root of GENIE utility namespaces.
void SetPrimaryLeptonPolarization(GHepRecord *ev)
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25