/[PAMELA software]/PamCut/MiscCuts/LShellCut/LShellCut.cpp
ViewVC logotype

Annotation of /PamCut/MiscCuts/LShellCut/LShellCut.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Mon Jan 18 16:34:21 2010 UTC (14 years, 10 months ago) by pam-fi
Branch: MAIN
Added to repository.

1 pam-fi 1.1 /*
2     * LShellCut.cpp
3     *
4     * Created on: 14-jan-2010
5     * Author: S. Ricciarini
6     */
7    
8     /*! @file LShellCut.cpp The LShellCut class implementation file */
9    
10     #include "LShellCut.h"
11    
12     int LShellCut::Check(PamLevel2 *event) {
13    
14     if (event->GetOrbitalInfo()->L <= _LShellMin) {
15     return 0;
16     }
17    
18     return CUTOK;
19    
20     }

  ViewVC Help
Powered by ViewVC 1.1.23