StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
eeTowerFunction.h
1 #ifndef __eeTowerFunction_h__
2 #define __eeTowerFunction_h__
3 
4 /*
5  * A functional form describing energy sharing between EEMC towers
6  * based on position of the hit photon/electron.
7  *
8  * x[0]=xphi position of tower center
9  * x[1]=xeta position of tower center
10  *
11  * p[0]=xphi position of gamma/e hit
12  * p[1]=xeta position of gamma/e hit
13  * p[3]=fit energy response
14  *
15  */
16 
17 #include "TSpline.h"
18 Double_t eeTowerFunction ( Double_t *x, Double_t *p );
19 Double_t eeTower2Function ( Double_t *x, Double_t *p );
20 #endif