--- PamCut/CollectionActions/LiveTimeAction/LiveTimeAction.h 2009/08/26 16:34:14 1.3 +++ PamCut/CollectionActions/LiveTimeAction/LiveTimeAction.h 2009/10/27 10:18:20 1.4 @@ -11,7 +11,7 @@ #define LIVETIMEACTION_H_ #include "../CollectionAction/CollectionAction.h" -#include +#include #include /*! @brief An action that fills a live time histogram. @@ -29,8 +29,8 @@ public: /*! @brief Constructor. * - * outFileBase is the base name for output file: #Finalize will add .txt for ASCII output - * and .root for ROOT output. "-report" will be also added for the report file (in which + * outFileBase is the base name for output file: #Finalize will add #GetName() + ".txt" for ASCII output + * and #GetName() + ".root" for ROOT output. #GetName + "-report.txt" will be also added for the report file (in which * the content of the inferior bin will be saved). outFileBase has to contain the path (otherwise, * files will be saved in the current directory). * The file containing the rigidity bins must be a text file. It must contain both the @@ -119,7 +119,7 @@ TString _outFileBase; vector _bins; - TH1F _rootHisto; + TH1D _rootHisto; vector _textHisto; float _thresholdCoeff;