Fork me on GitHub

Changeset fed00d2 in git


Ignore:
Timestamp:
Apr 4, 2017, 2:48:22 PM (7 years ago)
Author:
GitHub <noreply@…>
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)
Message:

removed setLineWidth in Calogrid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/CaloGrid.cpp

    r96d6bcf 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.