File tree Expand file tree Collapse file tree
sbnobj/Common/Calibration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414cmake_minimum_required (VERSION 3.19 FATAL_ERROR )
1515
1616find_package (cetmodules 3.20.00 REQUIRED )
17- project (sbnobj VERSION 10.00.06 LANGUAGES CXX )
17+ project (sbnobj VERSION 10.00.07 LANGUAGES CXX )
1818
1919message (STATUS
2020 "\n -- ============================================================================="
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ namespace sbn {
4545 float integral; // !< Integral of gaussian fit to ADC values in hit [ADC]
4646 float sumadc; // !< "SummedADC" -- sum of ADC values under gaussian fit [ADC]
4747 float width; // !< Width of fitted gaussian hit [ticks]
48+ float goodness; // !< Goodness-of-fit of fitted gaussian hit
4849 Vector3D sp; // !< Space-Point Position of hit [cm]
4950 float time; // !< Peak time of hit [ticks]
5051 int id; // !< ID of hit
Original file line number Diff line number Diff line change 3232 <class name =" sbn::HitTruth" ClassVersion =" 10" >
3333 <version ClassVersion =" 10" checksum =" 2374511199" />
3434 </class >
35- <class name =" sbn::HitInfo" ClassVersion =" 15" >
35+ <class name =" sbn::HitInfo" ClassVersion =" 16" >
36+ <version ClassVersion =" 16" checksum =" 1013657270" />
3637 <version ClassVersion =" 15" checksum =" 2112326324" />
3738 <version ClassVersion =" 14" checksum =" 2279804458" />
3839 <version ClassVersion =" 13" checksum =" 3388532746" />
You can’t perform that action at this time.
0 commit comments