Changed HM-configuration at FOCUS

This commit is contained in:
cvs
2003-05-09 12:24:21 +00:00
parent 47c60ba400
commit d28206f589
14 changed files with 609 additions and 396 deletions

View File

@@ -24,7 +24,7 @@
#define MERGED 4
#define TIMEBIN 5
int setFMDataPointer(HistInt *lData, int timeBins);
int setFMDataPointer(HistInt *lData, int timeBins, int bank);
/*
sets the data array with the unmerged data. timeBins is the
length of the time binning used. upper, medium and lower are flags
@@ -65,6 +65,7 @@
the length of the time binning if TIMEBIN has been specified.
*/
#endif