The
cut used to delete clusters is heavily
process-dependent and must be tuned for yourselves.
The cut values can be different for electromagnetic and hadronic clusters
and are stored in COMMON /CMBCUT/ as separate cut variables:
ENSGEM for electromagnetic and ENSGHD for hadronic clusters.
These cut values can be set by a block data:
BLOCK DATA CMBBLK
COMMON /CMBCUT/ ADXECT, ENSGEM, ENSGHD
REAL*4 ADXECT, ENSGEM, ENSGHD
DATA ADXECT / 20.0 /
C--
C ENSGEM = n for EM-clusters
C--
DATA ENSGEM / 2.0 /
C--
C ENSGHD = n for HD-clusters
C--
DATA ENSGHD / 2.0 /
END