00001 #ifndef _Q_CHAIN_HH_ 00002 #define _Q_CHAIN_HH_ 00003 00004 #include <TChain.h> 00005 #include "Rtypes.h" 00006 00007 class QBaseEventR; 00008 00009 class QChain : public TChain 00010 { 00011 public: 00012 00013 QChain(); 00014 00015 void SetEventBranchAddress(QBaseEventR** Add); 00016 00017 ClassDef(QChain,1) 00018 }; 00019 #endif