|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef xAODTrigMissingET_TrigMissingET_V1_H
9 #define xAODTrigMissingET_TrigMissingET_V1_H
float sumEt() const
Get the sum of the ET of the missing energy.
float exComponent(unsigned int index) const
Get the x component fo the energy of a component.
float sumEComponent(unsigned int index) const
Get SumE.
void setEy(float s)
Set the y component of the missing energy.
void setEzComponent(unsigned int index, float value)
Set the z component fo the energy of a component.
void setSumOfSignsComponent(unsigned int index, float value)
Set SumOfSigns.
short statusComponent(unsigned int index) const
Get Status.
void setCalib0Component(unsigned int index, float value)
Set Calib0.
Base class for elements of a container that can have aux data.
void setExComponent(unsigned int index, float value)
Set the x component fo the energy of a component.
float ex() const
Get the x component of the missing energy.
int flag() const
Get the status flag.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
float sumOfSignsComponent(unsigned int index) const
Get SumOfSigns.
void setNameOfComponent(unsigned int index, const std::string &str)
Set the name of a component.
void setStatusComponent(unsigned int index, float value)
Set Status.
void setSumE(float s)
Set the sum of the ET of the missing energy.
void setEz(float s)
Set the z component of the missing energy.
float calib0Component(unsigned int index) const
Get Calib0.
uint32_t roiWord() const
Get the ROI word.
void setRoiWord(uint32_t s)
Set the ROI word.
void setSumEtComponent(unsigned int index, float value)
Set SumEt.
float sumEtComponent(unsigned int index) const
Get SumEt.
float ezComponent(unsigned int index) const
Get the z component fo the energy of a component.
float sumE() const
Get the sum of the E of the missing energy.
void setSumEComponent(unsigned int index, float value)
Set SumE.
void setCalib1Component(unsigned int index, float value)
Set Calib1.
float calib1Component(unsigned int index) const
Get Calib1.
void setFlag(int s)
Set the status flag.
void setUsedChannelsComponent(unsigned int index, float value)
Set used Channels.
unsigned short usedChannelsComponent(unsigned int index) const
Get used Channels.
Class holding the Missing ET trigger fex results.
void setEyComponent(unsigned int index, float value)
Set the y component fo the energy of a component.
float eyComponent(unsigned int index) const
Get the y component fo the energy of a component.
float ey() const
Get the y component of the missing energy.
TrigMissingET_v1()
Defaut constructor.
float ez() const
Get the z component of the missing energy.
unsigned int getNumberOfComponents() const
Get the number of components.
void setEx(float s)
Set the x component of the missing energy.
void defineComponents(const std::vector< std::string > &componentNames)
Define each of the components by name.
void setSumEt(float s)
Set the sum of the ET of the missing energy.
const std::string & nameOfComponent(unsigned int index) const
Get the name of a component.
Base class for elements of a container that can have aux data.