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-2020, 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 
23 namespace genie {
24 
25 class GHepRecord;
26 
27 namespace utils {
28 
29  void SetPrimaryLeptonPolarization( GHepRecord* ev );
30 
31 } // utils namespace
32 } // genie namespace
33 
34 #endif // _PRIMARY_LEPTON_UTILS_H
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:25
Definition: utils.py:1
void SetPrimaryLeptonPolarization(GHepRecord *ev)