#include <JEMHits_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 > & | jetHitsVec () const |
get jetHitsVec - jetHits for all time slices | |
void | setJetHitsVec (const std::vector< unsigned int > &) |
set jetHitsVec - jetHits for all time slices | |
unsigned int | forward () const |
Is this JEMEtSums forward? | |
unsigned int | jetHits () const |
get jetHits for jetHitsVec[peak] - time slice that (hopefully) contains the collision | |
void | addJetHits (const std::vector< unsigned int > &hits) |
unsigned int | JetHits () const |
Description of JEMHits_v1
void xAOD::JEMHits_v1::addJetHits | ( | const std::vector< unsigned int > & | hits | ) | [inline] |
Backwards Compatibility with Trigger/TrigT1/TrigT1CaloEvent Run1 EDM did not strictly follow camelCaseNotation See above for description