Skip to content

Commit f15bb28

Browse files
committed
Revert "AggregatedRunInfo struct proposal"
This reverts commit dbfe3c6. (Compilation broken)
1 parent 3b4c9cf commit f15bb28

File tree

4 files changed

+1
-104
lines changed

4 files changed

+1
-104
lines changed

DataFormats/Parameters/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ o2_add_library(DataFormatsParameters
1414
src/GRPLHCIFData.cxx
1515
src/GRPECSObject.cxx
1616
src/GRPMagField.cxx
17-
src/AggregatedRunInfo.cxx
18-
PUBLIC_LINK_LIBRARIES FairRoot::Base O2::CommonConstants
17+
PUBLIC_LINK_LIBRARIES FairRoot::Base O2::CommonConstants
1918
O2::CommonTypes O2::CCDB
2019
O2::DetectorsCommonDataFormats)
2120

@@ -25,7 +24,6 @@ o2_target_root_dictionary(DataFormatsParameters
2524
include/DataFormatsParameters/GRPLHCIFData.h
2625
include/DataFormatsParameters/GRPECSObject.h
2726
include/DataFormatsParameters/GRPMagField.h
28-
include/DataFormatsParameters/AggregatedRunInfo.h
2927
LINKDEF src/ParametersDataLinkDef.h)
3028

3129
o2_add_executable(simgrp-tool

DataFormats/Parameters/include/DataFormatsParameters/AggregatedRunInfo.h

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

DataFormats/Parameters/src/AggregatedRunInfo.cxx

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

DataFormats/Parameters/src/ParametersDataLinkDef.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@
3030
#pragma link C++ class o2::parameters::GRPMagField + ;
3131
#pragma link C++ class std::unordered_map < unsigned int, unsigned int> + ;
3232
#pragma link C++ class std::pair < unsigned long, std::string> + ;
33-
#pragma link C++ struct o2::parameters::AggregatedRunInfo + ;
3433

3534
#endif

0 commit comments

Comments
 (0)