//----------------------------------------------------------- // File and Version Information: // $Id$ // // Description: // Implementation of class PndTpcPoint // see PndTpcPoint.hh for details // // Environment: // Software developed for the PANDA Detector at FAIR. // // Author List: // Sebastian Neubert TUM (original author) // // //----------------------------------------------------------- // Panda Headers ---------------------- // This Class' Header ------------------ #include "PndTpcPoint.h" #include "PndDetectorList.h" // C/C++ Headers ---------------------- #include // Collaborating Class Headers -------- // Class Member definitions ----------- PndTpcPoint::PndTpcPoint() : FairMCPoint() {} PndTpcPoint::PndTpcPoint(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, pos, mom, tof, length, eLoss), fSecID(SecID) { ;//SetLink(FairLink("MCTrack", trackID)); } void PndTpcPoint::Print(const Option_t*) const { std::cout<<"PndTpcPoint\n" <<" Pos("<