/[PAMELA software]/PamCut/CollectionActions/FluxHistoAction/FluxHistoAction.h
ViewVC logotype

Diff of /PamCut/CollectionActions/FluxHistoAction/FluxHistoAction.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by pam-fi, Fri Jun 5 13:13:52 2009 UTC revision 1.3 by pam-fi, Mon Jun 8 10:37:35 2009 UTC
# Line 35  public: Line 35  public:
35     *     *
36     * @param actionName The action's name.     * @param actionName The action's name.
37     * @param outFileBase The output file base name.     * @param outFileBase The output file base name.
38     * @param rigBinsFile The file containing the rigidity bins     * @param rigBinsFile The file containing the rigidity bins.
39       * @param mode The mode of ROOT file creation (see documentation of TFile constructor
40       *             in ROOT's reference guide). In current implementation the text file output
41       *             does not support append.
42     */     */
43    FluxHistoAction(const char *actionName, TString outFileBase, TString rigBinsFile);    FluxHistoAction(const char *actionName, TString outFileBase, TString rigBinsFile, TString mode = "UPDATE");
44    
45    /*! @brief Destructor */    /*! @brief Destructor */
46    ~FluxHistoAction() {    ~FluxHistoAction() {
# Line 62  private: Line 65  private:
65    vector<float> _bins;    vector<float> _bins;
66    TH1I _rootHisto;    TH1I _rootHisto;
67    vector<uint64_t> _textHisto;    vector<uint64_t> _textHisto;
68      TString _mode;
69    
70  #ifdef DEBUGPAMCUT  #ifdef DEBUGPAMCUT
71    int _outUp, _outDown;    int _outUp, _outDown;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23