 |
Belle II Software
release-05-01-25
|
14 #include <framework/datastore/RelationsObject.h>
100 #endif // ARICHINFO_H
void setntrack(double n_track)
Set number of tracks of this event.
double getvth_thscan() const
Get vth for thscan.
int m_n_hit
number of ARICHHits of this event
bool m_thscan_mode
Flag of threshold scan run
ClassDef(ARICHInfo, 3)
the class title
int gettrgtype() const
Get the trigger type.
void setvth_thscan(double vth_thscan)
Set vth for thscan mode.
void setnexthit(double n_exthit)
Set number of eligible ExtHits of this event.
int getntrack() const
Get number of tracks of this event.
double m_vth_thscan
vth value for thscan mode
int m_n_exthit
number of eligible ExtHits of this event
void setnhit(double n_hit)
Set number of ARICHHits of this event.
Abstract base class for different kinds of events.
int getnhit() const
Get number of ARICHHits of this event.
void settrgtype(int trgtype)
Set the trigger type.
Datastore class to keep ARICH event infomation e.g. trigger type.
RelationsInterface< TObject > RelationsObject
Provides interface for getting/adding relations to objects in StoreArrays.
void setthscan_mode(bool mode)
Set the threshold scan mode flag.
bool getthscan_mode() const
Get the threshold scan mode flag.
int m_trgtype
trigger type
int m_n_track
number of tracks of this event
int getnexthit() const
Get number of eligible ExtHits of this event.
ARICHInfo()
Empty constructor.