]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Additional setter in case of using AliAltroRawStream directly
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 24 Apr 2006 08:30:53 +0000 (08:30 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 24 Apr 2006 08:30:53 +0000 (08:30 +0000)
RAW/AliAltroRawStreamOld.h

index 0b7b4ca41b63d8163756674bf536c6368b69da73..fd4db8555c65882979345d71996a3973248db7f5 100644 (file)
@@ -40,6 +40,8 @@ class AliAltroRawStreamOld: public TObject {
 
     void SelectRawData(Int_t detId);                           // Select raw data for specific detector id
 
+    inline void  SetNoAltroMapping(Bool_t flag) { fNoAltroMapping = flag; }  // Specify whenever to use or not the altro mapping
+
   protected:
     AliAltroRawStreamOld(const AliAltroRawStreamOld& stream);
     AliAltroRawStreamOld& operator = (const AliAltroRawStreamOld& stream);