#include <CMMCPHits_v1.h>
Public Member Functions | |
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 > & | 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 | |
const std::vector< int > & | errorVec0 () const |
get errorVec0 - errors for all time slices | |
void | setErrorVec0 (const std::vector< int > &) |
set errorVec0 - errors for all time slices | |
const std::vector< int > & | errorVec1 () const |
get errorVec1 - errors for all time slices | |
void | setErrorVec1 (const std::vector< int > &) |
set errorVec1 - errors for all time slices | |
void | addHits (const std::vector< unsigned int > &hits0, const std::vector< unsigned int > &hits1, const std::vector< int > &error0, const std::vector< int > &error1) |
add hits. Internally calls setHitsVecX(hitsX) and setErrorVecX(errorX) | |
unsigned int | hitWord0 () const |
get hit word0 for hitsVec0[peak] - time slice that (hopefully) contains the collision | |
unsigned int | hitWord1 () const |
get hit word1 for hitsVec1[peak] - time slice that (hopefully) contains the collision | |
int | error0 () const |
get error for errorVec0[peak] - time slice that (hopefully) contains the collision | |
int | error1 () const |
get error for errorVec1[peak] - time slice that (hopefully) contains the collision | |
unsigned int | HitWord0 () const |
unsigned int | HitWord1 () const |
int | Error0 () const |
int | Error1 () const |
const std::vector< unsigned int > & | HitsVec0 () const |
const std::vector< unsigned int > & | HitsVec1 () const |
const std::vector< int > & | ErrorVec0 () const |
const std::vector< int > & | ErrorVec1 () const |
Description of CMMCPHits_v1
unsigned int xAOD::CMMCPHits_v1::HitWord0 | ( | ) | const [inline] |
Backwards Compatibility with Trigger/TrigT1/TrigT1CaloEvent Run1 EDM did not strictly follow camelCaseNotation See above for description