Loading src/objects/PixelHit.cpp +5 −3 Original line number Diff line number Diff line Loading @@ -100,9 +100,11 @@ std::vector<const MCParticle*> PixelHit::getPrimaryMCParticles() const { return primary_particles; } void PixelHit::print(std::ostream &out) const { out << "PixelHit " << this->getIndex().X() << ", " << this->getIndex().Y() << ", " << this->getLocalTime() << ", " << this->getGlobalTime() << ", " << this->getPixel().getGlobalCenter().X() << ", " << this->getPixel().getGlobalCenter().Y() << ", " << this->getPixel().getGlobalCenter().Z() << ", " << this->getSignal(); void PixelHit::print(std::ostream& out) const { out << "PixelHit " << this->getIndex().X() << ", " << this->getIndex().Y() << ", " << this->getLocalTime() << ", " << this->getGlobalTime() << ", " << this->getPixel().getGlobalCenter().X() << ", " << this->getPixel().getGlobalCenter().Y() << ", " << this->getPixel().getGlobalCenter().Z() << ", " << this->getSignal(); } void PixelHit::loadHistory() { Loading Loading
src/objects/PixelHit.cpp +5 −3 Original line number Diff line number Diff line Loading @@ -100,9 +100,11 @@ std::vector<const MCParticle*> PixelHit::getPrimaryMCParticles() const { return primary_particles; } void PixelHit::print(std::ostream &out) const { out << "PixelHit " << this->getIndex().X() << ", " << this->getIndex().Y() << ", " << this->getLocalTime() << ", " << this->getGlobalTime() << ", " << this->getPixel().getGlobalCenter().X() << ", " << this->getPixel().getGlobalCenter().Y() << ", " << this->getPixel().getGlobalCenter().Z() << ", " << this->getSignal(); void PixelHit::print(std::ostream& out) const { out << "PixelHit " << this->getIndex().X() << ", " << this->getIndex().Y() << ", " << this->getLocalTime() << ", " << this->getGlobalTime() << ", " << this->getPixel().getGlobalCenter().X() << ", " << this->getPixel().getGlobalCenter().Y() << ", " << this->getPixel().getGlobalCenter().Z() << ", " << this->getSignal(); } void PixelHit::loadHistory() { Loading