]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDmcmSim.h
bug fix
[u/mrichter/AliRoot.git] / TRD / AliTRDmcmSim.h
index 4964c71598051f9d439e052a83f4cedf42210e53..6dd5890985dd4a0bf2b78fb2ee2d668d3b9210ec 100644 (file)
@@ -111,9 +111,9 @@ class AliTRDmcmSim : public TObject {
          void      Draw(Option_t* const option ="");         // draw data (ADC data, hits and tracklets)
 
   friend  std::ostream& operator<<(std::ostream &os, const AliTRDmcmSim &mcm); // data output using ostream (e.g. cout << mcm;)
-  static  ostream&  cfdat(ostream &os);                       // manipulator to activate cfdat output
-  static  ostream&  raw  (ostream &os);                       // manipulator to activate raw output
-  static  ostream&  text (ostream &os);                       // manipulator to activate text output
+  static  ostream&  Cfdat(ostream &os);                       // manipulator to activate cfdat output
+  static  ostream&  Raw  (ostream &os);                       // manipulator to activate raw output
+  static  ostream&  Text (ostream &os);                       // manipulator to activate text output
 
  protected:
          Bool_t    CheckInitialized() const;           // Check whether the class is initialized