Skip to content

Commit 15a0798

Browse files
committed
Merge branch 'release/v10_00_07'
2 parents 81690ff + 958612f commit 15a0798

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
cmake_minimum_required(VERSION 3.19 FATAL_ERROR)
1515

1616
find_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

1919
message(STATUS
2020
"\n-- ============================================================================="

sbnobj/Common/Calibration/TrackCaloSkimmerObj.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

sbnobj/Common/Calibration/classes_def.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
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"/>

0 commit comments

Comments
 (0)