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

Contents of /PamCut/MiscCuts/StoermerCut/StoermerCut.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Wed Jun 10 15:17:05 2009 UTC (15 years, 5 months ago) by pam-fi
Branch: MAIN
CVS Tags: Root_V8, MergedToHEAD_1, nuclei_reproc, MergedFromV8_1, BeforeMergingFromV8_1, V9, HEAD
Branch point for: V8
Added to repository.

1 /*
2 * StoermerCut.cpp
3 *
4 * Created on: 10-jun-2009
5 * Author: Sergio Ricciarini, Nicola Mori
6 */
7
8 /*! @file StoermerCut.cpp The StoermerCut class implementation file. */
9
10 #include "StoermerCut.h"
11
12 int StoermerCut::Check(PamLevel2 * event) {
13
14 Float_t cutoff = event->GetOrbitalInfo()->GetCutoffSVL();
15 if (cutoff < _minR || cutoff > _maxR )
16 return 0;
17
18 return CUTOK;
19 }

  ViewVC Help
Powered by ViewVC 1.1.23