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