29 |
* @param outFileBase The file base name for the ROOT histogram output (".root" will be appended). |
* @param outFileBase The file base name for the ROOT histogram output (".root" will be appended). |
30 |
* If "", no ROOT output will be produced. |
* If "", no ROOT output will be produced. |
31 |
* @param mode The mode of ROOT file creation (see documentation of TFile constructor). |
* @param mode The mode of ROOT file creation (see documentation of TFile constructor). |
32 |
|
* @param sigmaDeflFactor The factor to multiply sigma_deflection by before comparing it to the deflection. |
33 |
* @param outRoot If true, the output file in ROOT format will be produced. |
* @param outRoot If true, the output file in ROOT format will be produced. |
34 |
* @param outText If true, the output file in text format will be produced. |
* @param outText If true, the output file in text format will be produced. |
35 |
* in ROOT's reference guide). |
* in ROOT's reference guide). |