#include <MissingETAssociationHelper.h>
◆ MissingETAssociationHelper() [1/3]
| MissingETAssociationHelper::MissingETAssociationHelper |
( |
| ) |
|
◆ MissingETAssociationHelper() [2/3]
◆ MissingETAssociationHelper() [3/3]
◆ ~MissingETAssociationHelper()
| MissingETAssociationHelper::~MissingETAssociationHelper |
( |
| ) |
|
|
virtual |
◆ getObjSelectionFlags()
Return object selection bitmask for the given association.
Definition at line 58 of file MissingETAssociationHelper.cxx.
60 if(!assoc)
throw std::runtime_error(
"MissingETAssociationHelper::getObjSelectionFlags received a null pointer");
◆ map()
◆ objSelected() [1/2]
Test if object is selected for MET calculation.
Definition at line 52 of file MissingETAssociationHelper.cxx.
54 if(!assoc)
throw std::runtime_error(
"MissingETAssociationHelper::objSelected received a null pointer");
◆ objSelected() [2/2]
Test if object is selected for MET calculation.
Definition at line 43 of file MissingETAssociationHelper.cxx.
45 if(!assoc)
throw std::runtime_error(
"MissingETAssociationHelper::objSelected received a null pointer");
◆ resetObjSelectionFlags()
| void xAOD::MissingETAssociationHelper::resetObjSelectionFlags |
( |
| ) |
|
|
inline |
◆ setObjSelectionFlag() [1/2]
Flag object as selected for MET calculation.
Definition at line 37 of file MissingETAssociationHelper.cxx.
39 if(!assoc)
throw std::runtime_error(
"MissingETAssociationHelper::setObjSelectionFlag received a null pointer");
◆ setObjSelectionFlag() [2/2]
Flag object as selected for MET calculation.
Definition at line 28 of file MissingETAssociationHelper.cxx.
30 if(!assoc)
throw std::runtime_error(
"MissingETAssociationHelper::setObjSelectionFlag received a null pointer");
◆ m_map
◆ m_useObjectFlags
The documentation for this class was generated from the following files: