/[PAMELA software]/PamCut/CaloCuts/CaloCrossCut/CaloCrossCut.cpp
ViewVC logotype

Contents of /PamCut/CaloCuts/CaloCrossCut/CaloCrossCut.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1.2.1 - (show annotations) (download) (vendor branch)
Thu Jul 8 10:43:15 2010 UTC (14 years, 5 months ago) by pam-fi
Branch: V8
CVS Tags: MergedToHEAD_1, nuclei_reproc
Changes since 1.1.1.1: +4 -0 lines
Support for external CaloAxis library added.

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 #ifndef NO_CALOAXIS
11
12 #include "CaloCrossCut.h"
13
14 int CaloCrossCut::Check(PamLevel2 *event) {
15
16 if (! (_xCaloAxis->GetQ(21) > 0 && _yCaloAxis->GetQ(21) > 0) )
17 return 0;
18
19 return CUTOK;
20 }
21
22 #endif /* NO_CALOAXIS */

  ViewVC Help
Powered by ViewVC 1.1.23