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 09.19.03 LANGUAGES CXX )
17+ project (sbnobj VERSION 09.19.04 LANGUAGES CXX )
1818
1919message (STATUS
2020 "\n -- ============================================================================="
Original file line number Diff line number Diff 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 ),
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments