--- PamCut/CollectionActions/Histo1DActions/TrkSigmaDeflHistoAction/TrkSigmaDeflHistoAction.h 2009/09/25 15:36:43 1.1 +++ PamCut/CollectionActions/Histo1DActions/TrkSigmaDeflHistoAction/TrkSigmaDeflHistoAction.h 2009/10/27 10:17:45 1.3 @@ -17,27 +17,25 @@ * For each event, the content of ALL the rigidity bins, which satisfy the above condition, is increased by 1. * Since this is quite different from what is done by Histo1DAction::Fill(), the OnGodd() implementation * is customary and doesn't call Fill(). Notice that this implies that no overflow nor underflow counter is - * maintained (i current implementation). + * maintained (in current implementation). */ class TrkSigmaDeflHistoAction: public Histo1DAction { 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 + * @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() {