15 #ifdef IS_REAL_L2 //in l2-ana environmen
16 #include "L2VirtualAlgo2009.h"
18 #include "StTriggerUtilities/L2Emulator/L2algoUtil/L2VirtualAlgo2009.h"
22 enum{minAdc=-20, maxAdc=4096};
31 short s_stepE, s_stepB, s_lastE, s_lastB;
36 L2Histo *btowAdc[BtowGeom::mxRdo];
37 L2Histo *etowAdc[EtowGeom::mxRdo];
42 unsigned short db_btowPed[BtowGeom::mxRdo];
43 unsigned short db_etowPed[EtowGeom::mxRdo];
47 int initRunUser(
int runNo,
int *rc_ints,
float *rc_floats);
49 void computeUser(
int token);
51 bool doPedestals(
int inpEveId,
int* L2Result,
52 int bemcIn,
unsigned short *bemcData,
53 int eemcIn,
unsigned short *eemcData);