/[PAMELA software]/PamCut/TrkCuts/TrkSigmaDeflCut/TrkSigmaDeflCut.h
ViewVC logotype

Diff of /PamCut/TrkCuts/TrkSigmaDeflCut/TrkSigmaDeflCut.h

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

revision 1.2 by pam-fi, Mon May 3 14:37:18 2010 UTC revision 1.3 by pam-fi, Thu Jul 8 14:00:10 2010 UTC
# Line 29  public: Line 29  public:
29     *                Note that it must contain both the upper and lower limits, and     *                Note that it must contain both the upper and lower limits, and
30     *                that the elements must be ordered (ie., lowest rigidity value in the first     *                that the elements must be ordered (ie., lowest rigidity value in the first
31     *                element and so on).     *                element and so on).
32       * @param sigmaDeflFactor The factor to multiply sigma_deflection by before comparing it to the deflection.
33     */     */
34    TrkSigmaDeflCut(const char *cutName, std::vector<float> binning, float sigmaDeflFactor = 1.) :    TrkSigmaDeflCut(const char *cutName, std::vector<float> binning, float sigmaDeflFactor = 1.) :
35      PamCut(cutName), _binning(binning), _sigmaDeflFactor(sigmaDeflFactor) {      PamCut(cutName), _binning(binning), _sigmaDeflFactor(sigmaDeflFactor) {
# Line 41  public: Line 42  public:
42     *                Note that it must contain both the upper and lower limits, and     *                Note that it must contain both the upper and lower limits, and
43     *                that the elements must be ordered (ie., lowest rigidity value in the first     *                that the elements must be ordered (ie., lowest rigidity value in the first
44     *                element and so on).     *                element and so on).
45       * @param deflFactor The factor to multiply sigma_deflection by before comparing it to the deflection.
46     */     */
47    TrkSigmaDeflCut(const char *cutName, const char* rigBinListFileName, float deflFactor = 1.);    TrkSigmaDeflCut(const char *cutName, const char* rigBinListFileName, float deflFactor = 1.);
48    

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

  ViewVC Help
Powered by ViewVC 1.1.23