~maddevelopers/mg5amcnlo/WWW5_caching

« back to all changes in this revision

Viewing changes to users/mardelcourt/PROC_407857/PROC_407857/Cards/grid_card_default.dat

  • Committer: John Doe
  • Date: 2013-03-25 20:27:02 UTC
  • Revision ID: john.doe@gmail.com-20130325202702-5sk3t1r8h33ca4p4
first clean version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#*********************************************************************
 
2
#                       MadGraph/MadEvent                            *
 
3
#                  http://madgraph.hep.uiuc.edu                      *
 
4
#                                                                    *
 
5
#                        grid_card.dat                               *
 
6
#                                                                    *
 
7
#  This file is used to set the parameters of the run.               *
 
8
#                                                                    *
 
9
#  Some notation/conventions:                                        *
 
10
#                                                                    *
 
11
#   Lines starting with a '# ' are info or comments                  *
 
12
#                                                                    *
 
13
#   mind the format:   value    = variable     ! comment             *
 
14
#*********************************************************************
 
15
#
 
16
#*******************                                                 
 
17
# Running parameters
 
18
#*******************                                                 
 
19
#
 
20
#*********************************************************************
 
21
#  Tell if this is a grid run or not, false during warm-up on the    *
 
22
#  cluster, automatically set to true after warm-up and the gridpack *
 
23
#  is ready. The user should not change this.                        *
 
24
#*********************************************************************
 
25
  .false.   = GridRun   !True = Runs in the grid mode
 
26
#*********************************************************************
 
27
# Number of events and rnd seed                                      *
 
28
#*********************************************************************
 
29
  2500       = gevents ! Number of unweighted events requested 
 
30
     1       = gseed   ! rnd seed
 
31
    -1       = ngran   ! Granularity (minimum # events per channel)
 
32
#*********************************************************************