]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
made homer block desc pointers non-transient
authorslindal <slindal@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 6 Nov 2010 14:04:01 +0000 (14:04 +0000)
committerslindal <slindal@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 6 Nov 2010 14:04:01 +0000 (14:04 +0000)
HLT/BASE/AliHLTHOMERBlockDesc.h

index 90ca0042e02b9df9a2789bf39ae305e54cc02a8f..2ca133b2c3a97e83d465877a118d0916a3cd057b 100644 (file)
@@ -188,7 +188,7 @@ private:
   // ----------------------
 
   /** Pointer to data of the block */
-  Char_t* fData;                    //! transient
+  Char_t* fData;                    //
              
   /** Size of data */
   ULong_t fSize;                    // see above
@@ -209,10 +209,10 @@ private:
   // ------------------------
 
   /** AliHTMessage object containg a TObject */
-  AliHLTMessage* fMessage;          //! transient
+  AliHLTMessage* fMessage;          //
 
   /** TObject extracted out of @see AliHLTMessage */
-  TObject*       fTObject;          //! transient
+  TObject*       fTObject;          //
 
   /** Class Name of the block */
   TString        fClassName;        // see above