--- PamCut/CollectionActions/TrkDedxVsRigHistoAction/TrkDedxVsRigHistoAction.h 2009/06/10 12:41:42 1.1 +++ PamCut/CollectionActions/TrkDedxVsRigHistoAction/TrkDedxVsRigHistoAction.h 2009/06/15 08:26:26 1.2 @@ -13,6 +13,7 @@ #ifndef TRKDEDXVSRIGHISTOACTION_H_ #define TRKDEDXVSRIGHISTOACTION_H_ +/*! @brief An action that fills a TRK dE/dx Vs rigidity histogram. */ class TrkDedxVsRigHistoAction: public CollectionAction { public: @@ -23,7 +24,7 @@ * @param mode The mode of ROOT file creation (see documentation of TFile constructor * in ROOT's reference guide). * @param minDedx The lower limit for dE/dx axis (in MIP). - * @param maxdEdx The upper limit for dE/dx axis (in MIP). + * @param maxDedx The upper limit for dE/dx axis (in MIP). * @param nBinsDedx The number of dE/dx bins. * @param minR The lower limit for rigidity axis (in GV). * @param maxR The upper limit for rigidity axis (in GV).