#include <CMMJetHits_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 > & | 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 |
int | Error () const |
Description of CMMJetHits_v1
unsigned int xAOD::CMMJetHits_v1::Hits | ( | ) | const [inline] |
Backwards Compatibility with Trigger/TrigT1/TrigT1CaloEvent Run1 EDM did not strictly follow camelCaseNotation See above for description