File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
1515
1616
1717find_package (cetmodules 3.20.00 REQUIRED )
18- project (sbnanaobj VERSION 10.00.01 LANGUAGES CXX )
18+ project (sbnanaobj VERSION 10.00.02 LANGUAGES CXX )
1919
2020message (STATUS "\n\n ========================== ${PROJECT_NAME} ==========================" )
2121
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ namespace caf
1616
1717 void SROpFlash::setDefault ()
1818 {
19-
2019 onbeamtime = false ;
2120 cryo = -5 ;
21+ tpc = -5 ;
2222 firstpmt = -5 ;
2323 time = -9999 .f ;
2424 timewidth = -5 .f ;
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ namespace caf
2121 bool onbeamtime { false }; // !< Is this in time with beam?
2222 int cryo { kUninitializedInt }; // !< 0 for SBND/ICARUS East, 1 for ICARUS West.
2323 int firstpmt { kUninitializedInt }; // !< Channel number of first hit
24+ int tpc { kUninitializedInt }; // !< 0 for ICARUS, 0/1 for SBND
2425 float time { kSignalingNaN }; // !< Time on trigger time scale [us].
2526 float timewidth { kSignalingNaN }; // !< Width of the flash in time [us].
2627 float timemean { kSignalingNaN }; // !< Mean time of hits [us].
Original file line number Diff line number Diff line change 359359 <version ClassVersion =" 10" checksum =" 2672302824" />
360360 </class >
361361
362- <class name =" caf::SROpFlash" ClassVersion =" 12" >
362+ <class name =" caf::SROpFlash" ClassVersion =" 13" >
363+ <version ClassVersion =" 13" checksum =" 2333809763" />
363364 <version ClassVersion =" 12" checksum =" 3122666215" />
364365 <version ClassVersion =" 11" checksum =" 2756572285" />
365366 <version ClassVersion =" 10" checksum =" 2672302824" />
366367 </class >
368+
367369 <class name =" std::vector<caf::SROpFlash>" />
368370 <class name =" caf::SRCRTPMTMatch" ClassVersion =" 10" >
369371 <version ClassVersion =" 10" checksum =" 2059576953" />
You can’t perform that action at this time.
0 commit comments