00001 #ifndef DAUBACKGROUND_H 00002 #define DAUBACKGROUND_H 00003 00004 #include <TObject.h> 00005 00006 class AnaCuts; 00007 00008 class dAuBackground : public TObject{ 00009 00010 protected: 00011 AnaCuts *cuts; 00012 00013 public: 00014 dAuBackground(); 00015 ~dAuBackground(); 00016 void run(const char*); 00017 void runSim(const char*); 00018 ClassDef(dAuBackground,1) 00019 }; 00020 00021 #endif
1.5.9