]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/EVE/AliHLTEveISDD.h
minor coverity defect: correcting argument of assignment operator; updated file docum...
[u/mrichter/AliRoot.git] / HLT / EVE / AliHLTEveISDD.h
index ec06cd82e68c450206d298bf5148a1f47b9236ed..1625623a058401af678214f988caf846de3a45ee 100644 (file)
@@ -1,14 +1,15 @@
-/* This file is property of and copyright by the ALICE HLT Project        *
- * ALICE Experiment at CERN, All rights reserved.                         *
- * See cxx source for full Copyright notice                               */
+//-*- Mode: C++ -*-
+// $Id$
+#ifndef ALIHLTEVEISDD_H
+#define ALIHLTEVEISDD_H
+//* This file is property of and copyright by the ALICE HLT Project        * 
+//* ALICE Experiment at CERN, All rights reserved.                         *
+//* See cxx source for full Copyright notice                               *
 
-/// @file   AliHLTEveCalo.h
+/// @file   AliHLTEveISDD.h
 /// @author Svein Lindal
 /// @brief  ISDD Instance of Eve display processor
 
-#ifndef ALIHLTEVEISDD_H
-#define ALIHLTEVEISDD_H
-
 #include "AliHLTEveITS.h"
 
 
@@ -27,7 +28,7 @@ private:
   /** copy constructor prohibited */
   AliHLTEveISDD(const AliHLTEveISDD&);
   /** assignment operator prohibited */
-  AliHLTEveISDD& operator = (const AliHLTEveISDD );
+  AliHLTEveISDD& operator = (const AliHLTEveISDD& );
 
   /** Inherited from AliHLTEveITS */
   void SetUpPointSet(TEvePointSet* ps);