TMBAnalyze Program (TMBAnalyze_x) ==================================== v-00-01-00 March 18,2002 SP The tmb_analyze library contains the CTBUILD files needed to make TMBAnalyze_x + the main control rcp file + I/O rcp files in tmb_analyze/rcp. It is meant to be used with thumbnail files. It can be used to make either a tuple root file or a tree root file The executable is released as bin/IRIX6-KCC_4_0/TMBAnalyze_x Before you can run the executable you need to copy to your working directory tmb_analyze/rcp/runTMBTupleMaker.rcp for making root tuples tmb_analyze/rcp/runTMBTreeMaker.rcp for making root trees and create subdirectories tmb_analyze/rcp to which you should copy all other rcp files in the official reco_analyze/rcp directory. You should then edit those files to specify input, output and any dump output. Then % d0setwa % TMBAnalyze_x -rcp runTMBTreeMaker.rcp -log tmb.log -input_file "" the error logger messages will appear in tmb.log. If you do not use the -log option they will appear on the screen instead. The name of the root tuple output file is set in TMBNtupleMgr.rcp, the default is tmb_tuple.root (the string _tuple.root is always added to the supplied name). The name of the root tree output file is set in tmb_tree/rcp/TMBTree.rcp, the default is tmb_tree.root (the string _tree.root is always added to the supplied name). root will not allow you to overwrite a file so you must remove previous versions! An example to analyze the TMB-Tree in root: =========================================== see tmb_analyze/macros/README.txt .