RecoSim  1.0
 All Classes Files Functions Variables Enumerations
test.h
Go to the documentation of this file.
1 
13 #ifndef TEST_MODULE_ALGORITHMS_FILE_H
14 #define TEST_MODULE_ALGORITHMS_FILE_H
15 
17 
18 /*****************************************************************************/
19 /************************** BEGIN USER SPACE ********************************/
20 
21 template<int Ni, int No>
22 void test(User_algorithm_interface<Ni, No> &user_algo_interface) {
23  // Sw Default behavior
24  user_algorithm_SW(user_algo_interface);
25 
26 
27 
28 }
29 
30 /************************** END USER SPACE ********************************/
31 /***************************************************************************/
32 
33 #endif
Definition: user_algorithm_interface.h:35