00001 /* 00002 * SmartBlindCollection.h 00003 * 00004 * Created on: 16-mag-2009 00005 * Author: Nicola Mori 00006 */ 00007 00010 #ifndef SMARTBLINDCOLLECTION_H_ 00011 #define SMARTBLINDCOLLECTION_H_ 00012 00013 #include "../SmartCollection/SmartCollection.h" 00014 00025 class SmartBlindCollection: public SmartCollection { 00026 00027 public: 00028 00033 SmartBlindCollection(const char* collectionName) : 00034 SmartCollection(collectionName){ 00035 } 00036 00038 ~SmartBlindCollection() { 00039 } 00040 00048 int ApplyCut(PamLevel2 *event); 00049 }; 00050 00051 #endif /* SMARTBLINDCOLLECTION_H_ */