File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ namespace caf {
493493
494494 // Set of hits per-plane: primary particles
495495 {
496- std::vector<std::array<std::set<unsigned >, 3 >> planehitIDs (active_volumes. size () );
496+ std::vector<std::array<std::set<unsigned >, 3 >> planehitIDs (2 );
497497 for (unsigned i_part = 0 ; i_part < srparticles.size (); i_part++) {
498498 if (srparticles[i_part].start_process == caf::kG4primary && srparticles[i_part].interaction_id == (int )i) {
499499 int track_id = srparticles[i_part].G4ID ;
@@ -515,7 +515,7 @@ namespace caf {
515515
516516 // Set of hits per-plane: all particles
517517 {
518- std::vector<std::array<std::set<unsigned >, 3 >> planehitIDs (active_volumes. size () );
518+ std::vector<std::array<std::set<unsigned >, 3 >> planehitIDs (2 );
519519 for (unsigned i_part = 0 ; i_part < srparticles.size (); i_part++) {
520520 if (srparticles[i_part].interaction_id == (int )i) {
521521 int track_id = srparticles[i_part].G4ID ;
You can’t perform that action at this time.
0 commit comments