From 4ce5c3a806aac88f870a9321542e0f6d69443c87 Mon Sep 17 00:00:00 2001 From: Jacob McLaughlin Date: Mon, 6 Jul 2026 15:08:31 -0500 Subject: [PATCH 1/2] Added new blip energy records --- 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 5c9215721d6fc7d26298744f77249a6a52b7f867 Mon Sep 17 00:00:00 2001 From: Jacob McLaughlin Date: Thu, 30 Jul 2026 12:02:28 -0500 Subject: [PATCH 2/2] Updated classes_def.xml --- 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 @@ - + +