Parent Directory | Revision Log
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 |