8#ifndef XAODTRIGL1CALO_VERSIONS_CMMJETHITS_V1_H
9#define XAODTRIGL1CALO_VERSIONS_CMMJETHITS_V1_H
11#include "AthLinks/ElementLink.h"
44 const std::vector<unsigned int>&
hitsVec()
const;
54 void addHits(
const std::vector<unsigned int>&
hits,
const std::vector<int>&
error);
57 unsigned int hits()
const;
65 inline unsigned int Hits()
const {
return this->
hits();}
Base class for elements of a container that can have aux data.
Base class for elements of a container that can have aux data.
void setCrate(int)
set crate number
void setPeak(int)
set peak
const std::vector< unsigned int > & hitsVec() const
get hitsVec - hits for all time slices
unsigned int hits() const
get hits for hitsVec[peak] - time slice that (hopefully) contains the collision
unsigned int Hits() const
Backwards Compatibility with Trigger/TrigT1/TrigT1CaloEvent Run1 EDM did not strictly follow camelCas...
int error() const
get error for errorVec[peak] - time slice that (hopefully) contains the collision
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
int dataID() const
get dataID
void addHits(const std::vector< unsigned int > &hits, const std::vector< int > &error)
add hits. Internally calls setHitsVec(hits);setErrorVec(error);
void setDataID(int)
set dataID
void setHitsVec(const std::vector< unsigned int > &)
set hitsVec - hits for all time slices
int crate() const
get crate number
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.