We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b24a02 + fd58a14 commit c0ca4a5Copy full SHA for c0ca4a5
1 file changed
sbncode/CAFMaker/FillTrue.cxx
@@ -470,7 +470,9 @@ namespace caf {
470
for(const caf::SRTrueParticle& part: srparticles){
471
// save the G4 particles that came from this interaction
472
if(part.interaction_id == (int)i) {
473
- if(part.start_process == caf::kG4primary) srneutrino.prim.push_back(part);
+ //if(part.start_process == caf::kG4primary) srneutrino.prim.push_back(part);
474
+ // Feb. 15th 2024, Jaesung Kim: Saving non-primaries for G4Reweight study
475
+ srneutrino.prim.push_back(part);
476
477
// total up the deposited energy
478
for(int p = 0; p < 3; ++p) {
0 commit comments