Skip to content

Commit

Permalink
Adapting dd4hep::CellID instead of long64
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Fehr authored and armin-ilg committed Jun 29, 2023
1 parent 93e6ed8 commit 3bb8349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detector/tracker/VertexBarrel_detailed_o1_v01_geo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ static Ref_t create_element(Detector& theDetector, xml_h e, SensitiveDetector se
encoder[lcio::LCTrackerCellID::module()] = nLadders;
encoder[lcio::LCTrackerCellID::sensor()] = 0; // there is no sensor defintion in VertexBarrel at the moment

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

//compute neighbours

Expand Down

0 comments on commit 3bb8349

Please sign in to comment.