1 #ifndef Podd_Decoder_h_
2 #define Podd_Decoder_h_
9 class PipeliningModule;
21 class Lecroy1875Module;
22 class Lecroy1877Module;
23 class Lecroy1881Module;
33 static const UInt_t MAXROC = 32;
34 static const Int_t MAXBANK = (1<<16)-1;
35 static const UInt_t MAXSLOT = 32;
36 static const UInt_t MAXSLOT_FB = 26;
38 static const UInt_t MAX_PHYS_EVTYPE = 14;
39 static const UInt_t SYNC_EVTYPE = 16;
40 static const UInt_t PRESTART_EVTYPE = 17;
41 static const UInt_t GO_EVTYPE = 18;
42 static const UInt_t PAUSE_EVTYPE = 19;
43 static const UInt_t END_EVTYPE = 20;
44 static const UInt_t TS_PRESCALE_EVTYPE = 120;
46 static const UInt_t EPICS_EVTYPE = 131;
47 static const UInt_t PRESCALE_EVTYPE = 133;
48 static const UInt_t DETMAP_FILE = 135;
49 static const UInt_t TRIGGER_FILE = 136;
50 static const UInt_t SCALER_EVTYPE = 140;
EModuleType
Definition: Decoder.h:53
Definition: Caen1190Module.cxx:20
ChannelType
Definition: Decoder.h:57