00001 #ifndef NFREACTIONS_HH_ 00002 #define NFREACTIONS_HH_ 00003 00004 //Standard Libraries that we need 00005 #include <vector> 00006 #include <string> 00007 00008 //Include the core NFsim objects 00009 #include "../NFcore/NFcore.hh" 00010 00011 //Include the local header files needed for reactions 00012 #include "reactantLists/reactantContainer.hh" 00013 #include "reactantLists/reactantList.hh" 00014 #include "reactantLists/reactantTree.hh" 00015 #include "transformations/transformationSet.hh" 00016 #include "transformations/transformation.hh" 00017 #include "transformations/speciesCreator.hh" 00018 #include "mappings/mapping.hh" 00019 #include "mappings/mappingSet.hh" 00020 #include "mappings/mappingGenerator.hh" 00021 00022 00023 00024 using namespace std; 00025 00026 namespace NFcore 00027 { 00028 00034 void test(); 00035 00041 void test_simple(); 00042 00043 00044 00045 void test_tree(); 00046 } 00047 00048 #endif /*NFREACTIONS_HH_*/