![]() |
ATLAS Offline Software
|
#include <TrigRingerRings_v2.h>
Public Types | |
| typedef ElementLink< TrigEMClusterContainer > | EMClusterLink_t |
| Type of the EM cluster link. | |
Public Member Functions | |
| TrigRingerRings_v2 () | |
| Class default constructor. | |
| const std::vector< float > & | rings () const |
| Acessor methods. | |
| void | setRings (const std::vector< float > &r) |
| unsigned | size () const |
| const TrigEMCluster * | emCluster () const |
| The associated EM cluster, as a simple pointer. | |
| const EMClusterLink_t & | emClusterLink () const |
| The associated EM cluster, as an ElementLink. | |
| void | setEmClusterLink (const EMClusterLink_t &value) |
| Set the ElementLink pointing to the EM cluster constituent. | |
Definition at line 24 of file TrigRingerRings_v2.h.
Type of the EM cluster link.
Definition at line 39 of file TrigRingerRings_v2.h.
| xAOD::TrigRingerRings_v2::TrigRingerRings_v2 | ( | ) |
Class default constructor.
Definition at line 19 of file TrigRingerRings_v2.cxx.
| const TrigEMCluster * xAOD::TrigRingerRings_v2::emCluster | ( | ) | const |
The associated EM cluster, as a simple pointer.
This function can be used to conveniently access the EM cluster associated with the electron.
It will return a null pointer if associated object can't be retrieved, but it will never fail in other way.
Definition at line 41 of file TrigRingerRings_v2.cxx.
| const EMClusterLink_t & xAOD::TrigRingerRings_v2::emClusterLink | ( | ) | const |
The associated EM cluster, as an ElementLink.
| void xAOD::TrigRingerRings_v2::setEmClusterLink | ( | const EMClusterLink_t & | value | ) |
Set the ElementLink pointing to the EM cluster constituent.
| unsigned xAOD::TrigRingerRings_v2::size | ( | ) | const |
Definition at line 26 of file TrigRingerRings_v2.cxx.