| 28 |
* If "", no ROOT output will be produced. |
* If "", no ROOT output will be produced. |
| 29 |
* @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 |
| 30 |
* in ROOT's reference guide). |
* in ROOT's reference guide). |
| 31 |
|
* @param outRoot If true, the output file in ROOT format will be produced. |
| 32 |
|
* @param outText If true, the output file in text format will be produced. |
| 33 |
* @param title The ROOT histogram title. |
* @param title The ROOT histogram title. |
| 34 |
*/ |
*/ |
| 35 |
TrkMDRHistoAction(const char *actionName, TString outFileBase = "", TString mode = "UPDATE", bool outRoot = true, |
TrkMDRHistoAction(const char *actionName, TString outFileBase = "", TString mode = "UPDATE", bool outRoot = true, |