#include <CMMEtSums_v1.h>
Public Member Functions | |
| 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 |
| get etVec - et for all time slices | |
| 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 |
| 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
| const std::vector<unsigned int>& xAOD::CMMEtSums_v1::EtVec | ( | ) | const [inline] |
Backwards Compatibility with Trigger/TrigT1/TrigT1CaloEvent Run1 EDM did not strictly follow camelCaseNotation See above for description
| const std::vector<unsigned int>& xAOD::CMMEtSums_v1::etVec | ( | ) | const |
get etVec - et for all time slices
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
1.6.1