// #include "TTree.h" #include "TBranch.h" #include "TFile.h" #include "TSystem.h" #include "OfflineMon/TMonitor.hh" ClassImp(TMonitor) //_____________________________________________________________________________ TMonitor::TMonitor():fUrl("http://www-cdf.fnal.gov") {} // // TMonitor::TMonitor() { // // fUrl = new TUrl("http://www-cdf.fnal.gov"); // } //_____________________________________________________________________________ TMonitor::~TMonitor() { } //_____________________________________________________________________________ int TMonitor::Update() { }