Skip to content

Commit 7296873

Browse files
Barthelemysawenzel
authored andcommitted
Remove old classes of CCDB (#2428)
* Remove old classes of CCDB * Changes for TPC (TestTPCCDBInterface disabled) * add doxygen
1 parent 40acac4 commit 7296873

51 files changed

Lines changed: 53 additions & 9541 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CCDB/CMakeLists.txt

Lines changed: 15 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -9,86 +9,25 @@
99
# submit itself to any jurisdiction.
1010

1111
o2_add_library(CCDB
12-
SOURCES src/Backend.cxx
13-
src/BackendOCDB.cxx
14-
src/BackendRiak.cxx
15-
src/Condition.cxx
16-
src/ConditionId.cxx
17-
src/ConditionMetaData.cxx
18-
src/FileStorage.cxx
19-
src/GridStorage.cxx
20-
src/IdPath.cxx
21-
src/IdRunRange.cxx
22-
src/LocalStorage.cxx
23-
src/Manager.cxx
24-
src/ObjectHandler.cxx
25-
src/Storage.cxx
26-
src/XmlHandler.cxx
27-
src/CcdbApi.cxx
28-
src/ConditionsMQServer.cxx
29-
src/ConditionsMQClient.cxx
30-
src/BasicCCDBManager.cxx
31-
src/CCDBTimeStampUtils.cxx
32-
src/request.proto
33-
PUBLIC_LINK_LIBRARIES FairMQ::FairMQ
34-
protobuf::libprotobuf
35-
ROOT::Hist
36-
ROOT::XMLParser
37-
O2::CommonUtils
38-
FairRoot::ParMQ
39-
O2::Device
40-
CURL::libcurl
41-
Boost::thread
12+
SOURCES src/CcdbApi.cxx
13+
src/BasicCCDBManager.cxx
14+
src/CCDBTimeStampUtils.cxx
15+
src/IdPath.cxx
16+
PUBLIC_LINK_LIBRARIES CURL::libcurl
17+
FairRoot::ParMQ
18+
ROOT::Hist
19+
O2::Device
20+
O2::CommonUtils
21+
FairMQ::FairMQ
4222
TARGETVARNAME targetName)
4323

44-
protobuf_generate(TARGET ${targetName})
45-
4624
o2_target_root_dictionary(CCDB
47-
HEADERS include/CCDB/Backend.h
48-
include/CCDB/BackendOCDB.h
49-
include/CCDB/BackendRiak.h
50-
include/CCDB/Condition.h
51-
include/CCDB/ConditionId.h
52-
include/CCDB/ConditionMetaData.h
53-
include/CCDB/FileStorage.h
54-
include/CCDB/GridStorage.h
55-
include/CCDB/IdPath.h
56-
include/CCDB/IdRunRange.h
57-
include/CCDB/LocalStorage.h
58-
include/CCDB/Manager.h
59-
include/CCDB/ObjectHandler.h
60-
include/CCDB/Storage.h
61-
include/CCDB/XmlHandler.h
62-
include/CCDB/TObjectWrapper.h
25+
HEADERS
6326
include/CCDB/CcdbApi.h
64-
include/CCDB/BasicCCDBManager.h
65-
include/CCDB/CCDBTimeStampUtils.h
66-
test/TestClass.h)
67-
68-
o2_add_executable(conditions-server
69-
SOURCES src/runConditionsServer.cxx
70-
COMPONENT_NAME ccdb
71-
PUBLIC_LINK_LIBRARIES O2::CCDB)
72-
73-
o2_add_executable(conditions-client
74-
SOURCES src/runConditionsClient.cxx
75-
COMPONENT_NAME ccdb
76-
PUBLIC_LINK_LIBRARIES O2::CCDB)
77-
78-
o2_add_executable(standalone-client
79-
SOURCES test/testQueryServerStandalone.cxx
80-
COMPONENT_NAME ccdb
81-
PUBLIC_LINK_LIBRARIES O2::CCDB)
82-
83-
o2_data_file(COPY config/conditions-server.json config/conditions-client.json
84-
example/fill_local_ocdb.C
85-
DESTINATION config)
86-
87-
o2_add_test(WriteReadAny
88-
SOURCES test/testWriteReadAny.cxx
89-
COMPONENT_NAME ccdb
90-
PUBLIC_LINK_LIBRARIES O2::CCDB
91-
LABELS ccdb)
27+
include/CCDB/TObjectWrapper.h
28+
include/CCDB/IdPath.h
29+
include/CCDB/BasicCCDBManager.h
30+
include/CCDB/CCDBTimeStampUtils.h)
9231

9332
o2_add_test(CcdbApi
9433
SOURCES test/testCcdbApi.cxx

CCDB/config/conditions-client.json

Lines changed: 0 additions & 34 deletions
This file was deleted.

CCDB/config/conditions-server.json

Lines changed: 0 additions & 55 deletions
This file was deleted.

CCDB/example/fill_local_ocdb.C

Lines changed: 0 additions & 15 deletions
This file was deleted.

CCDB/include/CCDB/Backend.h

Lines changed: 0 additions & 54 deletions
This file was deleted.

CCDB/include/CCDB/BackendOCDB.h

Lines changed: 0 additions & 46 deletions
This file was deleted.

CCDB/include/CCDB/BackendRiak.h

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)