![]() |
ATLAS Offline Software
|
Description of CMXJetTob_v1. More...
#include <CMXJetTob_v1.h>
Public Member Functions | |
| CMXJetTob_v1 () | |
| Default constructor. | |
| virtual | ~CMXJetTob_v1 () |
| Default desturctor. | |
| virtual void | initialize (const uint8_t crate, const uint8_t jem, const uint8_t frame, const uint8_t loc) |
| initialize | |
| virtual void | initialize (const uint8_t crate, const uint8_t jem, const uint8_t frame, const uint8_t loc, const std::vector< uint16_t > &energyLargeVec, const std::vector< uint16_t > &energySmallVec, const std::vector< uint32_t > &errorVec, const std::vector< uint16_t > &presenceMapVec, const uint8_t peak) |
| initialize | |
| void | addTob (const std::vector< uint16_t > &energyLargeVec, const std::vector< uint16_t > &energySmallVec, const std::vector< uint32_t > &errorVec, const std::vector< uint16_t > &presenceMapVec) |
| add data to existing object | |
| uint8_t | crate () const |
| get crate | |
| void | setCrate (uint8_t) |
| set crate | |
| uint8_t | jem () const |
| get jem | |
| void | setJem (uint8_t) |
| set jem | |
| uint8_t | frame () const |
| get frame | |
| void | setFrame (uint8_t) |
| set frame | |
| uint8_t | location () const |
| get location | |
| void | setLocation (uint8_t) |
| set location | |
| uint8_t | peak () const |
| get peak | |
| void | setPeak (uint8_t) |
| set peak | |
| const std::vector< uint16_t > & | energyLargeVec () const |
| get energyLargeVec | |
| void | setEnergyLargeVec (const std::vector< uint16_t > &) |
| set energyLargeVec | |
| const std::vector< uint16_t > & | energySmallVec () const |
| get energySmallVec | |
| void | setEnergySmallVec (const std::vector< uint16_t > &) |
| set energySmallVec | |
| const std::vector< uint32_t > & | errorVec () const |
| get errorVec | |
| void | setErrorVec (const std::vector< uint32_t > &) |
| set errorVec | |
| const std::vector< uint16_t > & | presenceMapVec () const |
| get presenceMapVec | |
| void | setPresenceMapVec (const std::vector< uint16_t > &) |
| set presenceMapVec | |
| uint16_t | energyLarge () const |
| Peak functions - return value of peak bunch crossing Assuming we have got the timing calibration correct, This is the bunch crossing containing the collision. | |
| uint16_t | energySmall () const |
| get energySmallVec at peak bunch crossing | |
| uint32_t | error () const |
| get errorVec at peak bunch crossing | |
| uint16_t | presenceMap () const |
| get presenceMapVec at peak bunch crossing | |
Description of CMXJetTob_v1.
Definition at line 27 of file CMXJetTob_v1.h.
| xAOD::CMXJetTob_v1::CMXJetTob_v1 | ( | ) |
Default constructor.
Definition at line 15 of file CMXJetTob_v1.cxx.
|
inlinevirtual |
| void xAOD::CMXJetTob_v1::addTob | ( | const std::vector< uint16_t > & | energyLargeVec, |
| const std::vector< uint16_t > & | energySmallVec, | ||
| const std::vector< uint32_t > & | errorVec, | ||
| const std::vector< uint16_t > & | presenceMapVec ) |
add data to existing object
Definition at line 50 of file CMXJetTob_v1.cxx.
| uint8_t xAOD::CMXJetTob_v1::crate | ( | ) | const |
get crate
| uint16_t xAOD::CMXJetTob_v1::energyLarge | ( | ) | const |
Peak functions - return value of peak bunch crossing Assuming we have got the timing calibration correct, This is the bunch crossing containing the collision.
get energyLargeVec at peak bunch crossing
Definition at line 76 of file CMXJetTob_v1.cxx.
| uint16_t xAOD::CMXJetTob_v1::energySmall | ( | ) | const |
get energySmallVec at peak bunch crossing
Definition at line 82 of file CMXJetTob_v1.cxx.
| uint32_t xAOD::CMXJetTob_v1::error | ( | ) | const |
get errorVec at peak bunch crossing
Definition at line 88 of file CMXJetTob_v1.cxx.
| uint8_t xAOD::CMXJetTob_v1::frame | ( | ) | const |
get frame
|
virtual |
|
virtual |
| uint8_t xAOD::CMXJetTob_v1::jem | ( | ) | const |
get jem
| uint8_t xAOD::CMXJetTob_v1::location | ( | ) | const |
get location
| uint8_t xAOD::CMXJetTob_v1::peak | ( | ) | const |
get peak
| uint16_t xAOD::CMXJetTob_v1::presenceMap | ( | ) | const |
get presenceMapVec at peak bunch crossing
Definition at line 94 of file CMXJetTob_v1.cxx.
| void xAOD::CMXJetTob_v1::setCrate | ( | uint8_t | ) |
set crate
| void xAOD::CMXJetTob_v1::setFrame | ( | uint8_t | ) |
set frame
| void xAOD::CMXJetTob_v1::setJem | ( | uint8_t | ) |
set jem
| void xAOD::CMXJetTob_v1::setLocation | ( | uint8_t | ) |
set location
| void xAOD::CMXJetTob_v1::setPeak | ( | uint8_t | ) |
set peak