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

Contents of /PamCut/MiscCuts/GeoFieldCut/GeoFieldCut.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Wed May 27 13:30:09 2009 UTC (15 years, 6 months ago) by pam-fi
Branch: DEV
CVS Tags: v0r00
Changes since 1.1: +0 -0 lines
Error occurred while calculating annotation data.
First import

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