dEmcRecoPar.idl

Go to the documentation of this file.
00001 /* dEmcRecoPar.idl */
00002 
00007 struct dEmcRecoPar {
00008   long anyset;          /* any parameter set */
00009   long extended_output; /* 0 -> Write dEmcClusterLocal only (default)
00010                            1 -> Write dEmcClusterLocalExt only
00011                            2 -> Write both tables */
00012   long maxtowers;       /* Max. number of towers in a cluster */
00013   float clus_thr;       /* Min. E required in center */
00014   float clus_cut;       /* Min. E in a tower in order - otherwise set to 0 */
00015   float clus_w0;        /* w0 parameter in calculating log weighted pos. */
00016 
00017   // Parameters for "Chi2" clustering
00018   float TowerThresh;    /* Threshold in EMCal each tower (GeV) */
00019   float eClustMin;      /* Min cluster energy to be output in tables */
00020   float tmppar;         /* ... for specific use */
00021 };