Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/CaloGrid.cpp

    r7d83636 rfed00d2  
    119119    liney = new TLine(it->first,0,it->first,6.28);
    120120    liney->SetLineColor(kRed+3);
    121     liney->SetLineWidth(0.05);
    122121    liney->Draw();
    123122   
     
    134133      linex = new TLine(it->first,yval0,it2->first,yval0);
    135134      linex->SetLineColor(kRed+3);
    136       linex->SetLineWidth(0.05);
    137135      linex->Draw();
    138136         
Note: See TracChangeset for help on using the changeset viewer.