Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/CaloGrid.cpp

    rfed00d2 r7d83636  
    119119    liney = new TLine(it->first,0,it->first,6.28);
    120120    liney->SetLineColor(kRed+3);
     121    liney->SetLineWidth(0.05);
    121122    liney->Draw();
    122123   
     
    133134      linex = new TLine(it->first,yval0,it2->first,yval0);
    134135      linex->SetLineColor(kRed+3);
     136      linex->SetLineWidth(0.05);
    135137      linex->Draw();
    136138         
Note: See TracChangeset for help on using the changeset viewer.