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.17.07 LANGUAGES CXX )
17+ project (sbnobj VERSION 09.17.08 LANGUAGES CXX )
1818
1919message (STATUS
2020 "\n -- ============================================================================="
Original file line number Diff line number Diff line change @@ -206,6 +206,9 @@ namespace sbn {
206206 std::vector<TrueHit> truehits1; // !< List of True "hits" of this particle on Plane 1
207207 std::vector<TrueHit> truehits2; // !< List of True "hits" of this particle on Plane 2
208208
209+ std::vector<Vector3D> traj; // !< True trajectory of particle
210+ std::vector<Vector3D> traj_sce; // !< True trajectory of particle, deflected by space charge
211+
209212 TrueParticle ():
210213 plane0VisE (std::numeric_limits<float >::signaling_NaN()),
211214 plane1VisE (std::numeric_limits<float >::signaling_NaN()),
Original file line number Diff line number Diff line change 55 <class name =" sbn::TrackTruth" ClassVersion =" 10" >
66 <version ClassVersion =" 10" checksum =" 2749399767" />
77 </class >
8- <class name =" sbn::TrueParticle" ClassVersion =" 11" >
8+ <class name =" sbn::TrueParticle" ClassVersion =" 12" >
9+ <version ClassVersion =" 12" checksum =" 3355992085" />
910 <version ClassVersion =" 11" checksum =" 855399631" />
1011 <version ClassVersion =" 10" checksum =" 2150513055" />
1112 </class >
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ defaultqual e20
246246#
247247####################################
248248product version qual flags <table_format=2>
249- lardataobj v09_16_01 -
249+ lardataobj v09_16_02 -
250250cetmodules v3_21_01 - only_for_build
251251end_product_list
252252####################################
You can’t perform that action at this time.
0 commit comments