8#ifndef XAODTRIGGER_VERSIONS_EMTAUROI_V1_H
9#define XAODTRIGGER_VERSIONS_EMTAUROI_V1_H
116 const std::vector< std::string >&
thrNames()
const;
Base class for elements of a container that can have aux data.
#define SG_BASE(D, B)
Declare that class D derives from class B.
Base class for elements of a container that can have aux data.
Class describing a LVL1 em/tau region of interest.
void setRoIWord(uint32_t value)
Set the "raw" RoI word, describing the em/tau candidate.
EmTauRoI_v1()
Default constructor.
float core() const
The ET of the RoI Core cluster (2x2 towers, EM+Had)
uint32_t roiWord() const
The "raw" RoI word describing the em/tau candidate.
RoIType roiType() const
Get the type of the RoI word.
float emIsol() const
The EM calorimeter isolation (outer ring of EM towers)
float hadIsol() const
The hadron calorimeter isolation (outer ring of had towers)
@ EMRoIWord
This is a Run 2 EM RoI word.
@ CPRoIWord
This is a Run 1 EM/Tau RoI word.
@ TauRoIWord
This is a Run 2 Tau RoI word.
void setPhi(float v)
Set the azimuthal angle of the em/tau candidate.
void setEmClus(float value)
Set the deposited ET from the "EM cluster".
void setCore(float value)
Set the ET of the RoI Core cluster (2x2 towers, EM+Had)
void clearThresholds()
Remove all the passed thresholds from the RoI.
void setEmIsol(float value)
Set the EM calorimeter isolation (outer ring of EM towers)
void addThreshold(const std::string &name, float value)
Add a new threshold that was passed by the RoI.
float emClus() const
The deposited ET from the "EM cluster".
uint32_t thrPattern() const
The pattern describing which thresholds were passed by the jet.
const std::vector< std::string > & thrNames() const
The names of the thresholds passed by jet candidate.
void setHadIsol(float value)
Set the hadron calorimeter isolation (outer ring of had towers)
void setHadCore(float value)
Set the ET deposited in the inner hadronic isolation region.
void setTauClus(float value)
Set the deposited ET from the "tau cluster".
float phi() const
The azimuthal angle ( ) of the em/tau candidate.
float tauClus() const
The deposited ET from the "tau cluster".
float eta() const
The pseudorapidity ( ) of the em/tau candidate.
float hadCore() const
The ET deposited in the inner hadronic isolation region (2x2 core)
void setEta(float v)
Set the pseudorapidity of the em/tau candidate.
const std::vector< float > & thrValues() const
The values of the thresholds (in MeV) passed by the jet candidate.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.