File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,11 +29,6 @@ o2physics_add_dpl_workflow(validation
2929 PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase
3030 COMPONENT_NAME Analysis )
3131
32- o2physics_add_dpl_workflow (event-selection-qa
33- SOURCES eventSelectionQa.cxx
34- PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::AnalysisCCDB O2::DetectorsBase
35- COMPONENT_NAME Analysis )
36-
3732o2physics_add_dpl_workflow (multiplicity-qa
3833 SOURCES multiplicityQa.cxx
3934 PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsBase
Original file line number Diff line number Diff line change 1+ # Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2+ # See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3+ # All rights not expressly granted are reserved.
4+ #
5+ # This software is distributed under the terms of the GNU General Public
6+ # License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7+ #
8+ # In applying this license CERN does not waive the privileges and immunities
9+ # granted to it by virtue of its status as an Intergovernmental Organization
10+ # or submit itself to any jurisdiction.
11+
12+ o2physics_add_dpl_workflow (event-selection-qa
13+ SOURCES eventSelectionQa.cxx
14+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::AnalysisCCDB O2::DetectorsBase
15+ COMPONENT_NAME Analysis )
File renamed without changes.
Original file line number Diff line number Diff line change 1010# or submit itself to any jurisdiction.
1111
1212add_subdirectory (AOTTrack )
13+ add_subdirectory (AOTEvent )
1314add_subdirectory (TPC )
1415add_subdirectory (TOF )
1516add_subdirectory (FDD )
You can’t perform that action at this time.
0 commit comments