#ifndef STNTUPLE_TCotDataBlock #define STNTUPLE_TCotDataBlock #include class TCotDataBlock: public TStnDataBlock { friend Int_t StntupleInitCotDataBlock(TStnDataBlock* block, AbsEvent* event, int mode); protected: public: //----------------------------------------------------------------------------- // functions //----------------------------------------------------------------------------- public: // ****** constructors and destructor TCotDataBlock(); virtual ~TCotDataBlock(); // ****** accessors // ****** overloaded methods of // TObject void Clear(Option_t* opt=""); void Print(Option_t* opt="") const; ClassDef(TCotDataBlock,1) // COT data block }; #endif