![]() |
ATLAS Offline Software
|
#include <HIEventShape_v1.h>
Public Member Functions | |
| HIEventShape_v1 () | |
| Default constructor. | |
| float | Et () const |
| void | setEt (float) |
| float | area () const |
| void | setArea (float) |
| float | rho () const |
| void | setRho (float) |
| const std::vector< float > & | Et_cos () const |
| void | setEt_cos (const std::vector< float > &value) |
| const std::vector< float > & | Et_sin () const |
| void | setEt_sin (const std::vector< float > &value) |
| float | etaMin () const |
| void | setEtaMin (float) |
| float | etaMax () const |
| void | setEtaMax (float) |
| int | layer () const |
| void | setLayer (int) |
| int | nCells () const |
| void | setNcells (int) |
| void | toPersistent () |
| std::vector< float > & | Et_cos () |
| std::vector< float > & | Et_sin () |
Definition at line 22 of file HIEventShape_v1.h.
| xAOD::HIEventShape_v1::HIEventShape_v1 | ( | ) |
Default constructor.
Definition at line 14 of file HIEventShape_v1.cxx.
| float xAOD::HIEventShape_v1::area | ( | ) | const |
| float xAOD::HIEventShape_v1::Et | ( | ) | const |
|
inline |
Definition at line 59 of file HIEventShape_v1.h.
|
inline |
Definition at line 64 of file HIEventShape_v1.h.
| float xAOD::HIEventShape_v1::etaMax | ( | ) | const |
| float xAOD::HIEventShape_v1::etaMin | ( | ) | const |
| int xAOD::HIEventShape_v1::layer | ( | ) | const |
| int xAOD::HIEventShape_v1::nCells | ( | ) | const |
| float xAOD::HIEventShape_v1::rho | ( | ) | const |
| void xAOD::HIEventShape_v1::setArea | ( | float | ) |
| void xAOD::HIEventShape_v1::setEt | ( | float | ) |
| void xAOD::HIEventShape_v1::setEtaMax | ( | float | ) |
| void xAOD::HIEventShape_v1::setEtaMin | ( | float | ) |
| void xAOD::HIEventShape_v1::setLayer | ( | int | ) |
| void xAOD::HIEventShape_v1::setNcells | ( | int | ) |
| void xAOD::HIEventShape_v1::setRho | ( | float | ) |
| void xAOD::HIEventShape_v1::toPersistent | ( | ) |
Definition at line 32 of file HIEventShape_v1.cxx.