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

Annotation of /PamCut/TrkCuts/TrkRigGeoCut/TrkRigGeoCut.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Wed May 27 13:30:09 2009 UTC (15 years, 6 months ago) by pam-fi
Branch: MAIN
Branch point for: DEV
Initial revision

1 pam-fi 1.1 /*
2     * TrkRigGeoCut.cpp
3     *
4     * Created on: 25-mar-2009
5     * Author: Nicola Mori
6     */
7    
8     /*! @file TrkRigGeoCut.cpp The TrkRigGeoCut class implementation file */
9    
10     #include "TrkRigGeoCut.h"
11    
12     int TrkRigGeoCut::Check(PamLevel2 *event) {
13    
14     if (event->GetTrack(0)->GetTrkTrack()->GetRigidity() < _thresholdCoeff * event->GetOrbitalInfo()->GetCutoffSVL()) {
15     return 0;
16     }
17    
18     return CUTOK;
19     }

  ViewVC Help
Powered by ViewVC 1.1.23