![]() |
ATLAS Offline Software
|
#include <IntersectionPos.h>
Public Types | |
| enum | { barrel , endcap } |
Public Member Functions | |
| IntersectionPos_barrel (const char *name, const double &r) | |
| virtual | ~IntersectionPos_barrel () |
| IntersectionPos_barrel (const IntersectionPos_barrel &)=delete | |
| IntersectionPos_barrel & | operator= (const IntersectionPos_barrel &)=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 & | radius () |
Private Attributes | |
| std::string | m_name |
| std::vector< double > * | m_x |
| std::vector< double > * | m_y |
| std::vector< double > * | m_z |
| const double | m_radius |
Definition at line 34 of file IntersectionPos.h.
|
inherited |
| VKalVrtAthena::IntersectionPos_barrel::IntersectionPos_barrel | ( | const char * | name, |
| const double & | r ) |
Definition at line 11 of file IntersectionPos.cxx.
|
virtual |
Definition at line 13 of file IntersectionPos.cxx.
|
delete |
|
virtual |
|
virtual |
Implements VKalVrtAthena::IntersectionPos.
Definition at line 14 of file IntersectionPos.cxx.
|
inlinevirtual |
|
delete |
|
inline |
Definition at line 47 of file IntersectionPos.h.
|
virtual |
Implements VKalVrtAthena::IntersectionPos.
Definition at line 15 of file IntersectionPos.cxx.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
private |
Definition at line 49 of file IntersectionPos.h.
|
private |
Definition at line 53 of file IntersectionPos.h.
|
private |
Definition at line 50 of file IntersectionPos.h.
|
private |
Definition at line 51 of file IntersectionPos.h.
|
private |
Definition at line 52 of file IntersectionPos.h.