![]() |
ATLAS Offline Software
|
#include <Collimator.h>
Public Types | |
| typedef std::shared_ptr< Collimator > | Ptr_t |
| typedef std::vector< Ptr_t > | Container_t |
| typedef std::shared_ptr< const IBeamElement > | ConstPtr_t |
| typedef Container_t::iterator | Iter_t |
| typedef Container_t::const_iterator | ConstIter_t |
| typedef std::list< Ptr_t > | List_t |
| typedef List_t::iterator | ListIter_t |
| typedef List_t::const_iterator | ConstListIter_t |
Public Member Functions | |
| Collimator (double, double, Side) | |
| IBeamElement::ConstPtr_t | clone () const |
| double | frontFace () const |
| double | rearFace () const |
| double | zabspos () const |
| double | zsignedpos () const |
| Side | side () const |
| Point | position () const |
| std::string | label () const |
| std::string | str () const |
| bool | isEndElement () const |
| void | track (IParticle &) const |
| void | calibrate (IParticle &) |
Private Member Functions | |
| bool | isOutOfAperture (const TransversePoint &) const |
Private Attributes | |
| Point | m_position |
| double | m_xaperture |
| double | m_xouter |
| double | m_xinner |
| Side | m_side |
Static Private Attributes | |
| static const std::string | s_label ="Collimator" |
Definition at line 20 of file FPTracker/FPTracker/Collimator.h.
|
inherited |
Definition at line 45 of file FPTracker/FPTracker/IBeamElement.h.
|
inherited |
Definition at line 49 of file FPTracker/FPTracker/IBeamElement.h.
|
inherited |
Definition at line 40 of file FPTracker/FPTracker/IBeamElement.h.
| typedef std::vector< Ptr_t > FPTracker::Collimator::Container_t |
Definition at line 41 of file FPTracker/FPTracker/Collimator.h.
|
inherited |
Definition at line 44 of file FPTracker/FPTracker/IBeamElement.h.
|
inherited |
Definition at line 47 of file FPTracker/FPTracker/IBeamElement.h.
|
inherited |
Definition at line 48 of file FPTracker/FPTracker/IBeamElement.h.
| typedef std::shared_ptr< Collimator > FPTracker::Collimator::Ptr_t |
Definition at line 40 of file FPTracker/FPTracker/Collimator.h.
| FPTracker::Collimator::Collimator | ( | double | zpos, |
| double | xaperture, | ||
| Side | side ) |
Definition at line 20 of file FPTracker/src/Collimator.cxx.
|
virtual |
Implements FPTracker::IBeamElement.
Definition at line 78 of file FPTracker/src/Collimator.cxx.
|
virtual |
Implements FPTracker::IBeamElement.
Definition at line 33 of file FPTracker/src/Collimator.cxx.
|
virtual |
|
virtual |
Implements FPTracker::IBeamElement.
Definition at line 57 of file FPTracker/src/Collimator.cxx.
|
private |
Definition at line 59 of file FPTracker/src/Collimator.cxx.
|
virtual |
Implements FPTracker::IBeamElement.
Definition at line 44 of file FPTracker/src/Collimator.cxx.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements FPTracker::IBeamElement.
Definition at line 46 of file FPTracker/src/Collimator.cxx.
|
virtual |
Implements FPTracker::IBeamElement.
Definition at line 64 of file FPTracker/src/Collimator.cxx.
|
virtual |
|
virtual |
|
private |
Definition at line 46 of file FPTracker/FPTracker/Collimator.h.
|
private |
Definition at line 50 of file FPTracker/FPTracker/Collimator.h.
|
private |
Definition at line 47 of file FPTracker/FPTracker/Collimator.h.
|
private |
Definition at line 49 of file FPTracker/FPTracker/Collimator.h.
|
private |
Definition at line 48 of file FPTracker/FPTracker/Collimator.h.
|
staticprivate |
Definition at line 45 of file FPTracker/FPTracker/Collimator.h.