#include <CPMHits_v1.h>
Public Member Functions | |
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 |
unsigned int | HitWord1 () const |
Description of CPMHits_v1
unsigned int xAOD::CPMHits_v1::HitWord0 | ( | ) | const [inline] |
Backwards Compatibility with Trigger/TrigT1/TrigT1CaloEvent Run1 EDM did not strictly follow camelCaseNotation See above for description