/[PAMELA software]/PamCut/CollectionActions/Histo1DActions/TrkMDRHistoAction/TrkMDRHistoAction.h
ViewVC logotype

Diff of /PamCut/CollectionActions/Histo1DActions/TrkMDRHistoAction/TrkMDRHistoAction.h

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

revision 1.1 by pam-fi, Fri Sep 25 15:36:31 2009 UTC revision 1.3 by pam-fi, Tue Oct 27 10:17:46 2009 UTC
# Line 21  public: Line 21  public:
21    
22    /*! @brief Constructor.    /*! @brief Constructor.
23     *     *
    * The histogram binning is defined by the content of the bins vector.  
    *  
24     * @param actionName The action's name.     * @param actionName The action's name.
25     * @param outFileBase The file base name for the ROOT histogram output (".root" will be appended).     * @param outFileBase The file base name for the ROOT histogram output (".root" will be appended).
26     *                    If "", no ROOT output will be produced.     *                    If "", no ROOT output will be produced.
27     * @param mode The mode of ROOT file creation (see documentation of TFile constructor     * @param mode The mode of ROOT file creation (see documentation of TFile constructor
28     *             in ROOT's reference guide).     *             in ROOT's reference guide).
29       * @param outRoot If true, the output file in ROOT format will be produced.
30       * @param outText If true, the output file in text format will be produced.
31     * @param title The ROOT histogram title.     * @param title The ROOT histogram title.
32     */     */
33    TrkMDRHistoAction(const char *actionName, TString outFileBase = "", TString mode = "UPDATE", bool outRoot = true,    TrkMDRHistoAction(const char *actionName, TString outFileBase = "", TString mode = "UPDATE", bool outRoot = true,

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

  ViewVC Help
Powered by ViewVC 1.1.23