![]() |
ATLAS Offline Software
|
Description of CMMEtSums_v1. More...
#include <CMMEtSums_v1.h>
Public Member Functions | |
| CMMEtSums_v1 () | |
| int | crate () const |
| get crate number | |
| void | setCrate (int) |
| set crate number | |
| int | dataID () const |
| get dataID | |
| void | setDataID (int) |
| set dataID | |
| int | peak () const |
| get peak | |
| void | setPeak (int) |
| set peak | |
| const std::vector< unsigned int > & | etVec () const |
| Please note that in the context of CMMEtSums, et is total energy, not transverse energy For transverse energy, please use Pythagoras' theorem on ex and ey. | |
| void | setEtVec (const std::vector< unsigned int > &) |
| set etVec - et for all time slices | |
| const std::vector< unsigned int > & | exVec () const |
| get exVec - ex for all time slices | |
| void | setExVec (const std::vector< unsigned int > &) |
| set exVec - ex for all time slices | |
| const std::vector< unsigned int > & | eyVec () const |
| get eyVec - ey for all time slices | |
| void | setEyVec (const std::vector< unsigned int > &) |
| set eyVec - ey for all time slices | |
| const std::vector< int > & | etErrorVec () const |
| get etErrorVec - et Error for all time slices | |
| void | setEtErrorVec (const std::vector< int > &) |
| set etErrorVec - et Error for all time slices | |
| const std::vector< int > & | exErrorVec () const |
| get exErrorVec - ex Error for all time slices | |
| void | setExErrorVec (const std::vector< int > &) |
| set exErrorVec - ex Error for all time slices | |
| const std::vector< int > & | eyErrorVec () const |
| get eyErrorVec - ey Error for all time slices | |
| void | setEyErrorVec (const std::vector< int > &) |
| set eyErrorVec - ey Error for all time slices | |
| void | addEt (const std::vector< unsigned int > &Et, const std::vector< int > &EtError) |
| void | addEx (const std::vector< unsigned int > &Ex, const std::vector< int > &ExError) |
| void | addEy (const std::vector< unsigned int > &Ey, const std::vector< int > &EyError) |
| unsigned int | et () const |
| unsigned int | ex () const |
| unsigned int | ey () const |
| int | etError () const |
| int | exError () const |
| int | eyError () const |
| const std::vector< unsigned int > & | EtVec () const |
| Backwards Compatibility with Trigger/TrigT1/TrigT1CaloEvent Run1 EDM did not strictly follow camelCaseNotation See above for description. | |
| const std::vector< unsigned int > & | ExVec () const |
| const std::vector< unsigned int > & | EyVec () const |
| const std::vector< int > & | EtErrorVec () const |
| const std::vector< int > & | ExErrorVec () const |
| const std::vector< int > & | EyErrorVec () const |
| unsigned int | Et () const |
| unsigned int | Ex () const |
| unsigned int | Ey () const |
| int | EtError () const |
| int | ExError () const |
| int | EyError () const |
Description of CMMEtSums_v1.
Definition at line 23 of file CMMEtSums_v1.h.
| xAOD::CMMEtSums_v1::CMMEtSums_v1 | ( | ) |
Definition at line 18 of file CMMEtSums_v1.cxx.
| void xAOD::CMMEtSums_v1::addEt | ( | const std::vector< unsigned int > & | Et, |
| const std::vector< int > & | EtError ) |
Definition at line 33 of file CMMEtSums_v1.cxx.
| void xAOD::CMMEtSums_v1::addEx | ( | const std::vector< unsigned int > & | Ex, |
| const std::vector< int > & | ExError ) |
Definition at line 39 of file CMMEtSums_v1.cxx.
| void xAOD::CMMEtSums_v1::addEy | ( | const std::vector< unsigned int > & | Ey, |
| const std::vector< int > & | EyError ) |
Definition at line 45 of file CMMEtSums_v1.cxx.
| int xAOD::CMMEtSums_v1::crate | ( | ) | const |
get crate number
| int xAOD::CMMEtSums_v1::dataID | ( | ) | const |
get dataID
Definition at line 105 of file CMMEtSums_v1.h.
Definition at line 51 of file CMMEtSums_v1.cxx.
|
inline |
Definition at line 108 of file CMMEtSums_v1.h.
| int xAOD::CMMEtSums_v1::etError | ( | ) | const |
Definition at line 66 of file CMMEtSums_v1.cxx.
Definition at line 102 of file CMMEtSums_v1.h.
get etErrorVec - et Error for all time slices
Backwards Compatibility with Trigger/TrigT1/TrigT1CaloEvent Run1 EDM did not strictly follow camelCaseNotation See above for description.
Definition at line 99 of file CMMEtSums_v1.h.
Please note that in the context of CMMEtSums, et is total energy, not transverse energy For transverse energy, please use Pythagoras' theorem on ex and ey.
get etVec - et for all time slices
Definition at line 106 of file CMMEtSums_v1.h.
Definition at line 56 of file CMMEtSums_v1.cxx.
|
inline |
Definition at line 109 of file CMMEtSums_v1.h.
| int xAOD::CMMEtSums_v1::exError | ( | ) | const |
Definition at line 71 of file CMMEtSums_v1.cxx.
Definition at line 103 of file CMMEtSums_v1.h.
get exErrorVec - ex Error for all time slices
Definition at line 100 of file CMMEtSums_v1.h.
get exVec - ex for all time slices
Definition at line 107 of file CMMEtSums_v1.h.
Definition at line 61 of file CMMEtSums_v1.cxx.
|
inline |
Definition at line 110 of file CMMEtSums_v1.h.
| int xAOD::CMMEtSums_v1::eyError | ( | ) | const |
Definition at line 76 of file CMMEtSums_v1.cxx.
Definition at line 104 of file CMMEtSums_v1.h.
get eyErrorVec - ey Error for all time slices
Definition at line 101 of file CMMEtSums_v1.h.
get eyVec - ey for all time slices
| int xAOD::CMMEtSums_v1::peak | ( | ) | const |
get peak
| void xAOD::CMMEtSums_v1::setCrate | ( | int | ) |
set crate number
| void xAOD::CMMEtSums_v1::setDataID | ( | int | ) |
set dataID
set etErrorVec - et Error for all time slices
set etVec - et for all time slices
set exErrorVec - ex Error for all time slices
set exVec - ex for all time slices
set eyErrorVec - ey Error for all time slices
set eyVec - ey for all time slices
| void xAOD::CMMEtSums_v1::setPeak | ( | int | ) |
set peak