#include <TBMWPCRaw.h>
Definition at line 23 of file TBMWPCRaw.h.
◆ signal_type
◆ source_type
◆ SignalType
| Enumerator |
|---|
| tdcLeft | |
| tdcRight | |
| tdcDown | |
| tdcUp | |
Definition at line 43 of file TBMWPCRaw.h.
◆ TBMWPCRaw() [1/2]
◆ TBMWPCRaw() [2/2]
| TBMWPCRaw::TBMWPCRaw |
( |
std::string_view | thisBPCName | ) |
|
◆ ~TBMWPCRaw()
| TBMWPCRaw::~TBMWPCRaw |
( |
| ) |
|
◆ addCwireno()
| void TBMWPCRaw::addCwireno |
( |
int | cwire | ) |
|
|
inline |
Definition at line 60 of file TBMWPCRaw.h.
60 {
62 }
std::vector< int > m_cwireno
center wire number
◆ addNwires()
| void TBMWPCRaw::addNwires |
( |
int | nwire | ) |
|
|
inline |
Definition at line 68 of file TBMWPCRaw.h.
68 {
70 }
std::vector< int > m_nwires
the number of wires a cluster
◆ getCwireno()
| const std::vector< int > & TBMWPCRaw::getCwireno |
( |
| ) |
const |
|
inline |
Get the collection of the center wire number of a cluster.
Definition at line 86 of file TBMWPCRaw.h.
◆ getDetectorName()
| const std::string & TBBeamDetector::getDetectorName |
( |
| ) |
const |
|
inlineinherited |
◆ getNwires()
| const std::vector< int > & TBMWPCRaw::getNwires |
( |
| ) |
const |
|
inline |
Get the collection of the number of wire of a cluster.
Definition at line 90 of file TBMWPCRaw.h.
◆ isOverflow()
| bool TBBeamDetector::isOverflow |
( |
| ) |
const |
|
inlineinherited |
◆ isX()
| bool TBMWPCRaw::isX |
( |
| ) |
const |
|
inline |
◆ reset()
| void TBMWPCRaw::reset |
( |
| ) |
|
Definition at line 38 of file TBMWPCRaw.cxx.
39{
40
41
43
45
48}
std::vector< bool > m_overflowType
◆ resetOverflow()
| void TBMWPCRaw::resetOverflow |
( |
| ) |
|
|
virtual |
◆ setCwireno()
| void TBMWPCRaw::setCwireno |
( |
const std::vector< int > & | cwireno | ) |
|
|
inline |
Set the collection of the center wire number.
Definition at line 57 of file TBMWPCRaw.h.
◆ setDetectorName()
| virtual void TBBeamDetector::setDetectorName |
( |
std::string_view | tbBeamDetectorName | ) |
|
|
inlinevirtualinherited |
◆ setNwires()
| void TBMWPCRaw::setNwires |
( |
const std::vector< int > & | nwires | ) |
|
|
inline |
Set the collection of the number of wires in a cluster.
Definition at line 65 of file TBMWPCRaw.h.
◆ setOverflow() [1/2]
| void TBMWPCRaw::setOverflow |
( |
| ) |
|
|
virtual |
◆ setOverflow() [2/2]
| void TBMWPCRaw::setOverflow |
( |
bool | overflow | ) |
|
|
virtual |
◆ setXchambers()
| void TBMWPCRaw::setXchambers |
( |
bool | isX | ) |
|
|
inline |
◆ m_cwireno
| std::vector<int> TBMWPCRaw::m_cwireno |
|
private |
◆ m_isX
◆ m_nwires
| std::vector<int> TBMWPCRaw::m_nwires |
|
private |
the number of wires a cluster
Definition at line 114 of file TBMWPCRaw.h.
◆ m_overflow
| bool TBBeamDetector::m_overflow |
|
protectedinherited |
◆ m_overflowSetFlag
| bool TBMWPCRaw::m_overflowSetFlag |
|
private |
◆ m_overflowType
| std::vector<bool> TBMWPCRaw::m_overflowType |
|
private |
◆ m_tbDetectorName
| std::string TBBeamDetector::m_tbDetectorName |
|
privateinherited |
The documentation for this class was generated from the following files: