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

BDLivePlot.h

Go to the documentation of this file.
00001 #ifndef BDLIVEPLOT_H
00002 #define BDLIVEPLOT_H
00003 
00004 #include <Validity/VldTimeStamp.h>
00005 #include <Conventions/Munits.h>
00006 
00007 class BDLivePlot {
00008 public:
00009     
00010     BDLivePlot(VldTimeStamp beg=VldTimeStamp::GetBOT(),
00011                VldTimeStamp end=VldTimeStamp::GetEOT(),
00012                double binsize = 1*Munits::day,
00013                const char* histman_file = "bdliveplot.root");
00014                
00015 
00016 };
00017 
00018 
00019 #endif  // BDLIVEPLOT_H

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