MINT2
BWEvtMaker.h
Go to the documentation of this file.
1 #ifndef BW_EVENT_MAKER_HH
2 #define BW_EVENT_MAKER_HH
3 // author: Jonas Rademacker (Jonas.Rademacker@bristol.ac.uk)
4 // status: Mon 9 Feb 2009 19:17:57 GMT
5 
6 class BWEvtMaker{
7 
8  public:
9  makeEvent();
10 
11 
12 };
13 
14 
15 #endif
16 //
17