001
002 Jan 31, 2001 - Elena Gerchtein (CMU)
003
004 hepevt2hepg executable is standalone convertor of
005 /HEPEVT/ common blocks in
006 binary/ascii to cdf format, HEPG_StorableBank.
007
008 1) to build hepevt2hepg executable:
009
010 setup cdfsoft2 development
011 addpkg -h generatorMods
012
013 edit fill_hepevt_from_file.f
014 two parameters are passed to this routine
015 fn - file name (char*),
016 mode (integer) - a flag that might be useful for user.
017 /HEPEVT/ common block is already initialized,
018 fill it from the file with the filename provided.
019
020 gmake generatorMods.tbin
021
022 2) Hepevt2HepgModule:
023 Command(s) available in the "Hepevt2HepgModule" module:
024 exit Leave the current menu, module, or process
025 help Bring up help text for the current context.
026 show Display the value of any parameters or statistics.
027 parmSetName general parameter of type string, set or list:
028 Name to give generated parameter set at exit. Usage: parmSetName set <name>
029 readParmSet Read and fill the value of the params of this module.
030 echo Send text argument to stdout (useful in scripts).
031 action Command used to control module actions
032 verbose general parameter of type bool, set or list:
033 Turn on verbose screen output. Usage: verbose set t/f
034 production general parameter of type bool, set or list:
035 Suppress all screen output. Usage: production set t/f
036 inputFile general parameter of type string, set or list:
037 Input binary/ascii file
038 inputMode general parameter of type int, set or list:
039 Input mode
040
041
Send problems or questions to cdfcode@fnal.gov