#include <TAPSVeto.h>
|
| enum | Type_t : std::uint8_t {
Type_t::Trigger,
Type_t::Tagger,
Type_t::TaggerMicro,
Type_t::EPT,
Type_t::Moeller,
Type_t::PairSpec,
Type_t::CB,
Type_t::PID,
Type_t::MWPC0,
Type_t::MWPC1,
Type_t::TAPS,
Type_t::TAPSVeto,
Type_t::Cherenkov,
Type_t::Raw
} |
| |
| enum | ElementFlag_t {
ElementFlag_t::Missing,
ElementFlag_t::Broken,
ElementFlag_t::BadTDC,
ElementFlag_t::NoCalibFill,
ElementFlag_t::NoCalibUseDefault
} |
| |
| using | ElementFlags_t = bitflag< ElementFlag_t, 16 > |
| |
| static const char * | ToString (const Type_t &type) |
| |
| static Type_t | FromString (const std::string &str) |
| |
| const Type_t | Type |
| |
◆ TAPSVeto_Element_t
◆ TAPSVeto()
| ant::expconfig::detector::TAPSVeto::TAPSVeto |
( |
bool |
cherenkovInstalled, |
|
|
bool |
pizzaInstalled, |
|
|
const std::vector< BaF2_Element_t > & |
BaF2s, |
|
|
const std::vector< PbWO4_Element_t > & |
PbWO4s |
|
) |
| |
|
inlineprotected |
◆ BuildMappings()
◆ GetElementDiameter()
| double ant::expconfig::detector::TAPSVeto::GetElementDiameter |
( |
| ) |
const |
|
inline |
Get a rough diameter containing the veto element.
- Returns
- diameter in cm
- Note
- Roughly estimated by looking at a dummy TAPS element
◆ GetElementFlags()
| virtual const ElementFlags_t& ant::expconfig::detector::TAPSVeto::GetElementFlags |
( |
unsigned |
channel | ) |
const |
|
inlineoverridevirtual |
◆ GetNChannels()
| virtual unsigned ant::expconfig::detector::TAPSVeto::GetNChannels |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetPosition()
| virtual vec3 ant::expconfig::detector::TAPSVeto::GetPosition |
( |
unsigned |
channel | ) |
const |
|
inlineoverridevirtual |
◆ GetZPosition()
| double TAPSVeto::GetZPosition |
( |
| ) |
const |
|
virtual |
GetZPosition distance of front face from center of target.
- Returns
- distance in centimeters
◆ IsPbWO4()
| bool TAPSVeto::IsPbWO4 |
( |
const unsigned |
channel | ) |
const |
◆ SetElementFlags()
| virtual void ant::expconfig::detector::TAPSVeto::SetElementFlags |
( |
unsigned |
channel, |
|
|
const ElementFlags_t & |
flags |
|
) |
| |
|
inlineoverridevirtual |
◆ NSectors
| constexpr unsigned ant::expconfig::detector::TAPSVeto::NSectors = 6 |
|
staticprotected |
The documentation for this struct was generated from the following files: