30 |
* @param outText If true, an output text file named outFileBase + ".txt" will be produced. It will overwrite an |
* @param outText If true, an output text file named outFileBase + ".txt" will be produced. It will overwrite an |
31 |
* eventually existing file with the same name. |
* eventually existing file with the same name. |
32 |
* @param title The ROOT histogram title. |
* @param title The ROOT histogram title. |
33 |
* @param ipl The acceptance plane (index goes from 0 to 13). Default: 4 (upper cavity face) |
* @param igf The acceptance plane (index goes from 0 to 13). Default: 4 (upper cavity face) |
34 |
*/ |
*/ |
35 |
TrkYVsXHistoAction(const char *actionName, TString outFileBase = "", TString mode = "UPDATE", |
TrkYVsXHistoAction(const char *actionName, TString outFileBase = "", TString mode = "UPDATE", |
36 |
bool outRoot = true, bool outText = true, TString title = "TRK Y Vs X", UInt_t igf = 4); |
bool outRoot = true, bool outText = true, TString title = "TRK Y Vs X", UInt_t igf = 4); |