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