![]() |
ATLAS Offline Software
|
Description of CPMHits_v1. More...
#include <CPMHits_v1.h>
Public Member Functions | |
| CPMHits_v1 () | |
| int | crate () const |
| get crate number | |
| void | setCrate (int) |
| set crate number | |
| int | module () const |
| get module | |
| void | setModule (int) |
| set module | |
| int | peak () const |
| get peak | |
| void | setPeak (int) |
| set peak | |
| const std::vector< unsigned int > & | hitsVec0 () const |
| get hitsVec0 - hits for all time slices | |
| void | setHitsVec0 (const std::vector< unsigned int > &) |
| set hitsVec0 - hits for all time slices | |
| const std::vector< unsigned int > & | hitsVec1 () const |
| get hitsVec1 - hits for all time slices | |
| void | setHitsVec1 (const std::vector< unsigned int > &) |
| set hitsVec1 - hits for all time slices | |
| void | addHits (const std::vector< unsigned int > &hits0, const std::vector< unsigned int > &hits1) |
| unsigned int | hitWord0 () const |
| get hitword for hitsVec0[peak] - time slice that (hopefully) contains the collision | |
| unsigned int | hitWord1 () const |
| get hitword for hitsVec1[peak] - time slice that (hopefully) contains the collision | |
| unsigned int | HitWord0 () const |
| Backwards Compatibility with Trigger/TrigT1/TrigT1CaloEvent Run1 EDM did not strictly follow camelCaseNotation See above for description. | |
| unsigned int | HitWord1 () const |
Description of CPMHits_v1.
Definition at line 23 of file CPMHits_v1.h.
| xAOD::CPMHits_v1::CPMHits_v1 | ( | ) |
Definition at line 18 of file CPMHits_v1.cxx.
| void xAOD::CPMHits_v1::addHits | ( | const std::vector< unsigned int > & | hits0, |
| const std::vector< unsigned int > & | hits1 ) |
Definition at line 29 of file CPMHits_v1.cxx.
| int xAOD::CPMHits_v1::crate | ( | ) | const |
get crate number
get hitsVec0 - hits for all time slices
get hitsVec1 - hits for all time slices
Backwards Compatibility with Trigger/TrigT1/TrigT1CaloEvent Run1 EDM did not strictly follow camelCaseNotation See above for description.
Definition at line 64 of file CPMHits_v1.h.
get hitword for hitsVec0[peak] - time slice that (hopefully) contains the collision
Definition at line 35 of file CPMHits_v1.cxx.
Definition at line 65 of file CPMHits_v1.h.
get hitword for hitsVec1[peak] - time slice that (hopefully) contains the collision
Definition at line 40 of file CPMHits_v1.cxx.
| int xAOD::CPMHits_v1::module | ( | ) | const |
get module
| int xAOD::CPMHits_v1::peak | ( | ) | const |
get peak
| void xAOD::CPMHits_v1::setCrate | ( | int | ) |
set crate number
set hitsVec0 - hits for all time slices
set hitsVec1 - hits for all time slices
| void xAOD::CPMHits_v1::setModule | ( | int | ) |
set module
| void xAOD::CPMHits_v1::setPeak | ( | int | ) |
set peak