00001 /* 00002 * TrgConfCut.h 00003 * 00004 * Created on: 10-mar-2009 00005 * Author: Nicola Mori, S. Ricciarini 00006 */ 00007 00010 #ifndef TRGCONFCUT_H_ 00011 #define TRGCONFCUT_H_ 00012 00013 #include "../../PamCutBase/PamCutBase.h" 00014 00015 /*TODO: adattare il taglio anche per TOF4*/ 00016 00019 class TrgConfCut: public PamCut { 00020 00021 public: 00027 TrgConfCut(const char *cutName): PamCut(cutName){ 00028 } 00030 ~TrgConfCut() { 00031 } 00032 00039 int Check(PamLevel2 *event); 00040 00041 }; 00042 #endif /* TRGCONFCUT_H_ */