//------------------------------------------+----------------------------------- //! Default constructor. inline TATOFpara::TATOFpara() {} //------------------------------------------+----------------------------------- //! Returns setting of the kFail status bit. inline Bool_t TATOFpara::Fail() const { return TestBit(kFail); } //------------------------------------------+----------------------------------- /*! \relates TATOFpara \brief ostream insertion operator. */ inline ostream& operator<<(ostream& os, const TATOFpara& obj) { obj.ToStream(os); return os; }