|
9 | 9 | # granted to it by virtue of its status as an Intergovernmental Organization |
10 | 10 | # or submit itself to any jurisdiction. |
11 | 11 |
|
12 | | -if (ENABLE_UPGRADES) |
13 | 12 | o2_add_executable(digitizer-workflow |
14 | 13 | COMPONENT_NAME sim |
15 | 14 | SOURCES src/CTPDigitizerSpec.cxx |
@@ -69,63 +68,6 @@ o2_add_executable(digitizer-workflow |
69 | 68 | $<$<BOOL:${ENABLE_UPGRADES}>:O2::ITS3Simulation> |
70 | 69 | $<$<BOOL:${ENABLE_UPGRADES}>:O2::ITS3Workflow> |
71 | 70 | $<$<BOOL:${ENABLE_UPGRADES}>:O2::ITS3Align>) |
72 | | -else() |
73 | | -o2_add_executable(digitizer-workflow |
74 | | - COMPONENT_NAME sim |
75 | | - SOURCES src/CTPDigitizerSpec.cxx |
76 | | - src/FT0DigitizerSpec.cxx |
77 | | - src/FV0DigitizerSpec.cxx |
78 | | - src/FDDDigitizerSpec.cxx |
79 | | - src/GRPUpdaterSpec.cxx |
80 | | - src/HMPIDDigitizerSpec.cxx |
81 | | - src/ITSMFTDigitizerSpec.cxx |
82 | | - src/MCHDigitizerSpec.cxx |
83 | | - src/MIDDigitizerSpec.cxx |
84 | | - src/PHOSDigitizerSpec.cxx |
85 | | - src/CPVDigitizerSpec.cxx |
86 | | - src/SimReaderSpec.cxx |
87 | | - src/SimpleDigitizerWorkflow.cxx |
88 | | - src/TPCDigitRootWriterSpec.cxx |
89 | | - src/TPCDigitizerSpec.cxx |
90 | | - src/ZDCDigitizerSpec.cxx |
91 | | - src/TOFDigitizerSpec.cxx |
92 | | - PUBLIC_LINK_LIBRARIES O2::Framework |
93 | | - O2::Steer |
94 | | - O2::CommonConstants |
95 | | - O2::EMCALSimulation |
96 | | - O2::EMCALWorkflow |
97 | | - O2::FT0Simulation |
98 | | - O2::FV0Simulation |
99 | | - O2::FDDSimulation |
100 | | - O2::CTPSimulation |
101 | | - O2::CTPWorkflowIO |
102 | | - O2::FDDWorkflow |
103 | | - O2::HMPIDSimulation |
104 | | - O2::ITSMFTSimulation |
105 | | - O2::ITSSimulation |
106 | | - O2::ITSMFTWorkflow |
107 | | - O2::MCHSimulation |
108 | | - O2::MCHMappingImpl4 |
109 | | - O2::MCHIO |
110 | | - O2::MCHDigitFiltering |
111 | | - O2::MFTSimulation |
112 | | - O2::MIDSimulation |
113 | | - O2::MIDRaw |
114 | | - O2::PHOSSimulation |
115 | | - O2::CPVSimulation |
116 | | - O2::TOFSimulation |
117 | | - O2::TOFCalibration |
118 | | - O2::TOFReconstruction |
119 | | - O2::TOFWorkflowIO |
120 | | - O2::TPCSimulation |
121 | | - O2::TRDSimulation |
122 | | - O2::TRDWorkflow |
123 | | - O2::DataFormatsTRD |
124 | | - O2::ZDCSimulation |
125 | | - O2::ZDCWorkflow |
126 | | - O2::DetectorsRaw |
127 | | - ) |
128 | | -endif() |
129 | 71 |
|
130 | 72 |
|
131 | 73 | o2_add_executable(mctruth-testworkflow |
|
0 commit comments