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
2 changes: 2 additions & 0 deletions sbnanaobj/StandardRecord/SRCorrectedOpFlash.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ namespace caf
NuToFLight = -9999.;
NuToFCharge = -9999.;
OpFlashT0Corrected = -9999.;
ParticlePropagationTime = -9999.;
PhotonPropagationTime = -9999.;
}

} // end namespace caf
Expand Down
2 changes: 2 additions & 0 deletions sbnanaobj/StandardRecord/SRCorrectedOpFlash.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ namespace caf
float NuToFLight { -9999. }; ///< | Nu ToF using light only | (us)
float NuToFCharge { -9999. }; ///< | Nu ToF Z from tpc vertex | (us)
float OpFlashT0Corrected { -9999. }; ///< | OpFlash Time wrt RWM time after light propagation corrections | (us)
float ParticlePropagationTime { -9999. }; ///< | Average particle propagation time from vertex to emission point | (us)
float PhotonPropagationTime { -9999. }; ///< | Average photon propagation time from emission point to PMT| (us)
/// @}

void setDefault();
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 @@ -413,7 +413,8 @@
<version ClassVersion="10" checksum="2672302824"/>
</class>

<class name="caf::SRCorrectedOpFlash" ClassVersion="14">
<class name="caf::SRCorrectedOpFlash" ClassVersion="15">
<version ClassVersion="15" checksum="2699494482"/>
<version ClassVersion="14" checksum="2247699110"/>
<version ClassVersion="13" checksum="3257300089"/>
<version ClassVersion="12" checksum="1558889595"/>
Expand Down