ATLAS Offline Software
|
#include <TBBPCCont_p1.h>
Public Types | |
typedef double | signal_type |
Public Attributes | |
std::vector< signal_type > | m_xPos |
std::vector< signal_type > | m_yPos |
std::vector< signal_type > | m_xErr |
std::vector< signal_type > | m_yErr |
std::vector< signal_type > | m_xPulse |
std::vector< signal_type > | m_yPulse |
std::vector< short > | m_hitnumber |
std::vector< bool > | m_xPosOverflow |
std::vector< bool > | m_yPosOverflow |
std::vector< bool > | m_xPulseOverflow |
std::vector< bool > | m_yPulseOverflow |
std::vector< bool > | m_overflowSetFlag |
std::vector< std::string > | m_tbDetectorName |
std::vector< bool > | m_overflow |
Definition at line 14 of file TBBPCCont_p1.h.
typedef double TBBPCCont_p1::signal_type |
Definition at line 19 of file TBBPCCont_p1.h.
std::vector< short > TBBPCCont_p1::m_hitnumber |
Definition at line 29 of file TBBPCCont_p1.h.
std::vector< bool > TBBPCCont_p1::m_overflow |
Definition at line 38 of file TBBPCCont_p1.h.
std::vector< bool > TBBPCCont_p1::m_overflowSetFlag |
Definition at line 35 of file TBBPCCont_p1.h.
std::vector< std::string > TBBPCCont_p1::m_tbDetectorName |
Definition at line 37 of file TBBPCCont_p1.h.
std::vector< signal_type > TBBPCCont_p1::m_xErr |
Definition at line 23 of file TBBPCCont_p1.h.
std::vector< signal_type > TBBPCCont_p1::m_xPos |
Definition at line 22 of file TBBPCCont_p1.h.
std::vector< bool > TBBPCCont_p1::m_xPosOverflow |
Definition at line 32 of file TBBPCCont_p1.h.
std::vector< signal_type > TBBPCCont_p1::m_xPulse |
Definition at line 26 of file TBBPCCont_p1.h.
std::vector< bool > TBBPCCont_p1::m_xPulseOverflow |
Definition at line 33 of file TBBPCCont_p1.h.
std::vector< signal_type > TBBPCCont_p1::m_yErr |
Definition at line 23 of file TBBPCCont_p1.h.
std::vector< signal_type > TBBPCCont_p1::m_yPos |
Definition at line 22 of file TBBPCCont_p1.h.
std::vector< bool > TBBPCCont_p1::m_yPosOverflow |
Definition at line 32 of file TBBPCCont_p1.h.
std::vector< signal_type > TBBPCCont_p1::m_yPulse |
Definition at line 26 of file TBBPCCont_p1.h.
std::vector< bool > TBBPCCont_p1::m_yPulseOverflow |
Definition at line 33 of file TBBPCCont_p1.h.