]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDCalibPedestal.h
Fixed coding convention issues as given by the automatic
[u/mrichter/AliRoot.git] / FMD / AliFMDCalibPedestal.h
index 7014ce1e995f9279753d3dd53a6bf4c9d68dabde..e6ae6cfcac2168561a54f985579447106de6da46 100644 (file)
@@ -35,28 +35,40 @@ public:
   AliFMDCalibPedestal();
   /** DTOR */
   ~AliFMDCalibPedestal() {}
-  /** Copy ctor 
-      @param o Object to copy from  */
+  /** 
+   * Copy ctor 
+   *
+   * @param o Object to copy from  
+   */
   AliFMDCalibPedestal(const AliFMDCalibPedestal& o);
-  /** Assignment 
-      @param o Object to assign from
-      @return Reference to this object   */
+  /** 
+   * Assignment 
+   *
+   * @param o Object to assign from
+   * @return Reference to this object   
+   */
   AliFMDCalibPedestal& operator=(const AliFMDCalibPedestal& o);
-  /** Set the values for a strip. 
-      @param det  Detector 
-      @param ring Ring 
-      @param sec  Sector 
-      @param str  Strip
-      @param ped  Value of pedestal 
-      @param pedW Width of pedestal */
+  /** 
+   * Set the values for a strip. 
+   * 
+   * @param det  Detector 
+   * @param ring Ring 
+   * @param sec  Sector 
+   * @param str  Strip
+   * @param ped  Value of pedestal 
+   * @param pedW Width of pedestal 
+   */
   void Set(UShort_t det, Char_t ring, UShort_t sec, UShort_t str, 
           Float_t ped, Float_t pedW);
-  /** Get pedestal for a strip. 
-      @param det  Detector 
-      @param ring Ring 
-      @param sec  Sector 
-      @param str  Strip
-      @return Pedestal for strip */  
+  /** 
+   * Get pedestal for a strip. 
+   *
+   * @param det  Detector 
+   * @param ring Ring 
+   * @param sec  Sector 
+   * @param str  Strip
+   * @return Pedestal for strip 
+   */  
   Float_t Value(UShort_t det, Char_t ring, UShort_t sec, UShort_t str);
   /** Get pedestal width for a strip. 
       @param det  Detector 
@@ -67,8 +79,9 @@ public:
   Float_t Width(UShort_t det, Char_t ring, UShort_t sec, UShort_t str);
 
   /**
-     Read information from file and set values
-     @param inFile inputFile
+   * Read information from file and set values
+   *
+   * @param inFile inputFile
    */
   Bool_t ReadFromFile(std::istream & inFile);
   /**