Skip to content

Commit cb6f126

Browse files
authored
Merge pull request #111 from afm1g15/feature/alex_addCRTT0
Add t0CRT to TrackCaloSkimmerObj
2 parents 365583f + 9e2acbe commit cb6f126

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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)