Skip to content

Commit 03a188c

Browse files
authored
Merge branch 'develop' into feature/fp_SRCRTHitMatch_enhance
2 parents 1d87617 + 0523b38 commit 03a188c

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CMakeLists.txt

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

1616

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

2020
message(STATUS "\n\n ========================== ${PROJECT_NAME} ==========================")
2121

sbnanaobj/StandardRecord/SROpFlash.cxx

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

sbnanaobj/StandardRecord/SROpFlash.h

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

sbnanaobj/StandardRecord/classes_def.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,11 +359,13 @@
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"/>

0 commit comments

Comments
 (0)