1 #ifndef CTPPSTrkDetector_h 2 #define CTPPSTrkDetector_h 19 void clear() {ppsDetId_.clear();ppsNHits_=0;ppsX_.clear();ppsY_.clear();ppsZ_.clear();};
20 void AddHit(
unsigned int detID,
double x,
double y,
double z);
const double ppsDetectorPosition_
std::vector< double > ppsX_
std::vector< unsigned int > ppsDetId_
const double ppsDetectorHeight_
std::vector< double > ppsZ_
void AddHit(unsigned int detID, double x, double y, double z)
std::vector< double > ppsY_
std::pair< CTPPSTrkDetector, CTPPSTrkDetector > CTPPSTrkStation
virtual ~CTPPSTrkDetector()
const double ppsDetectorWidth_
CTPPSTrkDetector(double detw, double deth, double detin)