![]() |
ATLAS Offline Software
|
#include <JetEnergyResult.h>
Public Member Functions | |
| JetEnergyResult (Header &&, Trailer &&, std::vector< JetEnergyRoI > &&) | |
| JetEnergyResult () | |
| const Header & | header () const |
| const Trailer & | trailer () const |
| const std::vector< JetEnergyRoI > & | roIVec () const |
| const std::string | dump () const |
| dump raw object content to string More... | |
| const std::string | print (const bool longFormat=false) const |
| print object content in a human readable format to string More... | |
Private Attributes | |
| Header | m_JetEnergyResultHeader |
| header fragment in LVL1 eformat More... | |
| Trailer | m_JetEnergyResultTrailer |
| trailer fragment in LVL1 eformat More... | |
| std::vector< JetEnergyRoI > | m_JetEnergyResultRoIVec |
| raw data content (RoIs) More... | |
Definition at line 24 of file JetEnergyResult.h.
| ROIB::JetEnergyResult::JetEnergyResult | ( | Header && | head, |
| Trailer && | trail, | ||
| std::vector< JetEnergyRoI > && | roIVector | ||
| ) |
Definition at line 19 of file JetEnergyResult.cxx.
| ROIB::JetEnergyResult::JetEnergyResult | ( | ) |
Definition at line 25 of file JetEnergyResult.cxx.
| const std::string ROIB::JetEnergyResult::dump | ( | ) | const |
dump raw object content to string
method used for read/write testing and T/P separation
Definition at line 43 of file JetEnergyResult.cxx.
Definition at line 31 of file JetEnergyResult.cxx.
print object content in a human readable format to string
Definition at line 58 of file JetEnergyResult.cxx.
| const std::vector< JetEnergyRoI > & ROIB::JetEnergyResult::roIVec | ( | ) | const |
Definition at line 39 of file JetEnergyResult.cxx.
Definition at line 35 of file JetEnergyResult.cxx.
|
private |
header fragment in LVL1 eformat
Definition at line 47 of file JetEnergyResult.h.
|
private |
raw data content (RoIs)
Definition at line 49 of file JetEnergyResult.h.
|
private |
trailer fragment in LVL1 eformat
Definition at line 48 of file JetEnergyResult.h.
1.8.18