#include <CTPPSTrkDetector.h>
Public Member Functions | |
void | AddHit (unsigned int detID, double x, double y, double z) |
void | clear () |
CTPPSTrkDetector (double detw, double deth, double detin) | |
virtual | ~CTPPSTrkDetector () |
Public Attributes | |
const double | ppsDetectorHeight_ |
const double | ppsDetectorPosition_ |
const double | ppsDetectorWidth_ |
std::vector< unsigned int > | ppsDetId_ |
int | ppsNHits_ |
std::vector< double > | ppsX_ |
std::vector< double > | ppsY_ |
std::vector< double > | ppsZ_ |
Definition at line 5 of file CTPPSTrkDetector.h.
CTPPSTrkDetector::CTPPSTrkDetector | ( | double | detw, |
double | deth, | ||
double | detin | ||
) |
Definition at line 3 of file CTPPSTrkDetector.cc.
References clear().
|
inlinevirtual |
void CTPPSTrkDetector::AddHit | ( | unsigned int | detID, |
double | x, | ||
double | y, | ||
double | z | ||
) |
Definition at line 5 of file CTPPSTrkDetector.cc.
References ppsDetectorHeight_, ppsDetectorPosition_, ppsDetectorWidth_, ppsDetId_, ppsNHits_, ppsX_, ppsY_, and ppsZ_.
Referenced by clear().
|
inline |
Definition at line 19 of file CTPPSTrkDetector.h.
References AddHit(), x, y, and z.
Referenced by Vispa.Views.WidgetView.WidgetView::closeEvent(), Vispa.Views.BoxDecayView.BoxDecayView::closeEvent(), CTPPSTrkDetector(), Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), Vispa.Views.LineDecayView.LineDecayView::setDataObjects(), Vispa.Views.WidgetView.WidgetView::setDataObjects(), Vispa.Views.TreeView.TreeView::updateContent(), Vispa.Views.TableView.TableView::updateContent(), Vispa.Views.BoxDecayView.BoxDecayView::updateContent(), and Vispa.Views.PropertyView.PropertyView::updateContent().
const double CTPPSTrkDetector::ppsDetectorHeight_ |
Definition at line 12 of file CTPPSTrkDetector.h.
Referenced by AddHit().
const double CTPPSTrkDetector::ppsDetectorPosition_ |
Definition at line 13 of file CTPPSTrkDetector.h.
Referenced by AddHit().
const double CTPPSTrkDetector::ppsDetectorWidth_ |
Definition at line 8 of file CTPPSTrkDetector.h.
Referenced by AddHit(), and ~CTPPSTrkDetector().
std::vector<unsigned int> CTPPSTrkDetector::ppsDetId_ |
Definition at line 14 of file CTPPSTrkDetector.h.
Referenced by AddHit().
int CTPPSTrkDetector::ppsNHits_ |
Definition at line 15 of file CTPPSTrkDetector.h.
Referenced by AddHit(), CTPPSFastTrackingProducer::FastReco(), and CTPPSFastTrackingProducer::SearchTrack().
std::vector<double> CTPPSTrkDetector::ppsX_ |
Definition at line 16 of file CTPPSTrkDetector.h.
Referenced by AddHit(), and CTPPSFastTrackingProducer::SearchTrack().
std::vector<double> CTPPSTrkDetector::ppsY_ |
Definition at line 17 of file CTPPSTrkDetector.h.
Referenced by AddHit(), and CTPPSFastTrackingProducer::SearchTrack().
std::vector<double> CTPPSTrkDetector::ppsZ_ |
Definition at line 18 of file CTPPSTrkDetector.h.
Referenced by AddHit().