]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTDataSource.h
Using fNContrubutors in AliAODVertex for SPD vertices.
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTDataSource.h
index de266f02175b45ccb7151ba838555ec4fb52cdf6..0f63f992beaf70ae087ad964b5e7dbb75e75a7a6 100644 (file)
@@ -73,7 +73,7 @@ class AliHLTDataSource : public AliHLTComponent {
    */
   void GetInputDataTypes( vector<AliHLTComponentDataType>& list);
 
- private:
+protected:
 
   /**
    * The low-level data processing method for the component.
@@ -103,6 +103,8 @@ class AliHLTDataSource : public AliHLTComponent {
    */
   virtual int GetEvent( const AliHLTComponentEventData& evtData, AliHLTComponentTriggerData& trigData);
 
-  ClassDef(AliHLTDataSource, 1)
+private:
+
+  ClassDef(AliHLTDataSource, 3)
 };
 #endif