classes.h
Go to the documentation of this file.
1 //
2 // Build a dictionary.
3 //
4 // $Id: classes.h,v 1.8 2010/04/12 18:12:28 Exp $
5 // $Author: $
6 // $Date: 2010/04/12 18:12:28 $
7 //
8 // Original author Rob Kutschke, modified by wes
9 //
10 
13 #include <vector>
14 
15 //
16 // Only include objects that we would like to be able to put into the event.
17 // Do not include the objects they contain internally.
18 //
19 
Definition of basic mixing information.