![]() |
ATLAS Offline Software
|
#include <TBMWPC.h>
Public Member Functions | |
| TBMWPC () | |
| TBMWPC (const std::string &thisBPCName) | |
| ~TBMWPC () | |
| void | setCPos (const std::vector< float > &signals) |
| void | setCErr (const std::vector< float > &errors) |
| void | setXchambers (bool isX) |
| void | setClusterSizeC (const std::vector< float > &clsize_c) |
| Set cluster size for c-direction. | |
| void | setCPosOverflow (const std::vector< bool > &overflow) |
| const std::vector< float > & | getCPos () const |
| const std::vector< float > & | getCErr () const |
| bool | isX () const |
| const std::vector< float > & | getClusterSizeC () const |
| Get cluster size for c-direction. | |
| const std::vector< bool > & | isCPosOverflow () const |
| virtual void | setDetectorName (std::string_view tbBeamDetectorName) |
| virtual void | setOverflow () |
| virtual void | setOverflow (bool overflow) |
| const std::string & | getDetectorName () const |
| bool | isOverflow () const |
| virtual void | resetOverflow () |
Protected Attributes | |
| bool | m_overflow |
| Detector Name. | |
Private Attributes | |
| std::vector< float > | m_cPos |
| std::vector< float > | m_cErr |
| bool | m_isX |
| std::vector< float > | m_clusterSize_c |
| half with of cluster (c) (cm) | |
| std::vector< bool > | m_cPosOverflow |
| std::string | m_tbDetectorName |
| TBMWPC::TBMWPC | ( | ) |
Definition at line 12 of file TBMWPC.cxx.
| TBMWPC::TBMWPC | ( | const std::string & | thisBPCName | ) |
Definition at line 18 of file TBMWPC.cxx.
| TBMWPC::~TBMWPC | ( | ) |
Definition at line 25 of file TBMWPC.cxx.
|
inline |
|
inline |
Get cluster size for c-direction.
Definition at line 74 of file TBMWPC.h.
|
inline |
|
inlineinherited |
Definition at line 62 of file TBBeamDetector.h.
|
inline |
|
inlineinherited |
Definition at line 65 of file TBBeamDetector.h.
|
inlinevirtualinherited |
|
inline |
|
inline |
Set cluster size for c-direction.
Definition at line 57 of file TBMWPC.h.
|
inline |
|
inline |
Definition at line 61 of file TBMWPC.h.
|
inlinevirtualinherited |
Definition at line 49 of file TBBeamDetector.h.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Reimplemented in TBMWPCRaw.
Definition at line 55 of file TBBeamDetector.h.
|
private |
|
protectedinherited |
Detector Name.
Definition at line 82 of file TBBeamDetector.h.
|
privateinherited |
Definition at line 77 of file TBBeamDetector.h.