![]() |
ATLAS Offline Software
|
#include "TrigMissingEtEvent/TrigMissingET.h"#include "TrigMissingEtEvent/TrigMissingEtComponent.h"#include "CxxUtils/StrFormat.h"#include "GaudiKernel/MsgStream.h"#include <stdio.h>#include <string.h>Go to the source code of this file.
Functions | |
| bool | operator== (const TrigMissingET &a, const TrigMissingET &b) |
| Operator comparing two objects for equality. | |
| std::string | str (const TrigMissingET &a) |
| conversion to formatted string: multi-line! | |
| MsgStream & | operator<< (MsgStream &m, const TrigMissingET &d) |
| void | diff (const TrigMissingET &a, const TrigMissingET &b, std::map< std::string, double > &variableChange) |
| Comparison with feedback. | |
| void diff | ( | const TrigMissingET & | a, |
| const TrigMissingET & | b, | ||
| std::map< std::string, double > & | variableChange ) |
Comparison with feedback.
Definition at line 335 of file TrigMissingET.cxx.
| MsgStream & operator<< | ( | MsgStream & | m, |
| const TrigMissingET & | d ) |
/** set name of component index' */ void setNameOfComponent(unsigned int index, const char* str); /** set Ex for component index' */ void setExComponent(unsigned int index, float value); /** set Ey for component index' */ void setEyComponent(unsigned int index, float value); /** set Ez for component index' */ void setEzComponent(unsigned int index, float value); /** set sum of |Et| for component index' */ void setSumEtComponent(unsigned int index, float value); /** set sum of |E| for component index' */ void setSumEComponent(unsigned int index, float value); /** set constant term for calibration of component index' */ void setComponentCalib0(unsigned int index, float value); /** set scale for calibration of component index' */ void setComponentCalib1(unsigned int index, float value); /** set sum of energy signs for calibration of component index' */ void setSumOfSigns(unsigned int index, short value); /** set number of used channels in component index' */ void setUsedChannels(unsigned int index, unsigned short value); /** set status flag of component `index' */ void setStatus(unsigned int index, short value);
/** formatted output
Definition at line 329 of file TrigMissingET.cxx.
| bool operator== | ( | const TrigMissingET & | a, |
| const TrigMissingET & | b ) |
Operator comparing two objects for equality.
Definition at line 234 of file TrigMissingET.cxx.
| std::string str | ( | const TrigMissingET & | a | ) |
conversion to formatted string: multi-line!
Definition at line 285 of file TrigMissingET.cxx.