7 |
|
|
8 |
libyoda_la_SOURCES = \ |
libyoda_la_SOURCES = \ |
9 |
NullAlgorithm.cpp \ |
NullAlgorithm.cpp \ |
10 |
|
Filter.cpp Filter.h \ |
11 |
PamelaRun.cpp PamelaRun.h \ |
PamelaRun.cpp PamelaRun.h \ |
12 |
RunInfo.cpp RunInfo.h \ |
RunInfo.cpp RunInfo.h \ |
13 |
EventDict.cpp EventDict.h \ |
EventDict.cpp EventDict.h \ |
47 |
TrkInitEvent.cpp TrkInitEvent.h \ |
TrkInitEvent.cpp TrkInitEvent.h \ |
48 |
TofInitEvent.cpp TofInitEvent.h \ |
TofInitEvent.cpp TofInitEvent.h \ |
49 |
TrgInitEvent.cpp TrgInitEvent.h \ |
TrgInitEvent.cpp TrgInitEvent.h \ |
50 |
|
NdInitEvent.cpp NdInitEvent.h \ |
51 |
CalAlarmEvent.cpp CalAlarmEvent.h \ |
CalAlarmEvent.cpp CalAlarmEvent.h \ |
52 |
AcAlarmEvent.cpp AcAlarmEvent.h \ |
AcAlarmEvent.cpp AcAlarmEvent.h \ |
53 |
TrkAlarmEvent.cpp TrkAlarmEvent.h \ |
TrkAlarmEvent.cpp TrkAlarmEvent.h \ |
54 |
TrgAlarmEvent.cpp TrgAlarmEvent.h \ |
TrgAlarmEvent.cpp TrgAlarmEvent.h \ |
55 |
TofAlarmEvent.cpp TofAlarmEvent.h \ |
TofAlarmEvent.cpp TofAlarmEvent.h \ |
56 |
CRC.c CRC.h \ |
CRC.c CRC.h \ |
57 |
Exception.h LinkDef.h |
Exception.h LinkDef.h |
58 |
|
|
59 |
libyoda_la_LIBADD = \ |
libyoda_la_LIBADD = \ |
60 |
physics/tracker/libtrackerevent.la \ |
physics/tracker/libtrackerevent.la \ |
61 |
|
physics/S4/libs4event.la \ |
62 |
physics/anticounter/libanticounterevent.la \ |
physics/anticounter/libanticounterevent.la \ |
63 |
physics/calorimeter/libcalorimeterevent.la \ |
physics/calorimeter/libcalorimeterevent.la \ |
64 |
physics/neutronDetector/libneutronevent.la \ |
physics/neutronDetector/libneutronevent.la \ |
74 |
|
|
75 |
|
|
76 |
SUBPACKET_HEADER_FILES = \ |
SUBPACKET_HEADER_FILES = \ |
77 |
PamelaRun.h RunInfo.h \ |
PamelaRun.h RunInfo.h Filter.h \ |
78 |
SubPacket.h PacketType.h SubDetector.h \ |
SubPacket.h PacketType.h SubDetector.h \ |
79 |
DirectoryStructure.h Algorithm.h AlgorithmInfo.h \ |
DirectoryStructure.h Algorithm.h AlgorithmInfo.h \ |
80 |
EventHeader.h PscuHeader.h EventCounter.h \ |
EventHeader.h PscuHeader.h EventCounter.h \ |
87 |
InitTrailerEvent.h EventTrkEvent.h TestTrkEvent.h \ |
InitTrailerEvent.h EventTrkEvent.h TestTrkEvent.h \ |
88 |
TestTofEvent.h ForcedFECmdEvent.h AcInitEvent.h \ |
TestTofEvent.h ForcedFECmdEvent.h AcInitEvent.h \ |
89 |
CalInitEvent.h TrkInitEvent.h TofInitEvent.h \ |
CalInitEvent.h TrkInitEvent.h TofInitEvent.h \ |
90 |
TrgInitEvent.h CalAlarmEvent.h AcAlarmEvent.h \ |
TrgInitEvent.h NdInitEvent.h \ |
91 |
|
CalAlarmEvent.h AcAlarmEvent.h \ |
92 |
TrkAlarmEvent.h TrgAlarmEvent.h TofAlarmEvent.h \ |
TrkAlarmEvent.h TrgAlarmEvent.h TofAlarmEvent.h \ |
93 |
CRC.h Exception.h LinkDef.h |
CRC.h Exception.h LinkDef.h |
94 |
|
|
95 |
DICT_HEADER_FILES = ${SUBPACKET_HEADER_FILES} \ |
DICT_HEADER_FILES = ${SUBPACKET_HEADER_FILES} \ |
96 |
PacketType.h Algorithm.h AlgorithmInfo.h RunInfo.h |
PacketType.h Algorithm.h AlgorithmInfo.h RunInfo.h Filter.h |
97 |
|
|
98 |
EventDict.cpp: ${DICT_HEADER_FILES} LinkDef.h |
EventDict.cpp: ${DICT_HEADER_FILES} LinkDef.h |
99 |
rootcint -f $@ -c ${INCLUDES} $^ |
rootcint -f $@ -c ${INCLUDES} $^ |