]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG3/hfe/AliHFEtools.h
Updates + addition of EMCal
[u/mrichter/AliRoot.git] / PWG3 / hfe / AliHFEtools.h
index b4c84781285638d612590b4a4dca00b2f6dbae80..d73380d032b392fced91435d344202d1ae66efb9 100644 (file)
@@ -1,6 +1,3 @@
-#ifndef ALIHFETOOLS_H
-#define ALIHFETOOLS_H
-
 /**************************************************************************
 * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
 *                                                                        *
 * about the suitability of this software for any purpose. It is          *
 * provided "as is" without express or implied warranty.                  *
 **************************************************************************/
-
-/* $Id$ */ 
-
 //
 // Toolkit containing various usefull things
 // Usable everywhere in the hfe software package
 // For more information see the cxx file
 //
+#ifndef ALIHFETOOLS_H
+#define ALIHFETOOLS_H
+
 #include <TObject.h>
 
 class TParticle;
@@ -49,6 +46,8 @@ class AliHFEtools : public TObject{
     static void SetLogLevel(Int_t loglevel) { fgLogLevel = loglevel ;}
 
   private:
+      AliHFEtools(const AliHFEtools &);
+      AliHFEtools &operator=(const AliHFEtools &);
       static AliESDpid *fgDefaultPID;           // Default PID object
       static AliAODpidUtil *fgDefaultPIDaod;    // Default PID object
       static Int_t fgLogLevel;                  // Log Level