]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG/CaloTrackCorrBase/AliIsolationCut.h
cosmetics
[u/mrichter/AliRoot.git] / PWG / CaloTrackCorrBase / AliIsolationCut.h
index 348dfa66a1b32ad48dc79f8af0d6eab465d59062..0fc53a18f75edf113377e938c23ac914ad57171b 100755 (executable)
@@ -2,7 +2,6 @@
 #define ALIISOLATIONCUT_H
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice     */
-/* $Id:  */
 
 //_________________________________________________________________________
 // Class containing methods for the isolation cut. 
@@ -10,11 +9,9 @@
 // is passed. Look in a cone around the candidate and study
 // the hadronic activity inside to decide if the candidate is isolated
 //
-//
-// 
 // -- Author: Gustavo Conesa (INFN-LNF)
-
-//-Yaxian Mao (add the possibility for different IC method with different pt range, 01/10/2010)
+//
+// -- Yaxian Mao (add the possibility for different IC method with different pt range, 01/10/2010)
 
 // --- ROOT system --- 
 #include <TObject.h>
@@ -24,6 +21,7 @@ class TObjArray ;
 class AliAODPWG4ParticleCorrelation ;
 class AliCaloTrackReader ;
 class AliCaloPID; 
+
 class AliIsolationCut : public TObject {
   
  public: 
@@ -83,7 +81,7 @@ class AliIsolationCut : public TObject {
   Int_t      fPartInCone;      // Type of particles inside cone:
                                // kNeutralAndCharged, kOnlyNeutral, kOnlyCharged
 
-  AliIsolationCut(const AliIsolationCut & g) ;               // cpy ctor
+  AliIsolationCut(              const AliIsolationCut & g) ; // cpy ctor
   AliIsolationCut & operator = (const AliIsolationCut & g) ; // cpy assignment
   
   ClassDef(AliIsolationCut,4)