| 55 |
/*! @brief Writes the histogram to the output files (ASCII and ROOT). |
/*! @brief Writes the histogram to the output files (ASCII and ROOT). |
| 56 |
* |
* |
| 57 |
* The output consists of a text file and of a ROOT file where the 1-dimensional rigidity |
* The output consists of a text file and of a ROOT file where the 1-dimensional rigidity |
| 58 |
* histogram (TH1F) is saved. The format of the text output is: (lower bin limit) (upper bin limit) (\# of events). |
* histogram (TH1F) is saved. |
| 59 |
*/ |
*/ |
| 60 |
void Finalize(); |
void Finalize(); |
| 61 |
|
|