Skip to content

Commit 539709f

Browse files
Update sbncode/CAFMaker/CAFMaker_module.cc
Co-authored-by: Gianluca Petrillo <petrillo@slac.stanford.edu>
1 parent f98a84b commit 539709f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sbncode/CAFMaker/CAFMaker_module.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ class CAFMaker : public art::EDProducer {
264264
double fGenieEvtRec_brEvtXSec = 0.0; ////< Cross section for selected event (1e-38 cm2)
265265
double fGenieEvtRec_brEvtDXSec = 0.0; ////< Cross section for selected event kinematics (1e-38 cm2 / {K^n})
266266
unsigned int fGenieEvtRec_brEvtKPS = 0; ////< Kinematic phase space variables. See $GENIE/src/Framework/Conventions/KinePhaseSpace.h -> KinePhaseSpace_t
267-
int fGenieEvtRec_brSctType = 0; ////< See ScatteringType.h
268-
int fGenieEvtRec_brIntType = 0; ////< See InteractionType.h
267+
int fGenieEvtRec_brSctType = 0; ///< See [`genie::EScatteringType`](https://hep.ph.liv.ac.uk/~costasa/genie_doxygen/master/html/namespacegenie.html#ab97d2b4d1f37af8d967dadd15be88d0b)
268+
int fGenieEvtRec_brIntType = 0; ///< See [`genie::EInteractionType`](https://hep.ph.liv.ac.uk/~costasa/genie_doxygen/master/html/namespacegenie.html#a554f81bb9954c9e46bbabadfcd403111)
269269
double fGenieEvtRec_brEvtWght = 0.0; ////< Weight for that event
270270
double fGenieEvtRec_brEvtProb = 0.0; ////< Probability for that event (given cross section, path lengths, etc)
271271
double fGenieEvtRec_brEvtVtx[4] = {0.0}; ////< Event vertex position in detector coord syst (SI)

0 commit comments

Comments
 (0)