#include "PndTorinoDetectorHit.h" PndTorinoDetectorHit::PndTorinoDetectorHit() : FairHit() { } PndTorinoDetectorHit::PndTorinoDetectorHit(Int_t detID, Int_t mcindex, TVector3& pos, TVector3& dpos, Int_t plane) : FairHit(detID, pos, dpos, mcindex), fPlane(plane) { } PndTorinoDetectorHit::~PndTorinoDetectorHit() { } ClassImp(PndTorinoDetectorHit)