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
1.3.9.1