Changes in examples/CaloGrid.cpp [7d83636:fed00d2] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/CaloGrid.cpp
r7d83636 rfed00d2 119 119 liney = new TLine(it->first,0,it->first,6.28); 120 120 liney->SetLineColor(kRed+3); 121 liney->SetLineWidth(0.05);122 121 liney->Draw(); 123 122 … … 134 133 linex = new TLine(it->first,yval0,it2->first,yval0); 135 134 linex->SetLineColor(kRed+3); 136 linex->SetLineWidth(0.05);137 135 linex->Draw(); 138 136
Note:
See TracChangeset
for help on using the changeset viewer.