]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG/CaloTrackCorrBase/AliNeutralMesonSelection.h
cosmetics
[u/mrichter/AliRoot.git] / PWG / CaloTrackCorrBase / AliNeutralMesonSelection.h
index 80795bd40fd2d30a1812f4b0f196260c1e793da3..44cc0fc3695711f542041d094bd97a376d16e755 100755 (executable)
@@ -2,7 +2,6 @@
 #define ALINEUTRALMESONSELECTION_H
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice     */
-/* $Id: AliNeutralMesonSelection.h 27413 2008-07-18 13:28:12Z gconesab $ */
 
 //_________________________________________________________________________
 // Class that contains methods to select candidate pairs to neutral meson 
@@ -156,7 +155,7 @@ class AliNeutralMesonSelection : public TObject {
   Float_t  fHistoIMMax ;                  // Maximum value of Invariant Mass histogram range
   Float_t  fHistoIMMin ;                  // Minimum value of Invariant Mass histogram range  
   
-  AliNeutralMesonSelection(const AliNeutralMesonSelection & g) ;               // cpy ctor
+  AliNeutralMesonSelection(              const AliNeutralMesonSelection & g) ; // cpy ctor
   AliNeutralMesonSelection & operator = (const AliNeutralMesonSelection & g) ; // cpy assignment
   
   ClassDef(AliNeutralMesonSelection,6)