|
TPCCLIB
|
Make mathematical function based TAC. More...
#include "tpcclibConfig.h"#include <stdio.h>#include <stdlib.h>#include <math.h>#include <time.h>#include <string.h>#include "tpcextensions.h"#include "tpcmodels.h"#include "tpctac.h"#include "tpctacmod.h"Go to the source code of this file.
Functions | |
| int | mfCreateTAC (PAR *par, double endx, double dx, TAC *tac, TPCSTATUS *status) |
| Make TAC(s) based on mathematical functions in PAR format. | |
Make TAC(s) based on mathematical functions in PAR format.
| par | Pointer to PAR structure containing functions for TACs. |
| endx | End time (x) of created TAC data. TAC will always start at zero. |
| dx | Step size (delta x). |
| tac | Pointer to initiated TAC structure. Any previous contents are deleted. |
| status | Pointer to status data; enter NULL if not needed. |
Definition at line 26 of file mftac.c.