--- PamCut/CollectionActions/Histo1DActions/TrkSigmaDeflHistoAction/TrkSigmaDeflHistoAction.h 2009/10/01 10:35:12 1.2 +++ PamCut/CollectionActions/Histo1DActions/TrkSigmaDeflHistoAction/TrkSigmaDeflHistoAction.h 2009/10/27 10:17:45 1.3 @@ -23,23 +23,19 @@ public: - /*! @brief Constructor. - * - * Binning is read from a text file. + /*! @brief Constructor. * * @param actionName The action's name. - * @param rigBinsFile The file containing the bins (with sign, eventually; from lowest to highest). * @param outFileBase The file base name for the ROOT histogram output (".root" will be appended). * If "", no ROOT output will be produced. * @param mode The mode of ROOT file creation (see documentation of TFile constructor - * in ROOT's reference guide). * @param outRoot If true, the output file in ROOT format will be produced. * @param outText If true, the output file in text format will be produced. + * in ROOT's reference guide). * @param title The ROOT histogram title. */ - TrkSigmaDeflHistoAction(const char *actionName, TString outFileBase = "", TString mode = "UPDATE", - bool outRoot = true, bool outText = true, TString title = "Sigma(deflection)"); - + TrkSigmaDeflHistoAction(const char *actionName, TString outFileBase = "", TString mode = "UPDATE", bool outRoot = + true, bool outText = true, TString title = "Sigma(deflection)"); /*! @brief Destructor */ ~TrkSigmaDeflHistoAction() {