00001 #ifndef DELTAT_H 00002 #define DELTAT_H 00003 00004 00005 #include <BeamData/ana/bmnt/Plotter.h> 00006 00007 00008 class TFile; 00009 class DeltaT : public Plotter { 00010 Knot fKnot; 00011 TFile* fFile; 00012 public: 00013 DeltaT(); 00014 virtual ~DeltaT(); 00015 void Book(PlotterManager& pm); 00016 bool Fill(PlotterManager& pm); 00017 void NewFile(const char* filename); 00018 }; 00019 00020 #endif // DELTAT_H
1.3.9.1