Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

DeltaT.h

Go to the documentation of this file.
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

Generated on Mon Feb 15 11:06:36 2010 for loon by  doxygen 1.3.9.1