1 #ifndef _TPX_FCF_FLAGS_H_
2 #define _TPX_FCF_FLAGS_H_
7 #define FCF_DOUBLE_PAD 2 // deconvoluted in the pad direction
8 #define FCF_MERGED 2 // deconvoluted cluser
10 #define FCF_DOUBLE_T 4 // deconvoluted in the time direction
12 #define FCF_FALLING 8 // internal FCF marker...
13 #define FCF_BIG_CHARGE 8 // charge too big
15 #define FCF_ROW_EDGE 16 // 0x10 touched end of row
16 #define FCF_BROKEN_EDGE 32 // 0x20 touches one of the mezzanine/RDO edges i.e. row8
18 #define FCF_DEAD_EDGE 64 // 0x40 touches a dead pad
19 #define FCF_IN_DOUBLE 128 // 0x80 one should use the floating point in the union
22 #define FCF_KILLED_PAD 0x0100
23 #define FCF_NEED_PAD 0x8000
26 #define FCF_CHOPPED 256 // 0x100 cluster is chopped from its neighbour: OFFLINE use only
28 #define FCF_SANITY 512 // 0x200 cluster extents not sane