#include "mEmcDefGeom.h"
#include "emlLib.h"
#include "gsl/gsl_math.h"
#include <math.h>
Include dependency graph for mEmcDefGeom.c:
Go to the source code of this file.
Defines | |
#define | max1(x, y) ( ( int ) ( (x) > (y) ) ? (x) : (y) ) |
#define | amax1(x, y) ( ( (x) > (y) ) ? (x) : (y) ) |
#define | max(x, y) ( ( (x) > (y) ) ? (x) : (y) ) |
#define | min(x, y) ( ( (x) < (y) ) ? (x) : (y) ) |
#define | max_chanz 96 |
#define | max_chany 48 |
#define | max_subdet 8 |
#define | max_fields 10 |
Functions | |
long type_of_call | mEmcDefGeom_ (TABLE_HEAD_ST *dEmcGeaParams_h, DEMCGEAPARAMS_ST *dEmcGeaParams, TABLE_HEAD_ST *dEmcGeometry_h, DEMCGEOMETRY_ST *dEmcGeometry) |
This module generates the default geometry (as built in PISA) for runs where the PISA GEOM bank is not available. |
|
|
|
|
|
|
|
Referenced by mEmcDefGeom_(), mEmcGeaMakeRaw_(), and mEmcGeaParams_(). |
|
Referenced by mEmcDefGeom_(), mEmcGeaMakeRaw_(), and mEmcGeaParams_(). |
|
Referenced by mEmcDefGeom_(), and mEmcGeaParams_(). |
|
Referenced by mEmcDefGeom_(), and mEmcGeaParams_(). |
|
|
|
This module generates the default geometry (as built in PISA) for runs where the PISA GEOM bank is not available. Detailed Documentation: {http://www.phenix.bnl.gov/WWW/emcal/documentation/offline/doc99}
Definition at line 15 of file mEmcDefGeom.c. References j, max_chany, max_chanz, max_fields, max_subdet, and TRUE. |