/*! \file \version $Id: TAGobject.icc,v 1.2 2001/10/28 20:33:34 mueller Exp $ \brief Implementation of (inline) TATOFobject. */ //------------------------------------------+----------------------------------- //! Default constructor. inline TATOFobject::TATOFobject() {} //------------------------------------------+----------------------------------- //! Returns setting of the kFail status bit. inline Bool_t TATOFobject::Fail() const { return TestBit(kFail); } //------------------------------------------+----------------------------------- /*! \relates TATOFobject \brief ostream insertion operator. */ inline ostream& operator<<(ostream& os, const TATOFobject& obj) { obj.ToStream(os); return os; }