Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cphoto.inc
Go to the documentation of this file.
1  INTEGER
2  & MCOL, ! Max number of col. in the calorimeter matrix
3  & MROW ! Max number of rows in the calorimeter matrix
4 *
5  PARAMETER (MCOL = 12 , MROW = 12)
6 *
7  integer
8  & min_dime, ! Min number of cells in cluster cut
9  & ncol, nrow, ! number of col. and rows in (sub)detector matrix
10  & isect ! hycal sector number
11  real
12  & xsize, ysize, ! Cell sizes
13  & mine, maxe, ! Min and max cluster energy cut
14  & minm, ! Min energy for the central (max. deposition) cluster cell cut
15  & zhycal ! approximate distance target to hycal
16 *
17  common /set_common/ xsize, ysize, mine, maxe, min_dime,
18  & minm, ncol, nrow, zhycal, isect
19 *
float maxe
Definition: hycal.h:133
#define MROW
Definition: hycal.h:6
int ncol
Definition: hycal.h:134
#define MCOL
Definition: hycal.h:5
int nrow
Definition: hycal.h:134
float ysize
Definition: hycal.h:133
float zhycal
Definition: hycal.h:134
float mine
Definition: hycal.h:133
float xsize
Definition: hycal.h:133
float minm
Definition: hycal.h:133
float real
Definition: grkuta.cc:42
for(auto locVertexInfo:dStepVertexInfos)
int min_dime
Definition: hycal.h:133
int isect
Definition: hycal.h:134
long int integer
Definition: grkuta.cc:38