14 #ifndef TGO4LISTCOND_H
15 #define TGO4LISTCOND_H
29 TGo4ListCond(
const char * name,
const char * title =
"Go4 list condition");
30 TGo4ListCond(
const char * name,
const char * title,
const Int_t num,
const Int_t * values);
31 TGo4ListCond(
const char * name,
const char * title,
const Int_t start,
const Int_t stop,
const Int_t step = 1);
35 virtual void SetValues(
const Int_t num,
const Int_t * values);
36 virtual void SetValues(
const Int_t start,
const Int_t stop,
const Int_t step);
40 virtual Bool_t
Test(Double_t value);
93 #endif // TGO4LISTCOND_H
void RemoveValue(UInt_t ix)
virtual Double_t GetXLow()
void InsertValue(UInt_t ix, Int_t val)
ClassDef(TGo4ListCond, 1)
Bool_t UpdateFrom(TGo4Condition *cond, Bool_t counts)
virtual Double_t GetYLow()
Int_t GetValue(UInt_t ix) const
void SetValue(UInt_t ix, Int_t val)
virtual Double_t GetXUp()
std::vector< Int_t > fxValues
void Resize(size_t newsize)
UInt_t GetNumValues() const
void PrintCondition(Bool_t full=kFALSE)
virtual Double_t GetYUp()