#include <Plane.h>
|
| static const std::string | s_label ="Plane" |
Definition at line 19 of file FPTracker/FPTracker/Plane.h.
◆ ConstIter_t
◆ ConstListIter_t
◆ ConstPtr_t
◆ Container_t
◆ Iter_t
◆ List_t
◆ ListIter_t
◆ Ptr_t
◆ Plane()
| FPTracker::Plane::Plane |
( |
double | zpos, |
|
|
Side | side ) |
Definition at line 18 of file FPTracker/src/Plane.cxx.
18 :
20 {
21 assert(zpos >= 0.);
25
26 }
ChargedTracksWeightFilter::Spline::Point Point
TransversePoint beamlineXPosition(double z)
◆ calibrate()
| void FPTracker::Plane::calibrate |
( |
IParticle & | particle | ) |
|
|
virtual |
◆ clone()
◆ frontFace()
| double FPTracker::Plane::frontFace |
( |
| ) |
const |
|
virtual |
◆ isEndElement()
| bool FPTracker::Plane::isEndElement |
( |
| ) |
const |
|
virtual |
◆ label()
| std::string FPTracker::Plane::label |
( |
| ) |
const |
|
virtual |
◆ position()
| Point FPTracker::Plane::position |
( |
| ) |
const |
|
virtual |
◆ rearFace()
| double FPTracker::Plane::rearFace |
( |
| ) |
const |
|
virtual |
◆ side()
| Side FPTracker::Plane::side |
( |
| ) |
const |
|
virtual |
◆ str()
| std::string FPTracker::Plane::str |
( |
| ) |
const |
|
virtual |
◆ track()
| void FPTracker::Plane::track |
( |
IParticle & | particle | ) |
const |
|
virtual |
◆ zabspos()
| double FPTracker::Plane::zabspos |
( |
| ) |
const |
|
virtual |
◆ zsignedpos()
| double FPTracker::Plane::zsignedpos |
( |
| ) |
const |
|
virtual |
◆ m_position
| Point FPTracker::Plane::m_position |
|
private |
◆ m_side
| Side FPTracker::Plane::m_side |
|
private |
◆ s_label
| const std::string FPTracker::Plane::s_label ="Plane" |
|
staticprivate |
The documentation for this class was generated from the following files: