From 1d3f3fe402c1aa6a8e59aa4a3f2b1f6c2517f2c1 Mon Sep 17 00:00:00 2001 From: Jacob McLaughlin Date: Thu, 30 Jul 2026 10:05:07 -0500 Subject: [PATCH 1/2] Copied main file changes --- sbnobj/SBND/Blip/BlipDataTypes.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/sbnobj/SBND/Blip/BlipDataTypes.h b/sbnobj/SBND/Blip/BlipDataTypes.h index 6e30df4f..6afc56eb 100644 --- a/sbnobj/SBND/Blip/BlipDataTypes.h +++ b/sbnobj/SBND/Blip/BlipDataTypes.h @@ -192,9 +192,13 @@ namespace blip { */ float Time = -999; float Charge = -9; ///< Charge on calorimetry plane [e-] - float Energy = -999; ///< Reconstructed energy in the calorimetry plane (const dE/dx, fcl-configurable) [MeV] - float EnergyESTAR = -999; ///< Reconstructed energy in the calorimetry plane (ESTAR method from ArgoNeuT) [MeV] - float EnergyPSTAR = -999; ///< Reconstructed energy in the calorimetry plane (PSTAR method similar with ESTAR method from ArgoNeuT) [MeV] + + float Energy = -999; ///< Reconstructed energy in the calorimetry plane (const dE/dx, fcl-configurable) Drift corrected to event t0 [MeV] + float EnergyESTAR = -999; ///< Reconstructed energy in the calorimetry plane (ESTAR method from ArgoNeuT) Drift corrected to event t0 [MeV] + float EnergyPSTAR = -999; ///< Reconstructed energy in the calorimetry plane (PSTAR method similar with ESTAR method from ArgoNeuT) Drift corrected to event t0 [MeV] + float EnergyNoDriftCorrection = -999; ///< Reconstructed energy in the calorimetry plane (const dE/dx, fcl-configurable) [MeV] + float EnergyESTARNoDriftCorrection = -999; ///< Reconstructed energy in the calorimetry plane (ESTAR method from ArgoNeuT) [MeV] + float EnergyPSTARNoDriftCorrection = -999; ///< Reconstructed energy in the calorimetry plane (PSTAR method similar with ESTAR method from ArgoNeuT) [MeV] float ProxTrkDist = -9; ///< 3-D distance to closest track, assuming the blip was concident with event trigger [cm] /** * @brief 3-D distance to closest track, assuming the blip was coincident with event trigger [cm] From 5b9afccef90236848ccd31712855a4d07da81975 Mon Sep 17 00:00:00 2001 From: Jacob McLaughlin Date: Thu, 30 Jul 2026 10:40:42 -0500 Subject: [PATCH 2/2] checksum update --- sbnobj/SBND/Blip/classes_def.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbnobj/SBND/Blip/classes_def.xml b/sbnobj/SBND/Blip/classes_def.xml index b3b4c46e..8ab93cd0 100644 --- a/sbnobj/SBND/Blip/classes_def.xml +++ b/sbnobj/SBND/Blip/classes_def.xml @@ -1,6 +1,7 @@ - + +