| 13 |
#ifndef TRKDEDXVSRIGHISTOACTION_H_ |
#ifndef TRKDEDXVSRIGHISTOACTION_H_ |
| 14 |
#define TRKDEDXVSRIGHISTOACTION_H_ |
#define TRKDEDXVSRIGHISTOACTION_H_ |
| 15 |
|
|
| 16 |
|
/*! @brief An action that fills a TRK dE/dx Vs rigidity histogram. */ |
| 17 |
class TrkDedxVsRigHistoAction: public CollectionAction { |
class TrkDedxVsRigHistoAction: public CollectionAction { |
| 18 |
public: |
public: |
| 19 |
|
|
| 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 minDedx The lower limit for dE/dx axis (in MIP). |
* @param minDedx The lower limit for dE/dx axis (in MIP). |
| 27 |
* @param maxdEdx The upper limit for dE/dx axis (in MIP). |
* @param maxDedx The upper limit for dE/dx axis (in MIP). |
| 28 |
* @param nBinsDedx The number of dE/dx bins. |
* @param nBinsDedx The number of dE/dx bins. |
| 29 |
* @param minR The lower limit for rigidity axis (in GV). |
* @param minR The lower limit for rigidity axis (in GV). |
| 30 |
* @param maxR The upper limit for rigidity axis (in GV). |
* @param maxR The upper limit for rigidity axis (in GV). |