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

Diff of /PamCut/TrkCuts/TrkDedxNucleiCut/TrkDedxNucleiCut.h

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

revision 1.1.2.1 by pam-fi, Thu Jul 8 12:48:40 2010 UTC revision 1.3 by pam-fi, Wed Mar 25 17:38:09 2015 UTC
# Line 26  public: Line 26  public:
26     *     *
27     * @param cutName The cut's name.     * @param cutName The cut's name.
28     */     */
29    TrkDedxNucleiCut(const char *cutName) :    TrkDedxNucleiCut(const char *cutName, const char *trkAlg) :
30      PamCut(cutName) {      PamCut(cutName), _trkAlg(trkAlg) {
31    }    }
32    
33    /*! @brief Destructor. */    /*! @brief Destructor. */
# Line 41  public: Line 41  public:
41     * @return 0 otherwise     * @return 0 otherwise
42     */     */
43    int Check(PamLevel2 *event);    int Check(PamLevel2 *event);
44    
45    private:
46    
47        const char *_trkAlg;
48  };  };
49  #endif /* TRKDEDXNUCLEICUT_H_ */  #endif /* TRKDEDXNUCLEICUT_H_ */

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

  ViewVC Help
Powered by ViewVC 1.1.23