Parent Directory | Revision Log
First import
1 | /* |
2 | * CaloCrossCut.cpp |
3 | * |
4 | * Created on: 19-mar-2009 |
5 | * Author: Sergio Ricciarini, Nicola Mori |
6 | */ |
7 | |
8 | /*! @file CaloCrossCut.cpp The CaloCrossCut class implementation file */ |
9 | |
10 | #include "CaloCrossCut.h" |
11 | |
12 | int CaloCrossCut::Check(PamLevel2 *event) { |
13 | |
14 | if (! (_xCaloAxis->GetQ(21) > 0 && _yCaloAxis->GetQ(21) > 0) ) |
15 | return 0; |
16 | |
17 | return CUTOK; |
18 | } |
ViewVC Help | |
Powered by ViewVC 1.1.23 |