Skip to content

Commit 6eb14bd

Browse files
author
Ibrahim Safa
committed
Merge branch 'release/v09_19_04'
patch 1 for production
2 parents e90142b + bff6271 commit 6eb14bd

3 files changed

Lines changed: 6 additions & 3 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 09.19.03 LANGUAGES CXX)
17+
project(sbnobj VERSION 09.19.04 LANGUAGES CXX)
1818

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

sbnobj/Common/Calibration/TrackCaloSkimmerObj.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ namespace sbn {
260260
std::vector<WireInfo> wires1; //!< List of wire information on plane 1
261261
std::vector<WireInfo> wires2; //!< List of wire information on plane 2
262262

263-
float t0; //!< T0 of track [us]
263+
float t0; //!< T0 of track [ns]
264+
float t0CRT; //!< T0 of track from CRT-TPC matching [ns]
264265
int whicht0; //!< Which T0 producer was used to tag
265266
int id; //!< ID of track
266267
int cryostat; //!< Cryostat number of track
@@ -311,6 +312,7 @@ namespace sbn {
311312

312313
TrackInfo():
313314
t0(-1),
315+
t0CRT(-1),
314316
id(-1),
315317
cryostat(-1),
316318
clear_cosmic_muon(false),

sbnobj/Common/Calibration/classes_def.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
<version ClassVersion="11" checksum="903476586"/>
1515
<version ClassVersion="10" checksum="118230262"/>
1616
</class>
17-
<class name="sbn::TrackInfo" ClassVersion="13">
17+
<class name="sbn::TrackInfo" ClassVersion="14">
18+
<version ClassVersion="14" checksum="3729960902"/>
1819
<version ClassVersion="13" checksum="1962204283"/>
1920
<version ClassVersion="12" checksum="2151440214"/>
2021
<version ClassVersion="11" checksum="627908269"/>

0 commit comments

Comments
 (0)