/[PAMELA software]/gpamela/inform/README
ViewVC logotype

Diff of /gpamela/inform/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3.2 by pamela, Thu Dec 5 10:17:42 2002 UTC revision 3.6 by pam-ba, Mon Oct 2 11:17:30 2006 UTC
# Line 1  Line 1 
1  *  *
2  * $Id: README,v 3.1.1.1 2002/07/11 16:01:59 cafagna Exp $  * $Id: README,v 3.5 2006/04/10 11:07:43 cafagna Exp $
3  *  *
4  * $Log: README,v $  * $Log: README,v $
5    * Revision 3.5  2006/04/10 11:07:43  cafagna
6    * GEN data card updated, ZDGEN added
7    *
8    * Revision 3.4  2005/12/14 03:34:46  cafagna
9    * An update of the history and inform readme files.
10    *
11    * Revision 3.3  2005/07/25 11:53:21  cafagna
12    * Several updates. See history for details
13    *
14    * Revision 3.2  2002/12/05 10:17:42  pamela
15    * Update CAS and CALO geometries and positions. Makefile updated as well
16    *
17  * Revision 3.1.1.1  2002/07/11 16:01:59  cafagna  * Revision 3.1.1.1  2002/07/11 16:01:59  cafagna
18  * First GPAMELA release on CVS  * First GPAMELA release on CVS
19  *  *
# Line 104  Line 116 
116  | S4           | 'NVOL' 'NPHY' 'NHBK' | Disable S4  volume simulation, as NDET|  | S4           | 'NVOL' 'NPHY' 'NHBK' | Disable S4  volume simulation, as NDET|
117  |              |                      | or physics, i.e. SET DET or hits, or  |  |              |                      | or physics, i.e. SET DET or hits, or  |
118  |              |                      | n-tple definition.                    |  |              |                      | n-tple definition.                    |
119    | ND           | 'NVOL' 'NPHY' 'NHBK' | Disable ND  volume simulation, as NDET|
120    |              |                      | or physics, i.e. SET DET or hits, or  |
121    |              |                      | n-tple definition.                    |
122  |              |                      |                                       |  |              |                      |                                       |
123  | HCWN         | 1                    | Enable CWN-tple                       |  | HCWN         | 1                    | Enable CWN-tple                       |
124  |              |                      |                                       |  |              |                      |                                       |
# Line 128  Line 143 
143  |              | 'AER ' 'ROA ' 'CE  ' | and "CE  " MUST be enabled.           |  |              | 'AER ' 'ROA ' 'CE  ' | and "CE  " MUST be enabled.           |
144  |              | 'W2  ' 'G10C'        |                                       |  |              | 'W2  ' 'G10C'        |                                       |
145  |              |                      |                                       |  |              |                      |                                       |
146  | HPAK         | 'FLUK'               | To select FLUKA as hadronic process   |  | HPAK         | 'FLUK' 'GCAL'        | To select FLUKA or GACLOR as hadronic |
147  |              |                      | simulation programn.                  |  |              |                      | process   simulation package.         |
148  |              |                      |                                       |  |              |                      |                                       |
149  | AUTM         | 'TMAX' 'STMA' 'DEEM' | Force AUTO calculation for specified  |  | AUTM         | 'TMAX' 'STMA' 'DEEM' | Force AUTO calculation for specified  |
150  |              | 'EPSI' 'STMI'        | parameters, regardless of AUTO data   |  |              | 'EPSI' 'STMI'        | parameters, regardless of AUTO data   |
# Line 228  Line 243 
243  |              | Sign                 |                                       |  |              | Sign                 |                                       |
244  |              |                      |                                       |  |              |                      |                                       |
245  | GEN          | XGEN, YGEN, ZGEN,    | Pass the coordinates of the origin and|  | GEN          | XGEN, YGEN, ZGEN,    | Pass the coordinates of the origin and|
246  |              | XDGEN, YDGEN         | the dimensions of the generation      |  |              | XDGEN, YDGEN, ZDGEN  | the dimensions of the generation      |
247  |              |                      | surface.                              |  |              |                      | surface.                              |
248  |              |                      |                                       |  |              |                      |                                       |
249  | PHI          | PHGEN(1), PHGEN(2)   | Define the minimum and the maximum    |  | PHI          | PHGEN(1), PHGEN(2)   | Define the minimum and the maximum    |
# Line 238  Line 253 
253  | THET         | THGEN(1), THGEN(2)   | Define the minimum and the maximum    |  | THET         | THGEN(1), THGEN(2)   | Define the minimum and the maximum    |
254  |              |                      | zenith. Default values are:           |  |              |                      | zenith. Default values are:           |
255  |              |                      | 0., 90.                               |  |              |                      | 0., 90.                               |
256    | HFSF         | 1 or 2               | Define the random number seed policy  |
257    |              |                      | 1= Repeat the run, i.e. reads from    |
258    |              |                      |    the file specified in *FSFI        |
259    |              |                      |    intial seeds used in a previous run|
260    |              |                      | 2= Continue the random chain. Reads   |
261    |              |                      |    from the file specified in *FSFI   |
262    |              |                      |    the last seeds used in a previous  |
263    |              |                      |    run.                               |
264    |              |                      |                                       |
265    | *FSFI        | 14 'FILENAME.DAT'    | To define user LUNIT and name of the  |
266    |              |                      | file storing the initial and final    |
267    |              |                      | seeds to be used according to the     |
268    |              |                      | policy selected via the HFSF card     |
269    |              |                      |                                       |
270    | *LSFI        | 15 'FILENAME.DAT'    | To define user LUNIT and name of the  |
271    |              |                      | file storing the initial and final    |
272    |              |                      | seeds used in the actual run. This    |
273    |              |                      | file can be used as input using the   |
274    |              |                      | *FSFI card.                           |
275    |              |                      |                                       |
276  +--------------+----------------------+---------------------------------------+  +--------------+----------------------+---------------------------------------+
277    
278  NOTE: To process a large number of events in batch mode, on Linux  NOTE: To process a large number of events in batch mode, on Linux

Legend:
Removed from v.3.2  
changed lines
  Added in v.3.6

  ViewVC Help
Powered by ViewVC 1.1.23