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
std::vector<geo::WireID> wids = wireReadoutGeom->Get().ChannelToWire( (*(simchanlist[chIndex])).Channel() ); //Not sure why this is a vector, but it should have len 1
376
+
const geo::PlaneID& planeID = wids[0].planeID();
377
+
if(int(planeID.Plane) != fCaloPlane) continue; //only take calorimetry plane IDE values
0 commit comments