#include <TTUGlobalSignal.h>
Public Member Functions | |
void | clear () |
Destructor. More... | |
TTUGlobalSignal () | |
Standard constructor. More... | |
TTUGlobalSignal (std::map< int, TTUInput * > *) | |
virtual | ~TTUGlobalSignal () |
Destructor. More... | |
Public Member Functions inherited from RPCInputSignal | |
virtual | ~RPCInputSignal () |
Public Attributes | |
std::map< int, TTUInput * > * | m_wheelmap |
Definition at line 16 of file TTUGlobalSignal.h.
|
inline |
Standard constructor.
Definition at line 19 of file TTUGlobalSignal.h.
References ~TTUGlobalSignal().
TTUGlobalSignal::TTUGlobalSignal | ( | std::map< int, TTUInput * > * | in | ) |
Definition at line 17 of file TTUGlobalSignal.cc.
References recoMuon::in, and m_wheelmap.
|
virtual |
Destructor.
Definition at line 25 of file TTUGlobalSignal.cc.
References m_wheelmap, and NULL.
Referenced by TTUGlobalSignal().
|
inlinevirtual |
std::map< int, TTUInput* >* TTUGlobalSignal::m_wheelmap |
Definition at line 25 of file TTUGlobalSignal.h.
Referenced by TTUGlobalSignal(), and ~TTUGlobalSignal().