7 |
|
|
8 |
libyoda_la_SOURCES = \ |
libyoda_la_SOURCES = \ |
9 |
NullAlgorithm.cpp \ |
NullAlgorithm.cpp \ |
10 |
|
yodaversion.cpp yodaversion.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 \ |
82 |
BUILT_SOURCES = EventDict.cpp EventDict.h |
BUILT_SOURCES = EventDict.cpp EventDict.h |
83 |
|
|
84 |
SUBPACKET_HEADER_FILES = \ |
SUBPACKET_HEADER_FILES = \ |
85 |
PamelaRun.h RunInfo.h \ |
PamelaRun.h yodaversion.h RunInfo.h \ |
86 |
SubPacket.h PacketType.h SubDetector.h \ |
SubPacket.h PacketType.h SubDetector.h \ |
87 |
DirectoryStructure.h Algorithm.h AlgorithmInfo.h \ |
DirectoryStructure.h Algorithm.h AlgorithmInfo.h \ |
88 |
EventHeader.h PscuHeader.h EventCounter.h \ |
EventHeader.h PscuHeader.h EventCounter.h \ |
89 |
|
endrun/PhysEndRunEvent.h endrun/CaloEndRun.h endrun/TBEndRun.h \ |
90 |
|
log/LogEvent.h log/LogRecord.h \ |
91 |
|
varDump/VarDumpEvent.h varDump/VarDumpRecord.h \ |
92 |
|
arrDump/ArrDumpEvent.h arrDump/ArrDumpRecord.h \ |
93 |
|
tabDump/TabDumpEvent.h tabDump/TabDumpRecord.h \ |
94 |
|
tmtc/TmtcEvent.h tmtc/TmtcRecord.h \ |
95 |
|
mcmd/McmdEvent.h mcmd/McmdRecord.h \ |
96 |
|
physics/neutronDetector/NeutronEvent.h physics/neutronDetector/NeutronRecord.h \ |
97 |
|
physics/anticounter/AnticounterEvent.h \ |
98 |
|
physics/calorimeter/CalorimeterEvent.h \ |
99 |
|
physics/S4/S4Event.h \ |
100 |
|
physics/tof/TofEvent.h \ |
101 |
|
physics/tracker/TrackerEvent.h \ |
102 |
|
physics/trigger/TriggerEvent.h \ |
103 |
|
tsbt/TsbTEvent.h tsbt/TsbTRecord.h \ |
104 |
|
tsbb/TsbBEvent.h tsbb/TsbBRecord.h \ |
105 |
PscuEvent.h \ |
PscuEvent.h \ |
106 |
CalibCalPulse1Event.h \ |
CalibCalPulse1Event.h \ |
107 |
CalibCalPulse2Event.h \ |
CalibCalPulse2Event.h \ |
140 |
S4AlarmEvent.h \ |
S4AlarmEvent.h \ |
141 |
Ac2AlarmEvent.h \ |
Ac2AlarmEvent.h \ |
142 |
CRC.h \ |
CRC.h \ |
|
HB_HKBuffer_INFN.h \ |
|
|
LinkDef.h \ |
|
143 |
Exception.h |
Exception.h |
144 |
|
|
145 |
yodaincdir = $(includedir)/yoda/ |
yodaincdir = $(includedir)/yoda/ |
150 |
|
|
151 |
EventDict.cpp: ${DICT_HEADER_FILES} |
EventDict.cpp: ${DICT_HEADER_FILES} |
152 |
@ROOTCINT@ -f $@ -c ${INCLUDES} $^ |
@ROOTCINT@ -f $@ -c ${INCLUDES} $^ |
153 |
|
|