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

Annotation of /PamCut/MiscCuts/GeoFieldCut/GeoFieldCut.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     * GeoFieldCut.cpp
3     *
4     * Created on: 10-mar-2009
5     * Author: Sergio Ricciarini, Nicola Mori
6     */
7    
8     /*! @file GeoFieldCut.cpp The GeoFieldCut class implementation file */
9    
10     #include "GeoFieldCut.h"
11    
12     int GeoFieldCut::Check(PamLevel2 * event) {
13    
14     if (event->GetOrbitalInfo()->Babs > _bAbs) // Babs = absolute value of geomagnetic field (Gauss)
15     return CUTOK;
16     else
17     return 0;
18     }

  ViewVC Help
Powered by ViewVC 1.1.23