Skip to content

Commit

Permalink
Fixed definition for cellID
Browse files Browse the repository at this point in the history
  • Loading branch information
pandreetto committed Jan 31, 2024
1 parent f11f7eb commit c181e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detector/tracker/ZSegmentedPlanarTracker_geo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ static Ref_t create_element(Detector& theDetector, xml_h e, SensitiveDetector se
encoder[lcio::LCTrackerCellID::module()] = j;
encoder[lcio::LCTrackerCellID::sensor()] = s;

dd4hep::long64 cellID = encoder.lowWord(); // 32 bits
const dd4hep::CellID cellID = encoder.lowWord(); // 32 bits

//compute neighbours

Expand Down

0 comments on commit c181e15

Please sign in to comment.