00001 #ifndef __eeTowerFunction_h__ 00002 #define __eeTowerFunction_h__ 00003 00004 /* 00005 * A functional form describing energy sharing between EEMC towers 00006 * based on position of the hit photon/electron. 00007 * 00008 * x[0]=xphi position of tower center 00009 * x[1]=xeta position of tower center 00010 * 00011 * p[0]=xphi position of gamma/e hit 00012 * p[1]=xeta position of gamma/e hit 00013 * p[3]=fit energy response 00014 * 00015 */ 00016 00017 #include "TSpline.h" 00018 Double_t eeTowerFunction ( Double_t *x, Double_t *p ); 00019 Double_t eeTower2Function ( Double_t *x, Double_t *p ); 00020 #endif
1.5.9