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