From 73b22befe1b448c7d7e78bbcb2ac724c0092d570 Mon Sep 17 00:00:00 2001 From: caime Date: Tue, 12 Sep 2023 18:05:33 +0200 Subject: [PATCH] Changes in the processor for timing computation --- src/DDSimpleMuonDigi.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DDSimpleMuonDigi.cc b/src/DDSimpleMuonDigi.cc index cf15bfe..14948b8 100644 --- a/src/DDSimpleMuonDigi.cc +++ b/src/DDSimpleMuonDigi.cc @@ -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()<