Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions sbnobj/SBND/Blip/BlipDataTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
3 changes: 2 additions & 1 deletion sbnobj/SBND/Blip/classes_def.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<lcgdict>
<class name="art::Wrapper<std::vector<blip::Blip> >"/>
<class name="blip::Blip" ClassVersion="10" >
<class name="blip::Blip" ClassVersion="11" >
<version ClassVersion="11" checksum="3855960958"/>
<version ClassVersion="10" checksum="2428317905"/>
</class>
<class name="std::vector<blip::Blip>"/>
Expand Down