8#ifndef XAODTRIGGER_VERSIONS_EMTAUROI_V2_H
9#define XAODTRIGGER_VERSIONS_EMTAUROI_V2_H
129 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.
float etScale() const
The ET scale of the RoI bits.
void addThreshold(const std::string &name, float value)
Add a new threshold that was passed by the RoI.
float hadCore() const
The ET deposited in the inner hadronic isolation region (2x2 core)
const std::vector< float > & thrValues() const
The values of the thresholds (in MeV) passed by the jet candidate.
float emClus() const
The deposited ET from the "EM cluster".
void setTauClus(float value)
Set the deposited ET from the "tau cluster".
void setEta(float v)
Set the pseudorapidity of the em/tau candidate.
@ TauRoIWord
This is a Run 2 Tau RoI word.
@ EMRoIWord
This is a Run 2 EM RoI word.
@ CPRoIWord
This is a Run 1 EM/Tau RoI word.
void setCore(float value)
Set the ET of the RoI Core cluster (2x2 towers, EM+Had)
float hadIsol() const
The hadron calorimeter isolation (outer ring of had towers)
float eta() const
The pseudorapidity ( ) of the em/tau candidate.
float eT() const
The ET of the cluster (from RoI word)
void setHadCore(float value)
Set the ET deposited in the inner hadronic isolation region.
uint32_t thrPattern() const
The pattern describing which thresholds were passed by the jet.
void setEtScale(float v)
Set the ET scale.
void setEmClus(float value)
Set the deposited ET from the "EM cluster".
uint8_t isol() const
The isolation result mask (from RoI word)
RoIType roiType() const
Get the type of the RoI word.
void clearThresholds()
Remove all the passed thresholds from the RoI.
float tauClus() const
The deposited ET from the "tau cluster".
void setEmIsol(float value)
Set the EM calorimeter isolation (outer ring of EM towers)
void setRoIWord(uint32_t value)
Set the "raw" RoI word, describing the em/tau candidate.
uint32_t roiWord() const
The "raw" RoI word describing the em/tau candidate.
float emIsol() const
The EM calorimeter isolation (outer ring of EM towers)
float phi() const
The azimuthal angle ( ) of the em/tau candidate.
void setPhi(float v)
Set the azimuthal angle of the em/tau candidate.
void setThrPattern(uint32_t value)
Set the threshold pattern.
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)
EmTauRoI_v2()
Default constructor.
float core() const
The ET of the RoI Core cluster (2x2 towers, EM+Had)
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.