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

Diff of /PamCut/CollectionActions/TrkDedxVsRigHistoAction/TrkDedxVsRigHistoAction.h

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

revision 1.2 by pam-fi, Mon Jun 15 08:26:26 2009 UTC revision 1.3 by pam-fi, Wed Aug 5 14:01:39 2009 UTC
# Line 23  public: Line 23  public:
23     * @param outFileName The output file name.     * @param outFileName The output file name.
24     * @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
25     *             in ROOT's reference guide).     *             in ROOT's reference guide).
26       * @param logBinningR If true, the rigidity axis will be binned logarithmically.
27     * @param minDedx The lower limit for dE/dx axis (in MIP).     * @param minDedx The lower limit for dE/dx axis (in MIP).
28     * @param maxDedx The upper limit for dE/dx axis (in MIP).     * @param maxDedx The upper limit for dE/dx axis (in MIP).
29     * @param nBinsDedx The number of dE/dx bins.     * @param nBinsDedx The number of dE/dx bins.
# Line 30  public: Line 31  public:
31     * @param maxR The upper limit for rigidity axis (in GV).     * @param maxR The upper limit for rigidity axis (in GV).
32     * @param nBinsR The number of rigidity bins.     * @param nBinsR The number of rigidity bins.
33     */     */
34    TrkDedxVsRigHistoAction(const char *actionName, TString outFileName, TString mode = "UPDATE", float minDedx = 0.,    TrkDedxVsRigHistoAction(const char *actionName, TString outFileName, TString mode = "UPDATE", bool logBinningR =
35        float maxDedx = 50., unsigned int nBinsDedx = 100, float minR = -100., float maxR = 100., unsigned int nBinsR = 100);        false, float minDedx = 0., float maxDedx = 50., unsigned int nBinsDedx = 100, float minR = -100., float maxR =
36          100., unsigned int nBinsR = 100);
37    
38    /*! @brief Destructor. */    /*! @brief Destructor. */
39    ~TrkDedxVsRigHistoAction() {    ~TrkDedxVsRigHistoAction() {

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

  ViewVC Help
Powered by ViewVC 1.1.23