--- PamCut/CollectionActions/RigFillAction/RigFillAction.h 2009/08/26 16:34:15 1.3 +++ PamCut/CollectionActions/RigFillAction/RigFillAction.h 2009/10/27 10:18:21 1.4 @@ -5,7 +5,7 @@ * Author: Nicola Mori */ -/*! @file RigFillAction.h The RigFillAction class declaration file */ +/*! @file RigFillAction.h The RigFillAction class declaration file. */ #ifndef RIGFILLACTION_H_ #define RIGFILLACTION_H_ @@ -18,15 +18,17 @@ * * This class builds a 2D histogram binned in event rigidity modulus * and threshold rigidity. Each 2D bin will contain the number of events whose - * event rigidity modulus and threshold rigidity (eg., Stoermer cutoff rigidity times a threshold coefficient) lie in that bin. Note that the meaning of this threshold coefficient is the same as in - * TrkRigGeoCut, so it must have the same value used for TrkRigGeoCut (consider - * using TrkRigGeoCut::GetThresholdCoeff() to retrieve its value). - * Events whose threshold rigidity is below the lower limit of the bins are recorded in a vector of - * event rigidities with threshold rigidity in the "inferior threshold bin", which ranges from zero to the the lowest threshold rigidity of the "normal" bins. + * event rigidity modulus and threshold rigidity (eg., Stoermer cutoff rigidity times a + * threshold coefficient) lie in that bin. Note that the meaning of this threshold coefficient + * is the same as in TrkRigGeoCut, so it must have the same value used for TrkRigGeoCut + * (consider using TrkRigGeoCut::GetThresholdCoeff() to retrieve its value). + * Events whose threshold rigidity is below the lower limit of the bins are recorded in a vector + * of event rigidities with threshold rigidity in the "inferior threshold bin", which ranges + * from zero to the the lowest threshold rigidity of the "normal" bins. * Events are discarded only if their rigidity modulus or threshold rigidity lies * outside the histogram boundaries. * - * CUT DEPENDECIES: TrkPhSinCut for single physical track, TrkRigGeoCut for galactic event. + * CUT DEPENDENCIES: TrkPhSinCut for single physical track, TrkRigGeoCut for galactic event. * */ class RigFillAction: public CollectionAction {