/[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.7 by pam-ba, Fri Oct 13 16:36:59 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.6 2006/10/02 11:17:30 pam-ba Exp $
3  *  *
4  * $Log: README,v $  * $Log: README,v $
5    * Revision 3.6  2006/10/02 11:17:30  pam-ba
6    * NDET 'SPHE' data card meaning changed. Now it eliminates the whole PAMELA container.
7    *
8    * Revision 3.5  2006/04/10 11:07:43  cafagna
9    * GEN data card updated, ZDGEN added
10    *
11    * Revision 3.4  2005/12/14 03:34:46  cafagna
12    * An update of the history and inform readme files.
13    *
14    * Revision 3.3  2005/07/25 11:53:21  cafagna
15    * Several updates. See history for details
16    *
17    * Revision 3.2  2002/12/05 10:17:42  pamela
18    * Update CAS and CALO geometries and positions. Makefile updated as well
19    *
20  * Revision 3.1.1.1  2002/07/11 16:01:59  cafagna  * Revision 3.1.1.1  2002/07/11 16:01:59  cafagna
21  * First GPAMELA release on CVS  * First GPAMELA release on CVS
22  *  *
# Line 104  Line 119 
119  | S4           | 'NVOL' 'NPHY' 'NHBK' | Disable S4  volume simulation, as NDET|  | S4           | 'NVOL' 'NPHY' 'NHBK' | Disable S4  volume simulation, as NDET|
120  |              |                      | or physics, i.e. SET DET or hits, or  |  |              |                      | or physics, i.e. SET DET or hits, or  |
121  |              |                      | n-tple definition.                    |  |              |                      | n-tple definition.                    |
122    | ND           | 'NVOL' 'NPHY' 'NHBK' | Disable ND  volume simulation, as NDET|
123    |              |                      | or physics, i.e. SET DET or hits, or  |
124    |              |                      | n-tple definition.                    |
125  |              |                      |                                       |  |              |                      |                                       |
126  | HCWN         | 1                    | Enable CWN-tple                       |  | HCWN         | 1                    | Enable CWN-tple                       |
127  |              |                      |                                       |  |              |                      |                                       |
# Line 126  Line 144 
144  |              | 'TRAD' 'FE  ' 'KAP ' | To obtain the correct energy value for|  |              | 'TRAD' 'FE  ' 'KAP ' | To obtain the correct energy value for|
145  |              | 'N2G ' 'G10 ' 'AL  ' | the calorimeter, "SICA","G10C","W2  ' |  |              | 'N2G ' 'G10 ' 'AL  ' | the calorimeter, "SICA","G10C","W2  ' |
146  |              | 'AER ' 'ROA ' 'CE  ' | and "CE  " MUST be enabled.           |  |              | 'AER ' 'ROA ' 'CE  ' | and "CE  " MUST be enabled.           |
147  |              | 'W2  ' 'G10C'        |                                       |  |              | 'W2  ' 'G10C' 'CP  ' |                                      
148    |              | 'MYL ' 'POL ' CAD '  |
149  |              |                      |                                       |  |              |                      |                                       |
150  | HPAK         | 'FLUK'               | To select FLUKA as hadronic process   |  | HPAK         | 'FLUK' 'GCAL'        | To select FLUKA or GACLOR as hadronic |
151  |              |                      | simulation programn.                  |  |              |                      | process   simulation package.         |
152  |              |                      |                                       |  |              |                      |                                       |
153  | AUTM         | 'TMAX' 'STMA' 'DEEM' | Force AUTO calculation for specified  |  | AUTM         | 'TMAX' 'STMA' 'DEEM' | Force AUTO calculation for specified  |
154  |              | 'EPSI' 'STMI'        | parameters, regardless of AUTO data   |  |              | 'EPSI' 'STMI'        | parameters, regardless of AUTO data   |
# Line 228  Line 247 
247  |              | Sign                 |                                       |  |              | Sign                 |                                       |
248  |              |                      |                                       |  |              |                      |                                       |
249  | GEN          | XGEN, YGEN, ZGEN,    | Pass the coordinates of the origin and|  | GEN          | XGEN, YGEN, ZGEN,    | Pass the coordinates of the origin and|
250  |              | XDGEN, YDGEN         | the dimensions of the generation      |  |              | XDGEN, YDGEN, ZDGEN  | the dimensions of the generation      |
251  |              |                      | surface.                              |  |              |                      | surface.                              |
252  |              |                      |                                       |  |              |                      |                                       |
253  | 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 257 
257  | THET         | THGEN(1), THGEN(2)   | Define the minimum and the maximum    |  | THET         | THGEN(1), THGEN(2)   | Define the minimum and the maximum    |
258  |              |                      | zenith. Default values are:           |  |              |                      | zenith. Default values are:           |
259  |              |                      | 0., 90.                               |  |              |                      | 0., 90.                               |
260    | HFSF         | 1 or 2               | Define the random number seed policy  |
261    |              |                      | 1= Repeat the run, i.e. reads from    |
262    |              |                      |    the file specified in *FSFI        |
263    |              |                      |    intial seeds used in a previous run|
264    |              |                      | 2= Continue the random chain. Reads   |
265    |              |                      |    from the file specified in *FSFI   |
266    |              |                      |    the last seeds used in a previous  |
267    |              |                      |    run.                               |
268    |              |                      |                                       |
269    | *FSFI        | 14 'FILENAME.DAT'    | To define user LUNIT and name of the  |
270    |              |                      | file storing the initial and final    |
271    |              |                      | seeds to be used according to the     |
272    |              |                      | policy selected via the HFSF card     |
273    |              |                      |                                       |
274    | *LSFI        | 15 'FILENAME.DAT'    | To define user LUNIT and name of the  |
275    |              |                      | file storing the initial and final    |
276    |              |                      | seeds used in the actual run. This    |
277    |              |                      | file can be used as input using the   |
278    |              |                      | *FSFI card.                           |
279    |              |                      |                                       |
280  +--------------+----------------------+---------------------------------------+  +--------------+----------------------+---------------------------------------+
281    
282  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.7

  ViewVC Help
Powered by ViewVC 1.1.23