|
ATLAS Offline Software
|
Go to the documentation of this file.
22 std::vector<TrigMissingEtComponent> compVec;
41 compVec.push_back(
c );
65 persObj->
m_ex = transObj->
ex();
66 persObj->
m_ey = transObj->
ey();
67 persObj->
m_ez = transObj->
ez();
101 for (
unsigned int i=0;
i<
N; ++
i) {
short getStatus(unsigned int index) const
get status flag for component ‘index’
virtual void persToTrans(const TrigMissingET_p2 *persObj, TrigMissingET *transObj, MsgStream &log)
MET trigger slice components (auxiliary information for TrigMissingET)
unsigned short getUsedChannels(unsigned int index) const
get number of used channes in component ‘index’
void setEx(float ex)
set Ex component
float ex() const
Ex component of missing energy vector.
float sumE() const
sum of |E|
long RoIword() const
RoI word.
float ey() const
Ey component of missing energy vector.
std::vector< float > m_c_calib0
std::vector< float > m_c_ez
std::vector< short > m_c_status
float getEyComponent(unsigned int index) const
get Ey from component ‘index’
std::vector< float > m_c_sumE
unsigned int m_comp_number
Auxiliary information.
std::vector< unsigned short > m_c_usedChannels
void set_RoIword(long word)
set RoIword
void setFlag(int flag)
set event flag
void setSumEt(float ets)
set sum of |Et|
void setSumE(float sumE)
set sum of |E|
std::string getNameOfComponent(unsigned int index) const
get name of component ‘index’
std::vector< float > m_c_ex
float getComponentCalib1(unsigned int index) const
get scale for calibration of component ‘index’
float getExComponent(unsigned int index) const
get Ex from component ‘index’
std::vector< float > m_c_sumEt
int getFlag() const
event flag: 0 (default) means OK
float getComponentCalib0(unsigned int index) const
get constant term for calibration of component ‘index’
Class for LVL2/EF MissingET trigger.
std::vector< float > m_c_calib1
float getSumEtComponent(unsigned int index) const
get sum of |Et| from component ‘index’
std::vector< float > m_c_ey
std::vector< std::string > m_c_name
std::vector< short > m_c_sumOfSigns
float sumEt() const
sum of |Et|
void setEz(float ez)
set Ez component
float getEzComponent(unsigned int index) const
get Ez from component ‘index’
unsigned int getNumOfComponents() const
get number of auxiliary components
short getSumOfSigns(unsigned int index) const
get sum of energy signs for calibration of component ‘index’
virtual void transToPers(const TrigMissingET *transObj, TrigMissingET_p2 *persObj, MsgStream &log)
float ez() const
Ez component of missing energy vector.
float getSumEComponent(unsigned int index) const
get sum of |E| from component ‘index’
void setEy(float ey)
set Ey component
float m_ex
Basic information.