Exactly where the module should be added depends on the package. In general, you should find a module similar to yours, and add your module in the same way. Here are two examples for the packages from Step 5: BetaMiniUser and NonCharm3BodyUser.
Again use the MyMiniAnalysis module as a guide. First, look for the tcl file where MyMiniAnalysis is appended:
BetaMiniUser> grep MyMiniAnalysis * | grep append MyMiniAnalysis.tcl:path append Everything MyMiniAnalysisThen edit MyMiniAnalysis.tcl and append your module in the same way:
path append Everything MyMiniAnalysis path append Everything MyNeuAnalysis
Again use the TauPi0Maker module as a guide. First, look for the tcl file where TauPi0Maker is appended:
NonCharm3BodyUser> grep TauPi0Maker * | grep append cm2template.tcl:sequence append NonCharm3BodyUser TauPi0MakerThen edit cm2template.tcl and append your module in the same way:
sequence append NonCharm3BodyUser TauPi0Maker sequence append NonCharm3BodyUser MyNeuAnalysis