Holds error values from various subdetectors. More...
#include <DetectorErrors.hh>
Public Member Functions | |
DetectorErrors (unsigned int pix, unsigned int sct, unsigned int trt, unsigned int lar, unsigned int tile, unsigned int muon, unsigned int forward) | |
unsigned int | pixel () const |
Pixel detector error. | |
unsigned int | sct () const |
SCT error. | |
unsigned int | trt () const |
TRT error. | |
unsigned int | lar () const |
Liquid argon error. | |
unsigned int | tile () const |
Tile calorimeter error. | |
unsigned int | muon () const |
Muon detector error. | |
unsigned int | forward () const |
Forward calorimeter error. |
Holds error values from various subdetectors.
Definition at line 13 of file DetectorErrors.hh.
ForIA::DetectorErrors::DetectorErrors | ( | unsigned int | pix, |
unsigned int | sct, | ||
unsigned int | trt, | ||
unsigned int | lar, | ||
unsigned int | tile, | ||
unsigned int | muon, | ||
unsigned int | forward | ||
) |
Constructor. Takes error values
Definition at line 5 of file DetectorErrors.cxx.
unsigned int ForIA::DetectorErrors::forward | ( | ) | const |
Forward calorimeter error.
Definition at line 41 of file DetectorErrors.cxx.
unsigned int ForIA::DetectorErrors::lar | ( | ) | const |
Liquid argon error.
Definition at line 29 of file DetectorErrors.cxx.
unsigned int ForIA::DetectorErrors::muon | ( | ) | const |
Muon detector error.
Definition at line 37 of file DetectorErrors.cxx.
unsigned int ForIA::DetectorErrors::pixel | ( | ) | const |
Pixel detector error.
Definition at line 17 of file DetectorErrors.cxx.
unsigned int ForIA::DetectorErrors::sct | ( | ) | const |
SCT error.
Definition at line 21 of file DetectorErrors.cxx.
unsigned int ForIA::DetectorErrors::tile | ( | ) | const |
Tile calorimeter error.
Definition at line 33 of file DetectorErrors.cxx.
unsigned int ForIA::DetectorErrors::trt | ( | ) | const |
TRT error.
Definition at line 25 of file DetectorErrors.cxx.