Functions | |
| Bool_t | IsDefault (Float_t intval) |
| Bool_t | IsDefault (Int_t intval) |
| Bool_t | IsDefault (UInt_t intval) |
| Bool_t | IsDefault (Double_t intval) |
| Bool_t | IsDefault (Bool_t intval) |
Variables | |
| const Float_t | kFloat = -9999.99 |
| const Int_t | kInt = -9999 |
| const UInt_t | kUInt = 9999 |
| const Double_t | kDouble = -9999.99 |
| const Bool_t | kBool = false |
|
|
|
Definition at line 27 of file ANtpDefaultValue.cxx. 00028 {
00029 return (TMath::Abs(dval - kDouble) < 1e-4);
00030 }
|
|
|
Definition at line 22 of file ANtpDefaultValue.cxx. 00023 {
00024 return (uival == kUInt);
00025 }
|
|
|
Definition at line 17 of file ANtpDefaultValue.cxx. 00018 {
00019 return (ival == kInt);
00020 }
|
|
|
Definition at line 12 of file ANtpDefaultValue.cxx. Referenced by ANtpInfoObjectFillerNC::FillCrossOverInformation(). 00013 {
00014 return (TMath::Abs(fval - kFloat) < 1e-4);
00015 }
|
|
|
Definition at line 33 of file ANtpDefaultValue.h. |
|
|
Definition at line 32 of file ANtpDefaultValue.h. |
|
|
Definition at line 29 of file ANtpDefaultValue.h. |
|
|
Definition at line 30 of file ANtpDefaultValue.h. |
|
|
Definition at line 31 of file ANtpDefaultValue.h. |
1.3.9.1