153 for (
Int_t i = 0; i < size; i++) {
159 for (
Int_t j = i + 1; j < size; j++) {
182 Error(
"GetNdata",
"a dimension is still negative!");
189 Int_t local_overall = 1;
195 local_overall *= index;
208 overall += local_overall;
245 default:
Error(
"Sync",
"Unexpected case!");
276 case 0:
fNdata = 1;
break;
298 for (
Int_t i = 0; i < size; i++) {
Array of integers (32 bits per element).
void Set(Int_t n)
Set size of this array to n ints.
void AddAt(Int_t c, Int_t i)
Add Int_t c at position i. Check for out of bounds.
TObject * UncheckedAt(Int_t i) const
virtual TObject * FindObject(const char *name) const
Find an object in this collection using its name.
Int_t GetLast() const
Return index of last object in array.
virtual TObject * Remove(TObject *obj)
Remove object from array.
Mother of all ROOT objects.
R__ALWAYS_INLINE Bool_t TestBit(UInt_t f) const
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.