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

Annotation of /PamCut/MiscCuts/EvRateS11Cut/EvRateS11Cut.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Fri May 29 10:08:39 2009 UTC (15 years, 6 months ago) by pam-fi
Branch: MAIN
Added to repository

1 pam-fi 1.1 /*
2     * EvRateS11Cut.cpp
3     *
4     * Created on: 21-mag-2009
5     * Author: Nicola Mori
6     */
7    
8     /*! @file EvRateS11Cut.cpp The EvRateS11Cut class implementation file. */
9    
10     #include "EvRateS11Cut.h"
11    
12     int EvRateS11Cut::Check(PamLevel2 *event) {
13    
14     if (event->GetTrigLevel2()->pmtcount1[10] > _maxRate)
15     return 0;
16    
17     return CUTOK;
18     }

  ViewVC Help
Powered by ViewVC 1.1.23