• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

/Users/jmonk/Physics/ForIA/ForIA/AnalysisTools/DummyVertexCuts.hh

Go to the documentation of this file.
00001 #ifndef FORIA_DUMMYVERTEXCUTS_HH
00002 #define FORIA_DUMMYVERTEXCUTS_HH
00003 
00004 #include "ForIA/AnalysisTools/IVertexCuts.hh"
00005 
00006 namespace ForIA{
00007   
00008   class Event;
00009   
00010   class DummyVertexCuts: public IVertexCuts{
00011     
00012   public:
00013     
00014     bool setEvent(const Event &evt){
00015       return true;
00016     }
00017     
00018     bool passesCuts()const{
00019       return true;
00020     }
00021     
00022   private:
00023     
00024   };
00025 }
00026 
00027 #endif

Generated on Mon Jul 30 2012 16:56:35 for ForIA by  doxygen 1.7.2