 |
Belle II Software
release-05-01-25
|
31 class PXDInjectionBGTiming :
public TObject {
The PXDInjectionBGTiming class.
int m_triggerGate
PXD triggergate.
int getTriggerGate(void) const
Return trigger gate.
const std::vector< float > & getGatingStartTimes(void) const
Return vector of start times for gating.
void setGated(bool b)
Set flag that data was while detector was gated.
Abstract base class for different kinds of events.
PXDInjectionBGTiming()
Default constructor for the ROOT IO.
bool isGated() const
Return if data was recorded while detector was gated.
void setTriggerGate(int g)
Set trigger gate.
std::vector< float > m_gatingStartTimes
Start times for gating.
bool m_gated
Gated mode flag.