class TrigRslt : public TrigBase Trigger result class.
The trigger result object contains a trigger dependent list of data that describes the trigger. In the present implementation, the data list is a vector of double precision floats. Other trigger-dependent result classes may be defined based on the TrigBase class.
TrigRslt(const char* ID, const char* SubID=0, index_t nData=0, const param_t* DList=0)
TrigRslt(const TrigRslt& x)
virtual ~TrigRslt(void)
index_t getNData(void) const
const param_t& operator[](unsigned int i) const
param_t& operator[](unsigned int i)
TrigRslt& operator=(const TrigRslt& x)
std::ostream& write(std::ostream& out) const
std::ostream& print(std::ostream& out) const
alphabetic index hierarchy of classes
generated by doc++