Loading src/objects/PixelHit.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,8 @@ std::vector<const MCParticle*> PixelHit::getPrimaryMCParticles() const { void PixelHit::print(std::ostream& out) const { out << "PixelHit " << this->getIndex().X() << ", " << this->getIndex().Y() << ", " << this->getSignal() << ", " << this->getLocalTime() << ", " << this->getGlobalTime(); << this->getLocalTime() << ", " << this->getGlobalTime() << ", " << this->getPixel().getGlobalCenter().X() << ", " << this->getPixel().getGlobalCenter().Y() << ", " << this->getPixel().getGlobalCenter().Z(); } void PixelHit::loadHistory() { Loading Loading
src/objects/PixelHit.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,8 @@ std::vector<const MCParticle*> PixelHit::getPrimaryMCParticles() const { void PixelHit::print(std::ostream& out) const { out << "PixelHit " << this->getIndex().X() << ", " << this->getIndex().Y() << ", " << this->getSignal() << ", " << this->getLocalTime() << ", " << this->getGlobalTime(); << this->getLocalTime() << ", " << this->getGlobalTime() << ", " << this->getPixel().getGlobalCenter().X() << ", " << this->getPixel().getGlobalCenter().Y() << ", " << this->getPixel().getGlobalCenter().Z(); } void PixelHit::loadHistory() { Loading