![]() |
ATLAS Offline Software
|
Description of CMMJetHits_v1. More...
#include <CMMJetHits_v1.h>
Public Member Functions | |
| CMMJetHits_v1 () | |
| int | crate () const |
| get crate number | |
| void | setCrate (int) |
| set crate number | |
| int | dataID () const |
| get dataID | |
| void | setDataID (int) |
| set dataID | |
| int | peak () const |
| get peak | |
| void | setPeak (int) |
| set peak | |
| const std::vector< unsigned int > & | hitsVec () const |
| get hitsVec - hits for all time slices | |
| void | setHitsVec (const std::vector< unsigned int > &) |
| set hitsVec - hits for all time slices | |
| const std::vector< int > & | errorVec () const |
| get errorVec - errors for all time slices | |
| void | setErrorVec (const std::vector< int > &) |
| set errorVec - errors for all time slices | |
| void | addHits (const std::vector< unsigned int > &hits, const std::vector< int > &error) |
| add hits. Internally calls setHitsVec(hits);setErrorVec(error); | |
| unsigned int | hits () const |
| get hits for hitsVec[peak] - time slice that (hopefully) contains the collision | |
| int | error () const |
| get error for errorVec[peak] - time slice that (hopefully) contains the collision | |
| unsigned int | Hits () const |
| Backwards Compatibility with Trigger/TrigT1/TrigT1CaloEvent Run1 EDM did not strictly follow camelCaseNotation See above for description. | |
| int | Error () const |
Description of CMMJetHits_v1.
Definition at line 23 of file CMMJetHits_v1.h.
| xAOD::CMMJetHits_v1::CMMJetHits_v1 | ( | ) |
Definition at line 18 of file CMMJetHits_v1.cxx.
| void xAOD::CMMJetHits_v1::addHits | ( | const std::vector< unsigned int > & | hits, |
| const std::vector< int > & | error ) |
add hits. Internally calls setHitsVec(hits);setErrorVec(error);
Definition at line 29 of file CMMJetHits_v1.cxx.
| int xAOD::CMMJetHits_v1::crate | ( | ) | const |
get crate number
| int xAOD::CMMJetHits_v1::dataID | ( | ) | const |
get dataID
|
inline |
Definition at line 66 of file CMMJetHits_v1.h.
| int xAOD::CMMJetHits_v1::error | ( | ) | const |
get error for errorVec[peak] - time slice that (hopefully) contains the collision
Definition at line 41 of file CMMJetHits_v1.cxx.
get errorVec - errors for all time slices
Backwards Compatibility with Trigger/TrigT1/TrigT1CaloEvent Run1 EDM did not strictly follow camelCaseNotation See above for description.
Definition at line 65 of file CMMJetHits_v1.h.
get hits for hitsVec[peak] - time slice that (hopefully) contains the collision
Definition at line 36 of file CMMJetHits_v1.cxx.
get hitsVec - hits for all time slices
| int xAOD::CMMJetHits_v1::peak | ( | ) | const |
get peak
| void xAOD::CMMJetHits_v1::setCrate | ( | int | ) |
set crate number
| void xAOD::CMMJetHits_v1::setDataID | ( | int | ) |
set dataID
set errorVec - errors for all time slices
set hitsVec - hits for all time slices
| void xAOD::CMMJetHits_v1::setPeak | ( | int | ) |
set peak