48 |
TofInitEvent.cpp TofInitEvent.h \ |
TofInitEvent.cpp TofInitEvent.h \ |
49 |
TrgInitEvent.cpp TrgInitEvent.h \ |
TrgInitEvent.cpp TrgInitEvent.h \ |
50 |
NdInitEvent.cpp NdInitEvent.h \ |
NdInitEvent.cpp NdInitEvent.h \ |
51 |
|
S4InitEvent.cpp S4InitEvent.h \ |
52 |
CalAlarmEvent.cpp CalAlarmEvent.h \ |
CalAlarmEvent.cpp CalAlarmEvent.h \ |
53 |
AcAlarmEvent.cpp AcAlarmEvent.h \ |
AcAlarmEvent.cpp AcAlarmEvent.h \ |
54 |
TrkAlarmEvent.cpp TrkAlarmEvent.h \ |
TrkAlarmEvent.cpp TrkAlarmEvent.h \ |
55 |
TrgAlarmEvent.cpp TrgAlarmEvent.h \ |
TrgAlarmEvent.cpp TrgAlarmEvent.h \ |
56 |
TofAlarmEvent.cpp TofAlarmEvent.h \ |
TofAlarmEvent.cpp TofAlarmEvent.h \ |
57 |
|
S4AlarmEvent.cpp S4AlarmEvent.h \ |
58 |
CRC.c CRC.h \ |
CRC.c CRC.h \ |
59 |
Exception.h LinkDef.h |
Exception.h LinkDef.h |
60 |
|
|
74 |
|
|
75 |
BUILT_SOURCES = EventDict.cpp EventDict.h |
BUILT_SOURCES = EventDict.cpp EventDict.h |
76 |
|
|
|
|
|
77 |
SUBPACKET_HEADER_FILES = \ |
SUBPACKET_HEADER_FILES = \ |
78 |
PamelaRun.h RunInfo.h Filter.h \ |
PamelaRun.h RunInfo.h Filter.h \ |
79 |
SubPacket.h PacketType.h SubDetector.h \ |
SubPacket.h PacketType.h SubDetector.h \ |
88 |
InitTrailerEvent.h EventTrkEvent.h TestTrkEvent.h \ |
InitTrailerEvent.h EventTrkEvent.h TestTrkEvent.h \ |
89 |
TestTofEvent.h ForcedFECmdEvent.h AcInitEvent.h \ |
TestTofEvent.h ForcedFECmdEvent.h AcInitEvent.h \ |
90 |
CalInitEvent.h TrkInitEvent.h TofInitEvent.h \ |
CalInitEvent.h TrkInitEvent.h TofInitEvent.h \ |
91 |
TrgInitEvent.h NdInitEvent.h \ |
TrgInitEvent.h NdInitEvent.h S4InitEvent.h \ |
92 |
CalAlarmEvent.h AcAlarmEvent.h \ |
CalAlarmEvent.h AcAlarmEvent.h \ |
93 |
TrkAlarmEvent.h TrgAlarmEvent.h TofAlarmEvent.h \ |
TrkAlarmEvent.h TrgAlarmEvent.h TofAlarmEvent.h \ |
94 |
CRC.h Exception.h LinkDef.h |
S4AlarmEvent.h \ |
95 |
|
Exception.h |
96 |
|
|
97 |
|
yodaincdir = $(includedir)/yoda/event |
98 |
|
yodainc_HEADERS= ${SUBPACKET_HEADER_FILES} |
99 |
|
|
100 |
DICT_HEADER_FILES = ${SUBPACKET_HEADER_FILES} \ |
DICT_HEADER_FILES = ${SUBPACKET_HEADER_FILES} \ |
101 |
PacketType.h Algorithm.h AlgorithmInfo.h RunInfo.h Filter.h |
CRC.h Algorithm.h AlgorithmInfo.h RunInfo.h Filter.h LinkDef.h |
102 |
|
|
103 |
EventDict.cpp: ${DICT_HEADER_FILES} LinkDef.h |
EventDict.cpp: ${DICT_HEADER_FILES} |
104 |
rootcint -f $@ -c ${INCLUDES} $^ |
rootcint -f $@ -c ${INCLUDES} $^ |