| 2 |
* FTrkCalibQLookExpert.cxx |
* FTrkCalibQLookExpert.cxx |
| 3 |
* |
* |
| 4 |
* autor: D.Fedele |
* autor: D.Fedele |
| 5 |
* version v1r12 |
* version v1r13 |
| 6 |
* Parameters: |
* Parameters: |
| 7 |
* file - the data file to analyze |
* file - the data file to analyze |
| 8 |
* step - select =1 in order to analyze one event at time |
* step - select =1 in order to analyze one event at time |
| 566 |
b.SetFillStyle(3954); |
b.SetFillStyle(3954); |
| 567 |
b.DrawBox(512.,700.,768.,maxhist); |
b.DrawBox(512.,700.,768.,maxhist); |
| 568 |
} |
} |
| 569 |
|
else if(nn==9){ |
| 570 |
|
maxhist=histoped[nn]->GetMaximum(); |
| 571 |
|
b.SetFillColor(107); |
| 572 |
|
b.SetFillStyle(3954); |
| 573 |
|
b.DrawBox(256.,700.,384.,maxhist); |
| 574 |
|
} |
| 575 |
else if(nn==11){ |
else if(nn==11){ |
| 576 |
maxhist=histoped[nn]->GetMaximum(); |
maxhist=histoped[nn]->GetMaximum(); |
| 577 |
b.SetFillColor(6); |
b.SetFillColor(6); |
| 654 |
b.SetFillStyle(3954); |
b.SetFillStyle(3954); |
| 655 |
b.DrawBox(512.,0.,768.,maxhist); |
b.DrawBox(512.,0.,768.,maxhist); |
| 656 |
} |
} |
| 657 |
|
else if(nn==9){ |
| 658 |
|
maxhist=histosig[nn]->GetMaximum(); |
| 659 |
|
b.SetFillColor(107); |
| 660 |
|
b.SetFillStyle(3954); |
| 661 |
|
b.DrawBox(256.,0.,384.,maxhist); |
| 662 |
|
} |
| 663 |
else if(nn==11){ |
else if(nn==11){ |
| 664 |
maxhist=histosig[nn]->GetMaximum(); |
maxhist=histosig[nn]->GetMaximum(); |
| 665 |
b.SetFillColor(6); |
b.SetFillColor(6); |