Warning, /tutorials/CreateSubsysRecoModule/README.md is written in an unsupported language. File is not indexed.
0001 #CreateSubsysRecoModule
0002
0003 run create_me.sh in source to create all files needed. This will create a
0004 SubsysReco module MySimpleReco and gives instructions how to build it and add
0005 the installation to the environment.
0006
0007 In macros, the Fun4All_MySimpleReco.C macro will run the just created module
0008 using a dummy input manafer which just drives the event loop. Each method
0009 called prints a message so you can see when they get called.
0010 If you use this for your own module use
0011
0012 CreateSubsysRecoModule.pl <your module name>
0013
0014 options are:
0015
0016 --all : Also create autogen.sh, configure.ac and Makefile.am
0017
0018 --overwrite : overwrite existing files (handle with care, we only have snapshots on our $HOME disk)