#include "mEmcRawToFEM.h"
#include "emlLib.h"
Include dependency graph for mEmcRawToFEM.c:
Go to the source code of this file.
Functions | |
long | mEmcRawToFEM_ (TABLE_HEAD_ST *dEmcRawData_h, DEMCRAWDATA_ST *dEmcRawData, TABLE_HEAD_ST *dEmcFEMData_h, DEMCFEMDATA_ST *dEmcFEMData) |
This module converts the "raw" output data of the simulation response chain artificially into data in the FEM format, using a special, simulation-specific map. |
|
This module converts the "raw" output data of the simulation response chain artificially into data in the FEM format, using a special, simulation-specific map. This is a step needed to bring simulated data into the same PRDF format as the real data, so that the reconstruction chain would not know whether it works on simulated or real data. Detailed Documentation: {http://www.phenix.bnl.gov/WWW/emcal/documentation/offline/doc99}
Definition at line 15 of file mEmcRawToFEM.c. |