#include <EPT.h>
|
| static const std::string | ScalerName = "EPT_Scalers" |
| |
|
| 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 |
| |
◆ EPT()
| EPT::EPT |
( |
double |
beamEnergy, |
|
|
const std::vector< Element_t > & |
elements_init |
|
) |
| |
|
protected |
◆ BuildMappings()
◆ GetElementFlags()
| virtual const ElementFlags_t& ant::expconfig::detector::EPT::GetElementFlags |
( |
unsigned |
channel | ) |
const |
|
inlineoverridevirtual |
◆ GetNChannels()
| virtual unsigned ant::expconfig::detector::EPT::GetNChannels |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetPhotonEnergy()
| virtual double ant::expconfig::detector::EPT::GetPhotonEnergy |
( |
unsigned |
channel | ) |
const |
|
inlineoverridevirtual |
◆ SetElementFlags()
| virtual void ant::expconfig::detector::EPT::SetElementFlags |
( |
unsigned |
channel, |
|
|
const ElementFlags_t & |
flags |
|
) |
| |
|
inlineoverridevirtual |
◆ elements
| std::vector<Element_t> ant::expconfig::detector::EPT::elements |
|
protected |
◆ ScalerName
| const std::string EPT::ScalerName = "EPT_Scalers" |
|
static |
The documentation for this struct was generated from the following files:
- src/expconfig/detectors/EPT.h
- src/expconfig/detectors/EPT.cc