--- PamCut/CollectionActions/Histo1DActions/TrkSigmaDeflHistoAction/TrkSigmaDeflHistoAction.h 2009/09/25 15:36:43 1.1 +++ PamCut/CollectionActions/Histo1DActions/TrkSigmaDeflHistoAction/TrkSigmaDeflHistoAction.h 2009/10/01 10:35:12 1.2 @@ -17,7 +17,7 @@ * 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 { @@ -33,6 +33,8 @@ * 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. * @param title The ROOT histogram title. */ TrkSigmaDeflHistoAction(const char *actionName, TString outFileBase = "", TString mode = "UPDATE",