| 1273 |
// |
// |
| 1274 |
void FEVdetector::ShowTRG(){ |
void FEVdetector::ShowTRG(){ |
| 1275 |
// |
// |
| 1276 |
|
if ( level.file != 2 ) return; |
| 1277 |
// |
// |
| 1278 |
if ( !var.TRG ) return; |
if ( !var.TRG ) return; |
| 1279 |
// |
// |
| 1628 |
testo3 << "S4: ";// << setprecision(2); |
testo3 << "S4: ";// << setprecision(2); |
| 1629 |
testo3 << var.s4sig << " [MIP] TOF: #beta = "; |
testo3 << var.s4sig << " [MIP] TOF: #beta = "; |
| 1630 |
testo3 << setprecision(3) << var.beta[4]; |
testo3 << setprecision(3) << var.beta[4]; |
| 1631 |
|
if ( level.file == 2 ){ |
| 1632 |
|
testo3 << " SVL cutoff: "; |
| 1633 |
|
testo3 << setprecision(3) << L2->GetOrbitalInfo()->GetCutoffSVL();//quiquiqui |
| 1634 |
|
} |
| 1635 |
text->DrawLatex(0.33,txthi,testo3.str().c_str()); |
text->DrawLatex(0.33,txthi,testo3.str().c_str()); |
| 1636 |
txthi -= 0.03; |
txthi -= 0.03; |
| 1637 |
testo3.str(""); |
testo3.str(""); |