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

Diff of /PamCut/CollectionActions/ChargeHistosAction/ChargeHistosAction.h

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

revision 1.1 by pam-fi, Fri May 29 10:08:44 2009 UTC revision 1.2 by pam-fi, Mon Jun 8 10:37:22 2009 UTC
# Line 47  public: Line 47  public:
47     *     *
48     * @param actionName The action's name.     * @param actionName The action's name.
49     * @param outFileName The output ROOT file name.     * @param outFileName The output ROOT file name.
50       * @param mode The mode of file creation (see documentation of TFile constructor
51       *             in ROOT's reference guide)
52     */     */
53    ChargeHistosAction(const char *actionName, TString outFileName);    ChargeHistosAction(const char *actionName, TString outFileName, TString mode = "UPDATE");
54    
55    /*! @brief Destructor. */    /*! @brief Destructor. */
56    ~ChargeHistosAction();    ~ChargeHistosAction();
# Line 103  private: Line 105  private:
105  #endif  #endif
106    
107    TString _outFileName;    TString _outFileName;
108      TString _mode;
109    
110  };  };
111    

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

  ViewVC Help
Powered by ViewVC 1.1.23