Changeset fed00d2 in git
- Timestamp:
- Apr 4, 2017, 2:48:22 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 7ed86fe
- Parents:
- 96d6bcf
- git-author:
- Michele Selvaggi <michele.selvaggi@…> (04/04/17 14:48:22)
- git-committer:
- GitHub <noreply@…> (04/04/17 14:48:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/CaloGrid.cpp
r96d6bcf 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.