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

Diff of /PamCut/TrkCuts/TrkDedxNucleiCut/TrkDedxNucleiCut.cpp

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

revision 1.1 by pam-fi, Thu Jul 8 12:48:42 2010 UTC revision 1.2 by pam-fi, Thu Jul 8 14:00:26 2010 UTC
# Line 0  Line 1 
1    /*
2     * TrkDedxNucleiCut.cpp
3     *
4     *  Created on: 8/jul/2010
5     *      Author: Nicola Mori
6     */
7    
8    /*! @file TrkDedxNucleiCut.cpp The TrkDedxNucleiCut class implementation file. */
9    
10    #include "TrkDedxNucleiCut.h"
11    
12    int TrkDedxNucleiCut::Check(PamLevel2 *event) {
13    
14      TrkTrack *track = event->GetTrack(0)->GetTrkTrack();
15      float R = track->GetRigidity();
16      float dEdx = track->GetDEDX();
17    
18      if (dEdx < 3.7 + 4.8 / (R * R))
19        return 0;
20    
21      return CUTOK;
22    }

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

  ViewVC Help
Powered by ViewVC 1.1.23