Skip to content

Commit

Permalink
Changes in the processor for timing computation
Browse files Browse the repository at this point in the history
  • Loading branch information
caime committed Sep 12, 2023
1 parent c514850 commit 73b22be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DDSimpleMuonDigi.cc
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ void DDSimpleMuonDigi::processEvent( LCEvent * evt ) {
calhit->setType( CHT( CHT::muon, CHT::yoke, caloLayout , idDecoder(hit)[ _cellIDLayerString ] ) );
calhit->setTime(timei);
//std::cout << "time " << computeHitTime(hit) << std::endl;
calhit->setTime( computeHitTime(hit) );
// calhit->setTime( computeHitTime(hit) );
calhit->setRawHit(hit);
muoncol->addElement(calhit);
//std::cout << " time mu " << calhit->getTime()<<std::endl;
Expand Down

0 comments on commit 73b22be

Please sign in to comment.