|
Cat
|
#include <include/Run.h>
Public Member Functions | |
| Run () | |
| Standard constructor. More... | |
| Run (std::vector< short >) | |
| Run (int, std::vector< short >) | |
| virtual | ~Run () |
| Destructor. More... | |
| void | decodeInfo () |
| unsigned long | number () |
| unsigned long | date () |
| void | setNumber (unsigned long run) |
| void | setSpy (std::vector< short >) |
| void | setDate (unsigned long date) |
| std::vector< int > | spyEvt () |
| std::vector< int > | spyChannel () |
| std::vector< short > | spyRaw () |
Public Attributes | |
| ClassDef(Run, 1) protected unsigned long | m_date |
| std::vector< short > | m_spyRaw |
| int | m_spySize |
| std::vector< int > | m_spyEvt |
| std::vector< int > | m_spyChannel |
| Run::Run | ( | ) |
Standard constructor.
| Run::Run | ( | std::vector< short > | spyInfo | ) |
| Run::Run | ( | int | run, |
| std::vector< short > | spyInfo | ||
| ) |
|
inline |
| void Run::decodeInfo | ( | ) |
Definition at line 66 of file Run.cpp.
References images::index, m_spyChannel, m_spyEvt, m_spyRaw, and m_spySize.
Referenced by setSpy().
|
inline |
|
inline |
|
inline |
Definition at line 37 of file Run.h.
References shell::run(), and setSpy().
| void Run::setSpy | ( | std::vector< short > | spyInfo | ) |
Definition at line 57 of file Run.cpp.
References decodeInfo(), m_spyRaw, and m_spySize.
Referenced by Run(), and setNumber().
|
inline |
Get accessor to member m_spyChannel
Definition at line 60 of file Run.h.
References m_spyChannel.
|
inline |
|
inline |
| ClassDef (Run,1) protected unsigned long Run::m_date |
| std::vector< int > Run::m_spyChannel |
Definition at line 78 of file Run.h.
Referenced by decodeInfo(), and spyChannel().
| std::vector< int > Run::m_spyEvt |
Definition at line 77 of file Run.h.
Referenced by decodeInfo(), and spyEvt().
| std::vector<short> Run::m_spyRaw |
Definition at line 75 of file Run.h.
Referenced by decodeInfo(), setSpy(), and spyRaw().
| int Run::m_spySize |
Definition at line 76 of file Run.h.
Referenced by ClassImp(), decodeInfo(), and setSpy().
1.8.13