/[PAMELA software]/PamCut/MiscCuts/PitchAngleCut/PitchAngleCut.h
ViewVC logotype

Diff of /PamCut/MiscCuts/PitchAngleCut/PitchAngleCut.h

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

revision 1.1.1.1 by pam-mep, Mon Apr 5 09:07:45 2010 UTC revision 1.1.1.1.2.1 by pam-fi, Thu Jul 29 09:44:14 2010 UTC
# Line 18  public: Line 18  public:
18    
19    /*! @brief Constructor.    /*! @brief Constructor.
20     *     *
    *  
21     * @param cutName The cut's name..     * @param cutName The cut's name..
22     * @param PitchMin The minimum threshold value of the pitch-angle     * @param pitchMin The minimum threshold value of the pitch-angle
23     * @param PitchMax The maximum threshold value of the pitch-angle     * @param pitchMax The maximum threshold value of the pitch-angle
24     */     */
25    PitchAngleCut(const char *cutName, Float_t pitchMin, Float_t pitchMax) :    PitchAngleCut(const char *cutName, Float_t pitchMin, Float_t pitchMax) :
26      PamCut(cutName), _pitchMin(pitchMin), _pitchMax(pitchMax) {      PamCut(cutName), _pitchMin(pitchMin), _pitchMax(pitchMax) {

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

  ViewVC Help
Powered by ViewVC 1.1.23