You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sbncode/SBNEventWeight/Calculators/Geant4/Geant4WeightCalc.cxx
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,8 @@ class Geant4WeightCalc : public WeightCalc {
61
61
CLHEP::RandGaussQ* fGaussRandom; //!< Random number generator
62
62
fhicl::ParameterSet fMaterial; //!< Detector material, i.e. LAr
63
63
// std::map<int, ParticleDef> fParticles; //!< Particles to reweight
64
-
unsignedfNsims; //!< Number of multisims
64
+
unsignedfNsims; //!< Number of universes (multisim mode)
65
+
unsignedfNsigmas; //!< Number of sigmas (multisigma mode)
65
66
intfPdg; //!< PDG value for particles that a given weight calculator should apply to. Note that for now this module can only handle weights for one particle species at a time.
0 commit comments