61 #include "TTimeStamp.h" 221 case kBool: size +=
sizeof(Bool_t);
break;
222 case kChar: size +=
sizeof(Char_t);
break;
223 case kInt: size +=
sizeof(Int_t);
break;
224 case kUInt: size +=
sizeof(UInt_t);
break;
225 case kFloat: size +=
sizeof(Float_t);
break;
239 case kBool: str = (
fBool == kFALSE) ?
"FALSE" :
"TRUE";
break;
241 case kInt: str.Form(
"%d",
fInt);
break;
248 return Form(
"%s Timestamp: %s (%d)", str.Data(), TTimeStamp(
fTimeStamp).AsString(),
fTimeStamp);
printf("Chi2/npoints = %f\n", TMath::Sqrt(chi2/npoints))
virtual void Copy(TObject &c) const
AliDCSValue & operator=(const AliDCSValue &c)
const Char_t * ToString() const
#define AliError(message)
void Print(Option_t *) const