![]() |
ATLAS Offline Software
|
#include <ITRT_LocalOccupancy.h>
Public Member Functions | |
| virtual | ~ITRT_LocalOccupancy () |
| Virtual destructor. | |
| DeclareInterfaceID (ITRT_LocalOccupancy, 1, 0) | |
| Creates the InterfaceID and interfaceID() method. | |
| virtual float | LocalOccupancy (const EventContext &ctx, const Trk::Track &track) const =0 |
| Return the local occupancy for the sectors crossed by a given track. | |
| virtual float | LocalOccupancy (const EventContext &ctx, const double eta, const double phi) const =0 |
| virtual std::map< int, double > | getDetectorOccupancy (const EventContext &ctx, const TRT_RDO_Container *p_trtRDOContainer) const =0 |
| Return a map of the occupancy in the barrel (-1,+1) and endcaps (-2,+2). | |
| virtual std::vector< float > | GlobalOccupancy (const EventContext &ctx) const =0 |
| Return the global occupancy of the event. | |
Definition at line 32 of file ITRT_LocalOccupancy.h.
|
inlinevirtual |
| InDet::ITRT_LocalOccupancy::DeclareInterfaceID | ( | ITRT_LocalOccupancy | , |
| 1 | , | ||
| 0 | ) |
Creates the InterfaceID and interfaceID() method.
|
pure virtual |
Return a map of the occupancy in the barrel (-1,+1) and endcaps (-2,+2).
|
pure virtual |
Return the global occupancy of the event.
|
pure virtual |
|
pure virtual |
Return the local occupancy for the sectors crossed by a given track.