]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTConsumerDescriptor.h
updated my Jet Hadron Correlations task, updated event mixing, included multiple...
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTConsumerDescriptor.h
index 7c6691d968250c9ae9eb43a9c6cd20888fc6f740..d4190baa17799efa5e9767b6fc7f0d53d71c46a6 100644 (file)
@@ -3,7 +3,7 @@
 
 #ifndef ALIHLTCONSUMERDESCRIPTOR_H
 #define ALIHLTCONSUMERDESCRIPTOR_H
-//* This file is property of and copyright by the ALICE HLT Project        * 
+//* This file is property of and copyright by the                          * 
 //* ALICE Experiment at CERN, All rights reserved.                         *
 //* See cxx source for full Copyright notice                               *
 
@@ -89,10 +89,10 @@ class AliHLTConsumerDescriptor : public TObject, public AliHLTLogging {
   AliHLTConsumerDescriptor& operator=(const AliHLTConsumerDescriptor&);
 
   /** consumer object */
-  AliHLTComponent* fpConsumer;                                     //! transient
+  AliHLTComponent* fpConsumer;                        //! transient
 
   /** list of data segments */
-  vector<AliHLTDataBuffer::AliHLTDataSegment> fSegments;           // see above
+  AliHLTDataBuffer::AliHLTDataSegmentList fSegments;  // list of data segments
 
   ClassDef(AliHLTConsumerDescriptor, 0)
 };