]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TUHKMgen/UHKM/GrandCanonical.h
Coding conventions (Ionut)
[u/mrichter/AliRoot.git] / TUHKMgen / UHKM / GrandCanonical.h
index 7f7e45bbc450f367c3c8678f4a4c534c4a27a8cc..a68f7d88f8c8459b2a7f8668f4564ff3432ff7fe 100644 (file)
@@ -1,10 +1,10 @@
-/*                                                                        
-                                                                            
-        Nikolai Amelin, Ludmila Malinina, Timur Pocheptsov (C) JINR/Dubna
-      amelin@sunhe.jinr.ru, malinina@sunhe.jinr.ru, pocheptsov@sunhe.jinr.ru 
-                           November. 2, 2005                                
-
-*/
+//////////////////////////////////////////////////////////////////////////////////       
+//                                                                              //
+//        Nikolai Amelin, Ludmila Malinina, Timur Pocheptsov (C) JINR/Dubna     //
+//      amelin@sunhe.jinr.ru, malinina@sunhe.jinr.ru, pocheptsov@sunhe.jinr.ru  //
+//                           November. 2, 2005                                  //
+//                                                                              //
+//////////////////////////////////////////////////////////////////////////////////
 
 #ifndef GRANDCANONICAL_H
 #define GRANDCANONICAL_H
@@ -46,15 +46,13 @@ class GrandCanonical {
 
  private:
 
-  Double_t    fTemperature;     
-  Double_t    fBaryonPotential;        
-  Double_t    fStrangePotential;
-  Double_t    fElectroPotential;
-
-  //  Number of terms for summation, if fNMax = 1 then 
-  //  Maxwell-Boltzmann distribution will be recovered
-  Int_t       fNMax;
-  Bool_t fInitialized;
+  Double_t    fTemperature;        // temperature
+  Double_t    fBaryonPotential;           // baryon chemical potential
+  Double_t    fStrangePotential;   // strangeness chemical potential
+  Double_t    fElectroPotential;   // electro chemical potential
+  
+  Int_t       fNMax;               //  Number of terms for summation, if fNMax = 1 then
+  Bool_t fInitialized;             // flag
 };
 
 #endif