| 23 |
|
|
| 24 |
public: |
public: |
| 25 |
|
|
| 26 |
/*! @brief Constructor. |
/*! @brief Constructor. |
|
* |
|
|
* Binning is read from a text file. |
|
| 27 |
* |
* |
| 28 |
* @param actionName The action's name. |
* @param actionName The action's name. |
|
* @param rigBinsFile The file containing the bins (with sign, eventually; from lowest to highest). |
|
| 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 |
|
* in ROOT's reference guide). |
|
| 32 |
* @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. |
| 33 |
* @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. |
| 34 |
|
* in ROOT's reference guide). |
| 35 |
* @param title The ROOT histogram title. |
* @param title The ROOT histogram title. |
| 36 |
*/ |
*/ |
| 37 |
TrkSigmaDeflHistoAction(const char *actionName, TString outFileBase = "", TString mode = "UPDATE", |
TrkSigmaDeflHistoAction(const char *actionName, TString outFileBase = "", TString mode = "UPDATE", bool outRoot = |
| 38 |
bool outRoot = true, bool outText = true, TString title = "Sigma(deflection)"); |
true, bool outText = true, TString title = "Sigma(deflection)"); |
|
|
|
| 39 |
|
|
| 40 |
/*! @brief Destructor */ |
/*! @brief Destructor */ |
| 41 |
~TrkSigmaDeflHistoAction() { |
~TrkSigmaDeflHistoAction() { |