--- PamCut/CollectionActions/EvRateS11VsCutoffHistoAction/EvRateS11VsCutoffHistoAction.h 2009/05/29 10:08:47 1.1 +++ PamCut/CollectionActions/EvRateS11VsCutoffHistoAction/EvRateS11VsCutoffHistoAction.h 2009/06/08 10:37:19 1.3 @@ -22,9 +22,11 @@ /*! @brief Constructor. * * @param actionName The action's name. - * @param outFileBase The output file name. + * @param outFileName The output file name. + * @param mode The mode of file creation (see documentation of TFile constructor + * in ROOT's reference guide) */ - EvRateS11VsCutoffHistoAction(const char *actionName, TString outFileName); + EvRateS11VsCutoffHistoAction(const char *actionName, TString outFileName, TString mode = "UPDATE"); /*! @brief Destructor */ ~EvRateS11VsCutoffHistoAction() { @@ -43,6 +45,7 @@ TString _outFileName; TH2F _histo; + TString _mode; };