]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTTask.h
code cleanup, documentation, placement of 'using' statements
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTTask.h
index fe77275e9d560a07771a0d6d8dbbf96413b27699..65b01bcd837af1fab5bcea126c7ec4e2cafc5c7f 100644 (file)
@@ -3,21 +3,15 @@
 
 #ifndef ALIHLTTASK_H
 #define ALIHLTTASK_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   AliHLTTask.h
-    @author Matthias Richter
-    @date   
-    @brief  base class for HLT tasks
-*/
-
-// see below for class documentation
-// or
-// refer to README to build package
-// or
-// visit http://web.ift.uib.no/~kjeks/doc/alice-hlt   
+///* This file is property of and copyright by the                          * 
+///* ALICE Experiment at CERN, All rights reserved.                         *
+///* See cxx source for full Copyright notice                               *
+
+/// @file   AliHLTTask.h
+/// @author Matthias Richter
+/// @date   
+/// @brief  base class for HLT tasks
+///
 
 #include <vector>
 #include <TObject.h>
@@ -26,6 +20,8 @@
 #include "AliHLTLogging.h"
 #include "AliHLTDataBuffer.h"
 
+using std::vector;
+
 struct AliHLTComponentBlockData;
 class AliHLTComponent;
 class AliHLTComponentHandler;