![]() |
ATLAS Offline Software
|
Description of CMXJetHits_v1. More...
#include <CMXJetHits_v1.h>
Public Types | |
| enum | Sources { REMOTE_MAIN = 0 , LOCAL_MAIN = 1 , TOTAL_MAIN = 2 , REMOTE_FORWARD = 4 , LOCAL_FORWARD = 5 , TOTAL_FORWARD = 6 , TOPO_CHECKSUM = 8 , TOPO_OCCUPANCY_MAP = 9 , TOPO_OCCUPANCY_COUNTS = 10 , MAX_SOURCE = 15 } |
Public Member Functions | |
| CMXJetHits_v1 () | |
| Default constructor. | |
| virtual | ~CMXJetHits_v1 () |
| Default desturctor. | |
| virtual void | initialize (const uint8_t crate, const uint8_t source) |
| initialize | |
| virtual void | initialize (const uint8_t crate, const uint8_t source, const std::vector< uint32_t > &hitsVec0, const std::vector< uint32_t > &hitsVec1, const std::vector< uint32_t > &errorVec0, const std::vector< uint32_t > &errorVec1, const uint8_t peak) |
| initialize | |
| void | addHits (const std::vector< uint32_t > &hitsVec0, const std::vector< uint32_t > &hitsVec1, const std::vector< uint32_t > &errorVec0, const std::vector< uint32_t > &errorVec1) |
| add data to existing object | |
| uint8_t | crate () const |
| get crate | |
| void | setCrate (uint8_t) |
| set crate | |
| uint8_t | sourceComponent () const |
| get source | |
| void | setSourceComponent (uint8_t) |
| set source | |
| uint8_t | peak () const |
| get peak | |
| void | setPeak (uint8_t) |
| set peak | |
| const std::vector< uint32_t > & | hitsVec0 () const |
| get hitsVec0 | |
| void | setHitsVec0 (const std::vector< uint32_t > &) |
| set hitsVec0 | |
| const std::vector< uint32_t > & | hitsVec1 () const |
| get hitsVec1 | |
| void | setHitsVec1 (const std::vector< uint32_t > &) |
| set hitsVec1 | |
| const std::vector< uint32_t > & | errorVec0 () const |
| get errorVec0 | |
| void | setErrorVec0 (const std::vector< uint32_t > &) |
| set errorVec0 | |
| const std::vector< uint32_t > & | errorVec1 () const |
| get errorVec1 | |
| void | setErrorVec1 (const std::vector< uint32_t > &) |
| set errorVec1 | |
| uint32_t | hits0 () 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. | |
| uint32_t | hits1 () const |
| get hitsVec1 at peak bunch crossing | |
| uint32_t | error0 () const |
| get errorVec0 at peak bunch crossing | |
| uint32_t | error1 () const |
| get errorVec1 at peak bunch crossing | |
Description of CMXJetHits_v1.
Definition at line 30 of file CMXJetHits_v1.h.
| Enumerator | |
|---|---|
| REMOTE_MAIN | |
| LOCAL_MAIN | |
| TOTAL_MAIN | |
| REMOTE_FORWARD | |
| LOCAL_FORWARD | |
| TOTAL_FORWARD | |
| TOPO_CHECKSUM | |
| TOPO_OCCUPANCY_MAP | |
| TOPO_OCCUPANCY_COUNTS | |
| MAX_SOURCE | |
Definition at line 32 of file CMXJetHits_v1.h.
| xAOD::CMXJetHits_v1::CMXJetHits_v1 | ( | ) |
Default constructor.
Definition at line 50 of file CMXJetHits_v1.cxx.
|
inlinevirtual |
| void xAOD::CMXJetHits_v1::addHits | ( | const std::vector< uint32_t > & | hitsVec0, |
| const std::vector< uint32_t > & | hitsVec1, | ||
| const std::vector< uint32_t > & | errorVec0, | ||
| const std::vector< uint32_t > & | errorVec1 ) |
| uint8_t xAOD::CMXJetHits_v1::crate | ( | ) | const |
get crate
| uint32_t xAOD::CMXJetHits_v1::error0 | ( | ) | const |
get errorVec0 at peak bunch crossing
Definition at line 117 of file CMXJetHits_v1.cxx.
| uint32_t xAOD::CMXJetHits_v1::error1 | ( | ) | const |
get errorVec1 at peak bunch crossing
Definition at line 123 of file CMXJetHits_v1.cxx.
| uint32_t xAOD::CMXJetHits_v1::hits0 | ( | ) | 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 hitsVec0 at peak bunch crossing
Definition at line 105 of file CMXJetHits_v1.cxx.
| uint32_t xAOD::CMXJetHits_v1::hits1 | ( | ) | const |
get hitsVec1 at peak bunch crossing
Definition at line 111 of file CMXJetHits_v1.cxx.
initialize
Definition at line 56 of file CMXJetHits_v1.cxx.
|
virtual |
initialize
Definition at line 63 of file CMXJetHits_v1.cxx.
| uint8_t xAOD::CMXJetHits_v1::peak | ( | ) | const |
get peak
| void xAOD::CMXJetHits_v1::setCrate | ( | uint8_t | ) |
set crate
| void xAOD::CMXJetHits_v1::setPeak | ( | uint8_t | ) |
set peak
| void xAOD::CMXJetHits_v1::setSourceComponent | ( | uint8_t | ) |
set source
| uint8_t xAOD::CMXJetHits_v1::sourceComponent | ( | ) | const |
get source