![]() |
ATLAS Offline Software
|
#include <IntersectionPos.h>
Public Types | |
| enum | { barrel , endcap } |
Public Member Functions | |
| IntersectionPos_endcap (const char *name, const double &zpos, const double &rmin, const double &rmax) | |
| virtual | ~IntersectionPos_endcap () |
| IntersectionPos_endcap (const IntersectionPos_endcap &)=delete | |
| IntersectionPos_endcap & | operator= (const IntersectionPos_endcap &)=delete |
| void | clear () |
| void | setBranchAddress (TTree *, const char *collectionName="RecoTrk") |
| int | bec () |
| const std::string & | name () |
| std::vector< double > * | x () |
| std::vector< double > * | y () |
| std::vector< double > * | z () |
| const double & | zpos () |
| const double & | rmin () |
| const double & | rmax () |
Private Attributes | |
| std::string | m_name |
| std::vector< double > * | m_x |
| std::vector< double > * | m_y |
| std::vector< double > * | m_z |
| const double | m_zpos |
| const double | m_rmin |
| const double | m_rmax |
Definition at line 58 of file IntersectionPos.h.
|
inherited |
| VKalVrtAthena::IntersectionPos_endcap::IntersectionPos_endcap | ( | const char * | name, |
| const double & | zpos, | ||
| const double & | rmin, | ||
| const double & | rmax ) |
Definition at line 24 of file IntersectionPos.cxx.
|
virtual |
Definition at line 26 of file IntersectionPos.cxx.
|
delete |
|
virtual |
|
virtual |
Implements VKalVrtAthena::IntersectionPos.
Definition at line 27 of file IntersectionPos.cxx.
|
inlinevirtual |
|
delete |
|
inline |
Definition at line 73 of file IntersectionPos.h.
|
inline |
Definition at line 72 of file IntersectionPos.h.
|
virtual |
Implements VKalVrtAthena::IntersectionPos.
Definition at line 28 of file IntersectionPos.cxx.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inline |
Definition at line 71 of file IntersectionPos.h.
|
private |
Definition at line 75 of file IntersectionPos.h.
|
private |
Definition at line 81 of file IntersectionPos.h.
|
private |
Definition at line 80 of file IntersectionPos.h.
|
private |
Definition at line 76 of file IntersectionPos.h.
|
private |
Definition at line 77 of file IntersectionPos.h.
|
private |
Definition at line 78 of file IntersectionPos.h.
|
private |
Definition at line 79 of file IntersectionPos.h.