ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/Development/Plotting/Modules/GeneralToolBox.C
(Generate patch)

Comparing UserCode/cbrown/Development/Plotting/Modules/GeneralToolBox.C (file contents):
Revision 1.28 by buchmann, Wed Jan 16 17:11:23 2013 UTC vs.
Revision 1.29 by buchmann, Wed Jan 16 17:11:37 2013 UTC

# Line 1991 | Line 1991 | void FindMinMax(TGraphErrors *gr, float
1991  
1992  
1993   void CleanLegends() {
1994  cout << "----------------------- before deleting anything -----------------------" << endl;
1995  gROOT->ls();
1996  cout << "---------------------- /before deleting anything -----------------------" << endl;
1997  
1994    for(int ihist=(int)PlottingSetup::FakeHistoHeap.size()-1;ihist>=0;ihist--) {
1995      cout << "Deleting item " << ihist << endl;
1996      cout << "    " << PlottingSetup::FakeHistoHeap[ihist]->GetName() << " , " << PlottingSetup::FakeHistoHeap[ihist]->GetTitle() << endl;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines