![]() |
ATLAS Offline Software
|
#include <SkimDecision.h>
Public Member Functions | |
| SkimDecision () | |
| Constructors. | |
| ~SkimDecision () | |
| const std::string & | getName () const |
| void | setName (const std::string &name) |
| bool | isAccepted () const |
| void | setIsAccepted (bool answer) |
Private Attributes | |
| std::string | m_name |
| bool | m_isAccepted |
Definition at line 15 of file SkimDecision.h.
| SkimDecision::SkimDecision | ( | ) |
|
inline |
Definition at line 37 of file SkimDecision.h.
|
inline |
Definition at line 25 of file SkimDecision.h.
|
inline |
Definition at line 28 of file SkimDecision.h.
| void SkimDecision::setIsAccepted | ( | bool | answer | ) |
Definition at line 22 of file SkimDecision.cxx.
| void SkimDecision::setName | ( | const std::string & | name | ) |
Definition at line 21 of file SkimDecision.cxx.
|
private |
Definition at line 33 of file SkimDecision.h.
|
private |
Definition at line 32 of file SkimDecision.h.