39 |
* @param maskedViews The excluded views. 0 means that all the views will be used, while #T6X means that the |
* @param maskedViews The excluded views. 0 means that all the views will be used, while #T6X means that the |
40 |
* X view of the last tracker plane will be ignored. For other combinations, sum up the values |
* X view of the last tracker plane will be ignored. For other combinations, sum up the values |
41 |
* defined in #TRKLAYERS: T1X + T1Y will exclude the whole first plane, for example. |
* defined in #TRKLAYERS: T1X + T1Y will exclude the whole first plane, for example. |
42 |
* @param trkParamsFile The file containing the tracker parameters to be used. Default value corresponds to the standard |
* @param trkParamsFile The file containing the tracker alignment parameters to be used. Default value corresponds to |
43 |
* parameters used for data reduction. |
* the values contained in the official software calibration directory. |
44 |
*/ |
*/ |
45 |
RefitTrackAction(const char *actionName, float spreadX = 0., float spreadY = 0., int maskedViews = 0, |
RefitTrackAction(const char *actionName, float spreadX = 0., float spreadY = 0., int maskedViews = 0, |
46 |
TString trkParamsFile = "") : |
TString trkParamsFile = "") : |