MINT2
IDalitzEventList.h
Go to the documentation of this file.
1 #ifndef IDATLIZEVENTLIST_HH
2 #define IDATLIZEVENTLIST_HH
3 // author: Jonas Rademacker (Jonas.Rademacker@bristol.ac.uk)
4 // status: Mon 9 Feb 2009 19:18:00 GMT
5 
6 #include "Mint/IEventList.h"
7 #include "Mint/IDalitzEvent.h"
8 #include "Mint/DalitzEvent.h"
9 
10 #include "Mint/counted_ptr.h"
11 
13 
14 /*
15 class IDalitzEventList : virtual public MINT::IEventList<IDalitzEvent>{
16 
17  public:
18  virtual bool Add(const DalitzEvent& evt) = 0;
19 };
20 */
21 
22 #endif
23 //
MINT::IEventList< IDalitzEvent > IDalitzEventList