RecoSim  1.0
 All Classes Files Functions Variables Enumerations
generation_helper.h
Go to the documentation of this file.
1 
21 #ifndef GENERATION_HELPER_H
22 #define GENERATION_HELPER_H
23 
24 #include "manager_interface.h"
25 #include <vector>
26 
27 int get_module_position_in_vector(Manager_interface *mod, std::vector<Manager_interface *> &vec);
28 
29 #endif
Definition: manager_interface.h:28