]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/TTreeStream.h
AliPIDResponse related
[u/mrichter/AliRoot.git] / 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:
   //