00001 /* 00002 * TrgConfCut.cpp 00003 * 00004 * Created on: 10-mar-2009 00005 * Author: Sergio Ricciarini, Nicola Mori 00006 */ 00007 00010 #include "TrgConfCut.h" 00011 00012 int TrgConfCut::Check(PamLevel2 *event) { 00013 00014 if( ! (event->GetTrigLevel2()->trigconf & (1<<0)) ) // if "not TOF 1" 00015 return 0; 00016 00017 return CUTOK; 00018 }