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

Diff of /PamCut/CollectionActions/CaloChi2HistoAction/CaloChi2HistoAction.h

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

revision 1.3.2.1 by pam-fi, Thu Jul 8 10:43:18 2010 UTC revision 1.5 by pam-fi, Tue Jul 12 15:52:49 2011 UTC
# Line 33  public: Line 33  public:
33     * @param min The lower limit of the histogram's X axis.     * @param min The lower limit of the histogram's X axis.
34     * @param max The upper limit of the histogram's X axis.     * @param max The upper limit of the histogram's X axis.
35     * @param nBins The number of bins.     * @param nBins The number of bins.
36       * @param logBinning If true, logarithmically-spaced bins will be used.
37     * @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
38     *             in ROOT's reference guide).     *             in ROOT's reference guide).
39     */     */
40    CaloChi2HistoAction(const char *actionName, TString outFileName, CaloAxis *xAxis, CaloAxis *yAxis, float min = 0.,    CaloChi2HistoAction(const char *actionName, TString outFileName, CaloAxis *xAxis, CaloAxis *yAxis, float min = 0.,
41        float max = 1., unsigned int nBins = 100, TString mode = "UPDATE");        float max = 1., unsigned int nBins = 100, bool logBinning = false, TString mode = "UPDATE");
42    
43    /*! @brief Destructor. */    /*! @brief Destructor. */
44    ~CaloChi2HistoAction() {    ~CaloChi2HistoAction() {

Legend:
Removed from v.1.3.2.1  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.23