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

Contents of /PamCut/MiscCuts/TrgConfCut/TrgConfCut.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Wed May 27 13:30:09 2009 UTC (15 years, 6 months ago) by pam-fi
Branch point for: DEV, MAIN
Initial revision

1 /*
2 * TrgConfCut.cpp
3 *
4 * Created on: 10-mar-2009
5 * Author: Sergio Ricciarini, Nicola Mori
6 */
7
8 /*! @file TrgConfCut.cpp The TrgConfCut class implementation file */
9
10 #include "TrgConfCut.h"
11
12 int TrgConfCut::Check(PamLevel2 *event) {
13
14 if( ! (event->GetTrigLevel2()->trigconf & (1<<0)) ) // if "not TOF 1"
15 return 0;
16
17 return CUTOK;
18 }

  ViewVC Help
Powered by ViewVC 1.1.23