Skip to content
Merged
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
3 changes: 2 additions & 1 deletion sbnanaobj/StandardRecord/SRShower.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ namespace caf
}

SRShower::SRShower():
bestplane(-5),
bestplane_for_energy(-5),
bestplane_for_dedx(-5),
bestplane_dEdx(-5.0),
bestplane_energy(-5.0),
conversion_gap(-5.0),
Expand Down
3 changes: 2 additions & 1 deletion sbnanaobj/StandardRecord/SRShower.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ namespace caf
public:
SRShower();
~SRShower(){ }
int bestplane; ///< shower best reconstructed plane
int bestplane_for_energy; ///< shower best reconstructed plane for purposes of energy reco
int bestplane_for_dedx; ///< shower best reconstructed plane for purposes of dedx reco
float bestplane_dEdx; ///< shower dEdx at best plane [MeV/cm]
float bestplane_energy; ///< shower energy at best plane [GeV]
float conversion_gap; ///< shower start and vertex position difference [cm]
Expand Down
3 changes: 2 additions & 1 deletion sbnanaobj/StandardRecord/classes_def.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
<version ClassVersion="10" checksum="4180347773"/>
</class>

<class name="caf::SRShower" ClassVersion="15">
<class name="caf::SRShower" ClassVersion="16">
<version ClassVersion="16" checksum="76339526"/>
<version ClassVersion="15" checksum="3211336966"/>
<version ClassVersion="14" checksum="3720936031"/>
<version ClassVersion="13" checksum="150649609"/>
Expand Down