]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
New getter (Marian)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 30 Aug 2010 12:41:50 +0000 (12:41 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 30 Aug 2010 12:41:50 +0000 (12:41 +0000)
STEER/TTreeStream.h

index a5060a0d701caa06b6eab0567ce8743dac5ea51a..7d9a6a25d685dfcd21c8e06c3c8b2f444a8533e1 100644 (file)
@@ -62,6 +62,7 @@ public:
   TTreeStream  &operator<<(Double_t  &d){CheckIn('D',&d);return *this;}
   TTreeStream  &operator<<(TObject*o){CheckIn(o);return *this;} 
   TTreeStream  &operator<<(const Char_t *name);
+  TTree * GetTree() const { return fTree;}
  protected:
   //