20#include <hipo4/bank.h>
33 long getCategory() const noexcept{
return getLong(_cat_order,0); }
34 float getStartTime() const noexcept{
return getFloat(_st_order,0); }
long getCategory() const noexcept
Definition ftbevent.h:33
void setBankEntry(int ind)
Definition ftbevent.h:36
ftbevent(hipo::schema __schema)
Definition ftbevent.cpp:12
float getStartTime() const noexcept
Definition ftbevent.h:34
virtual ~ftbevent()=default
void notify() final
Definition ftbevent.h:43
void setEntry(int ind) const
Definition ftbevent.h:35
Definition calextras.cpp:10
std::unique_ptr< clas12::ftbevent > ftbevent_uptr
Definition ftbevent.h:56
clas12::ftbevent * ftbevent_ptr
Definition ftbevent.h:55