X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=HLT%2Frec%2FAliHLTOUTRawReader.h;h=16eaf4759a5bcb29a54ef8addfa95c0497179290;hp=27dc223d5f56d2de4f143f86d502f0df12c8f564;hb=c12920316324d89827b639c33ca5e088c3b4dfbe;hpb=b638d7f58190c0485be910c002fe4872d8268132 diff --git a/HLT/rec/AliHLTOUTRawReader.h b/HLT/rec/AliHLTOUTRawReader.h index 27dc223d5f5..16eaf4759a5 100644 --- a/HLT/rec/AliHLTOUTRawReader.h +++ b/HLT/rec/AliHLTOUTRawReader.h @@ -24,6 +24,8 @@ class AliHLTHOMERReader; */ class AliHLTOUTRawReader : public AliHLTOUTHomerCollection { public: + /** standard constructor */ + AliHLTOUTRawReader(); /** constructor */ AliHLTOUTRawReader(AliRawReader* pRawReader, int event=-1, AliHLTEsdManager* pEsdManager=NULL); /** destructor */ @@ -39,13 +41,18 @@ class AliHLTOUTRawReader : public AliHLTOUTHomerCollection { int GetEquipmentId(); private: - /** standard constructor prohibited */ - AliHLTOUTRawReader(); /** copy constructor prohibited */ AliHLTOUTRawReader(const AliHLTOUTRawReader&); /** assignment operator prohibited */ AliHLTOUTRawReader& operator=(const AliHLTOUTRawReader&); + /** + * Set the RawReader as parameter. + * The function is for internal use only in conjunction with the + * AliHLTOUT::New() functions. + */ + void SetParam(AliRawReader* pRawReader) {fpRawreader=pRawReader;} + /** the rawreader */ AliRawReader* fpRawreader; //!transient