//----------------------------------------------------------- // File and Version Information: // $Id$ // // Description: // Implementation of class TpcShieldPoint // see TpcShieldPoint.hh for details // // Environment: // Software developed for the PANDA Detector at FAIR. // // Author List: // Felix Boehmer TUM (original author) // // //----------------------------------------------------------- // Panda Headers ---------------------- // This Class' Header ------------------ #include "TpcShieldPoint.h" #include "PndDetectorList.h" // C/C++ Headers ---------------------- #include // Collaborating Class Headers -------- // Class Member definitions ----------- TpcShieldPoint::TpcShieldPoint() : FairMCPoint() {} TpcShieldPoint::TpcShieldPoint(Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom, Double_t tof, Double_t length, Double_t eLoss, Int_t SecID) : FairMCPoint(trackID, detID, const_cast(pos), const_cast(mom), tof, length, eLoss), fSecID(SecID) { ; } void TpcShieldPoint::Print(const Option_t*) const { std::cout<<"TpcShieldPoint\n" <<" Pos("<