]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TRD/AliHLTTRDClusterizerComponent.h
Coverity fixes
[u/mrichter/AliRoot.git] / HLT / TRD / AliHLTTRDClusterizerComponent.h
index be09319e3a6b36c30f4233b1ef75c1418639163e..0abba09d6ce7a822fba1fc8053e8d97e2d6c6965 100644 (file)
@@ -8,7 +8,7 @@
 //* See cxx source for full Copyright notice                               *
 
 /** @file   AliHLTTRDClusterizerComponent.h
-    @author 
+    @author Theodor Rascanu
     @date   
     @brief  Declaration of a TRDClusterizer component.
 */
@@ -45,6 +45,7 @@ public:
   int GetOutputDataTypes(AliHLTComponentDataTypeList& tgtList);
   virtual void GetOutputDataSize( unsigned long& constBase, double& inputMultiplier );
   AliHLTComponent* Spawn();
+  void GetOCDBObjectDescription(TMap* const targetMap);
        
 protected:
        
@@ -63,7 +64,7 @@ protected:
   using AliHLTProcessor::DoEvent;
 
   int Configure(const char* arguments);
-  int SetParams();
+  virtual int SetParams();
        
 protected:
   /** copy constructor prohibited */