]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/EVE/AliHLTEveEmcal.h
minor coverity defect: correcting argument of assignment operator; updated file docum...
[u/mrichter/AliRoot.git] / HLT / EVE / AliHLTEveEmcal.h
index 144991f8864a7013cd9ddc4220b6f8a3d7c1831a..8da5f669cc73e22ffc7485624b7e1dea41619ff4 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 ALIHLTEVEEMCAL_H
+#define ALIHLTEVEEMCAL_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   AliHLTEveEmcal.h
 /// @author Svein Lindal
 /// @brief  EMCAL Instance of Eve display processor
 
-#ifndef ALIHLTEVEEMCAL_H
-#define ALIHLTEVEEMCAL_H
-
 #include "AliESDEvent.h"
 #include "AliHLTEveCalo.h"
 
@@ -31,7 +32,7 @@ private:
   /** copy constructor prohibited */
   AliHLTEveEmcal(const AliHLTEveEmcal&);
   /** assignment operator prohibited */
-  AliHLTEveEmcal& operator = (const AliHLTEveEmcal );
+  AliHLTEveEmcal& operator = (const AliHLTEveEmcal& );
 
   void AddClusters(Float_t * pos, Int_t module, Float_t energy);