#ifndef _rooTrans_h #define _rooTrans_h #ifndef _roo_h #include "roo.h" #endif //////////////////////////////////////////////////////////////////////////////// class rooTrans: public roo { friend class rooModule; public: rooTrans(); virtual ~rooTrans(); Bool_t start(Int_t mode = kooNoMROW, Int_t waitOption = kooTransNoWait, Int_t indexMode = kooInsensitive); Bool_t abort(Int_t mode = kooHandleToNull); Bool_t commit(); Bool_t commitAndHold(Int_t mode = kooNoDowngrade); Bool_t upgrade(); Bool_t isActive(); void begin(); void checkpoint(); ClassDef(rooTrans,0) // corresponds to ooTrans }; R__EXTERN rooTrans* gooTopTrans; #endif // _rooTrans_h