]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/AliSignal.h
01-feb-2003 NvE Memberfunction Info() renamed to Data() in various classes in order to
[u/mrichter/AliRoot.git] / RALICE / AliSignal.h
index 62bd7a8bab12b1e63924c08f09c17c45ed8dfbf0..5fdff6d8d54eedcae0982eba838ae135f6ad9f7b 100644 (file)
@@ -24,7 +24,7 @@ class AliSignal : public TObject,public AliPosition
   virtual void ResetSignals();                          // Reset all signal values and errors to 0
   virtual void ResetPosition();                         // Reset position and errors to 0
   virtual void Reset();                                 // Reset signal and pos. values and errors
-  void Info(TString f="car");                           // Print signal info for coord. frame f
+  void Data(TString f="car");                           // Print signal info for coord. frame f
   void SetName(TString name);                           // Set the name tag to indicate the kind of signal
   TString GetName();                                    // Provide the name tag indicating the kind of signal
   Int_t GetNvalues();                                   // Provide the number of signal values
@@ -35,6 +35,6 @@ class AliSignal : public TObject,public AliPosition
   TArrayF* fDsignal; // Errors on signal values
   TString fName;     // Name tag to identify the kind of signal
 
- ClassDef(AliSignal,3) // Handling of ALICE (extrapolated) signals.
+ ClassDef(AliSignal,4) // Handling of ALICE (extrapolated) signals.
 };
 #endif