/[PAMELA software]/PamCut/CaloCuts/CaloNotIntCut/CaloNotIntCut.h
ViewVC logotype

Diff of /PamCut/CaloCuts/CaloNotIntCut/CaloNotIntCut.h

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

revision 1.2 by pam-fi, Tue Oct 27 18:20:18 2009 UTC revision 1.3 by pam-fi, Tue Nov 3 16:07:20 2009 UTC
# Line 35  public: Line 35  public:
35     * @param pamTrack Pointer to the Pamela track object.     * @param pamTrack Pointer to the Pamela track object.
36     * @param qRatioMin The minimum threshold for the ratio between track charge and total charge in CALO.     * @param qRatioMin The minimum threshold for the ratio between track charge and total charge in CALO.
37     */     */
38    CaloNotIntCut(const char *cutName, PamTrack *pamTrack, float qRatioMin=0.8) :    CaloNotIntCut(const char *cutName, PamTrack **pamTrack, float qRatioMin=0.8) :
39      PamCut(cutName), _pamTrack(pamTrack), _xCaloAxis(NULL), _yCaloAxis(NULL), _qRatioMin(qRatioMin) {      PamCut(cutName), _pamTrack(pamTrack), _xCaloAxis(NULL), _yCaloAxis(NULL), _qRatioMin(qRatioMin) {
40    }    }
41    
# Line 70  public: Line 70  public:
70    
71  private:  private:
72    
73    PamTrack *_pamTrack;    PamTrack **_pamTrack;
74    CaloAxis *_xCaloAxis, *_yCaloAxis;    CaloAxis *_xCaloAxis, *_yCaloAxis;
75    float _qRatioMin;    float _qRatioMin;
76    

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

  ViewVC Help
Powered by ViewVC 1.1.23