Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

EventAna.h

Go to the documentation of this file.
00001 #ifndef EVENTANA_H
00002 #define EVENTANA_H
00003 
00004 #include "NueAna/ParticlePID/ParticleFinder/ParticleObjectHolder.h"
00005 #include "NueAna/ParticlePID/ParticleAna/Event.h"
00006 
00007 class EventAna
00008 {
00009         public:
00010         
00011                 EventAna();
00012                 ~EventAna();
00013 
00014 
00015                 void ana(ParticleObjectHolder * poh, Event * e);
00016 
00017 };
00018 
00019 #endif
00020 

Generated on Mon Feb 15 11:06:39 2010 for loon by  doxygen 1.3.9.1