#include <DetGroup.h>
Public Types | |
typedef GeomDet | Det |
typedef std::pair< const GeomDet *, TrajectoryStateOnSurface > | DetWithState |
Public Member Functions | |
const Det * | det () const |
DetGroupElement (const Det *d, const TrajectoryStateOnSurface &s) | |
DetGroupElement (const DetWithState &dws) | |
const TrajectoryStateOnSurface & | trajectoryState () const |
Private Attributes | |
const Det * | det_ |
TrajectoryStateOnSurface | state_ |
Definition at line 10 of file DetGroup.h.
typedef GeomDet DetGroupElement::Det |
Definition at line 13 of file DetGroup.h.
typedef std::pair<const GeomDet*,TrajectoryStateOnSurface> DetGroupElement::DetWithState |
Definition at line 12 of file DetGroup.h.
DetGroupElement::DetGroupElement | ( | const DetWithState & | dws | ) | [inline] |
Definition at line 16 of file DetGroup.h.
DetGroupElement::DetGroupElement | ( | const Det * | d, |
const TrajectoryStateOnSurface & | s | ||
) | [inline] |
Definition at line 19 of file DetGroup.h.
const Det* DetGroupElement::det | ( | ) | const [inline] |
const TrajectoryStateOnSurface& DetGroupElement::trajectoryState | ( | ) | const [inline] |
const Det* DetGroupElement::det_ [private] |
Definition at line 42 of file DetGroup.h.
Referenced by det().
Definition at line 43 of file DetGroup.h.
Referenced by trajectoryState().