|
|
|
||||||||||||||||||||||||||
| TCL script | Description |
| btaMini.tcl | Deletes ``AllPath'', creates ``Everything'' path, sources the core configuration script BetaMiniSequences/BetaMiniSequence.tcl, and sources a BetaMiniPatches.tcl script. |
| btaMiniPhysics.tcl | Sources btaMini.tcl.tcl and adds basic physics lists defined in BetaMiniSequences/BetaMiniPhysicsSequence.tcl. |
set tclvar <value>in a TCL ``snippet'' file containing job-dependent TCL- and module parameters (the job-independent parameters should be specified in the underlying analysis tcl file). The snippet file
talkto KanEventInput {
collection add collection1
collection add collection2
...
}
where
the name of the XxxEventInput module must be consistent with the value
(Kan or Bdb)
of the BetaMiniReadPersistence variable.
The second way to specify input collections is to issue the TCL command
lappend inputList collection1 collection2 ...
The advantage of this method is that it is persistence-independent. The
type of input persistence is specified solely by the BetaMiniReadPersistence variable.
path append Everything AModule
path append Everything BModule
...
module talk AModule
Avar1 set <value>
Avar2 set <value>
...
exit
module talk BModule
Bvar1 set <value>
Bvar2 set <value>
...
exit
...
Notes:
module disable <moduleName>
is issued.