]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG3/hfe/AliHFEdca.h
Adding Id to PWG3 classes for better tracking of the coverity defect fixes (Ivana)
[u/mrichter/AliRoot.git] / PWG3 / hfe / AliHFEdca.h
index 697606ad47aa60975ed4688b511a46b117005d71..3b27338763cfad09020c41bed71a7d5f21030f8c 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef ALIHFEDCA_H
+#define ALIHFEDCA_H
+
 /**************************************************************************
 * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
 *                                                                        *
@@ -12,6 +15,9 @@
 * about the suitability of this software for any purpose. It is          *
 * provided "as is" without express or implied warranty.                  *
 **************************************************************************/
+
+/* $Id$ */ 
+
 //
 // Class for checking impact parameter (DCA) study 
 // + study DCA in rphi (xy) and z
@@ -20,9 +26,6 @@
 // + add plugin for primary vertex 
 //
 
-#ifndef ALIHFEDCA_H
-#define ALIHFEDCA_H
-
 #ifndef ROOT_TObject
 #include <TObject.h>
 #endif