Skip to content

Commit

Permalink
Switch to dd4hep::CellID from dd4hep::long64
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jun 13, 2023
1 parent 6639be9 commit 0e3b59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tracking/src/HitResiduals.cc
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ void HitResiduals::processEvent( LCEvent * evt ) {

for( EVENT::TrackerHitVec::iterator it = trkHits.begin(); it != trkHits.end(); ++it ){

dd4hep::long64 id = (*it)->getCellID0() ;
const dd4hep::CellID id = (*it)->getCellID0() ;
cellid_decoder.setValue( id ) ;
streamlog_out(DEBUG1) << "id = " << id << std::endl;

Expand Down

0 comments on commit 0e3b59e

Please sign in to comment.