![]() |
ATLAS Offline Software
|
Class holding the Missing ET trigger fex results. More...
#include <TrigMissingET_v1.h>
Public Member Functions | |
| TrigMissingET_v1 () | |
| Defaut constructor. | |
Basic Kinematic Property accessors | |
| float | ex () const |
| Get the x component of the missing energy. | |
| void | setEx (float s) |
| Set the x component of the missing energy. | |
| float | ey () const |
| Get the y component of the missing energy. | |
| void | setEy (float s) |
| Set the y component of the missing energy. | |
| float | ez () const |
| Get the z component of the missing energy. | |
| void | setEz (float s) |
| Set the z component of the missing energy. | |
| float | sumEt () const |
| Get the sum of the ET of the missing energy. | |
| void | setSumEt (float s) |
| Set the sum of the ET of the missing energy. | |
| float | sumE () const |
| Get the sum of the E of the missing energy. | |
| void | setSumE (float s) |
| Set the sum of the ET of the missing energy. | |
Status accessors | |
| int | flag () const |
| Get the status flag. | |
| void | setFlag (int s) |
| Set the status flag. | |
| uint32_t | roiWord () const |
| Get the ROI word. | |
| void | setRoiWord (uint32_t s) |
| Set the ROI word. | |
MissingET Component accessors | |
| void | defineComponents (const std::vector< std::string > &componentNames) |
| Define each of the components by name. | |
| void | setNameOfComponent (unsigned int index, const std::string &str) |
| Set the name of a component. | |
| const std::string & | nameOfComponent (unsigned int index) const |
| Get the name of a component. | |
| unsigned int | getNumberOfComponents () const |
| Get the number of components. | |
| void | setExComponent (unsigned int index, float value) |
| Set the x component fo the energy of a component. | |
| float | exComponent (unsigned int index) const |
| Get the x component fo the energy of a component. | |
| 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. | |
| void | setEzComponent (unsigned int index, float value) |
| Set the z component fo the energy of a component. | |
| float | ezComponent (unsigned int index) const |
| Get the z component fo the energy of a component. | |
| void | setSumEtComponent (unsigned int index, float value) |
| Set SumEt. | |
| float | sumEtComponent (unsigned int index) const |
| Get SumEt. | |
| void | setSumEComponent (unsigned int index, float value) |
| Set SumE. | |
| float | sumEComponent (unsigned int index) const |
| Get SumE. | |
| void | setCalib0Component (unsigned int index, float value) |
| Set Calib0. | |
| float | calib0Component (unsigned int index) const |
| Get Calib0. | |
| void | setCalib1Component (unsigned int index, float value) |
| Set Calib1. | |
| float | calib1Component (unsigned int index) const |
| Get Calib1. | |
| void | setSumOfSignsComponent (unsigned int index, float value) |
| Set SumOfSigns. | |
| float | sumOfSignsComponent (unsigned int index) const |
| Get SumOfSigns. | |
| void | setStatusComponent (unsigned int index, float value) |
| Set Status. | |
| short | statusComponent (unsigned int index) const |
| Get Status. | |
| 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.
A class that holds the missing ET vector for the trigger. It further contains a list of components.
Definition at line 32 of file TrigMissingET_v1.h.
| xAOD::TrigMissingET_v1::TrigMissingET_v1 | ( | ) |
Defaut constructor.
Definition at line 22 of file TrigMissingET_v1.cxx.
Get Calib0.
Definition at line 174 of file TrigMissingET_v1.cxx.
Get Calib1.
Definition at line 185 of file TrigMissingET_v1.cxx.
| void xAOD::TrigMissingET_v1::defineComponents | ( | const std::vector< std::string > & | componentNames | ) |
Define each of the components by name.
This must be called first or an exception will be thrown if an attempt is made to set any component of the missing ET below. The components are stored in the order they are given.
Definition at line 66 of file TrigMissingET_v1.cxx.
| float xAOD::TrigMissingET_v1::ex | ( | ) | const |
Get the x component of the missing energy.
Get the x component fo the energy of a component.
Definition at line 119 of file TrigMissingET_v1.cxx.
| float xAOD::TrigMissingET_v1::ey | ( | ) | const |
Get the y component of the missing energy.
Get the y component fo the energy of a component.
Definition at line 130 of file TrigMissingET_v1.cxx.
| float xAOD::TrigMissingET_v1::ez | ( | ) | const |
Get the z component of the missing energy.
Get the z component fo the energy of a component.
Definition at line 141 of file TrigMissingET_v1.cxx.
| int xAOD::TrigMissingET_v1::flag | ( | ) | const |
Get the status flag.
Get the number of components.
Definition at line 103 of file TrigMissingET_v1.cxx.
Get the name of a component.
Definition at line 108 of file TrigMissingET_v1.cxx.
| uint32_t xAOD::TrigMissingET_v1::roiWord | ( | ) | const |
Get the ROI word.
Set Calib1.
Definition at line 179 of file TrigMissingET_v1.cxx.
Set the x component fo the energy of a component.
Definition at line 113 of file TrigMissingET_v1.cxx.
Set the y component fo the energy of a component.
Definition at line 124 of file TrigMissingET_v1.cxx.
Set the z component fo the energy of a component.
Definition at line 135 of file TrigMissingET_v1.cxx.
Set the name of a component.
Definition at line 95 of file TrigMissingET_v1.cxx.
Set Status.
Definition at line 201 of file TrigMissingET_v1.cxx.
Set SumE.
Definition at line 157 of file TrigMissingET_v1.cxx.
Set SumEt.
Definition at line 146 of file TrigMissingET_v1.cxx.
Set SumOfSigns.
Definition at line 190 of file TrigMissingET_v1.cxx.
Set used Channels.
Definition at line 212 of file TrigMissingET_v1.cxx.
Get Status.
Definition at line 207 of file TrigMissingET_v1.cxx.
| float xAOD::TrigMissingET_v1::sumE | ( | ) | const |
Get the sum of the E of the missing energy.
Get SumE.
Definition at line 163 of file TrigMissingET_v1.cxx.
| float xAOD::TrigMissingET_v1::sumEt | ( | ) | const |
Get the sum of the ET of the missing energy.
Get SumEt.
Definition at line 152 of file TrigMissingET_v1.cxx.
Get SumOfSigns.
Definition at line 196 of file TrigMissingET_v1.cxx.
Get used Channels.
Definition at line 218 of file TrigMissingET_v1.cxx.