Skip to content

Commit d89e9b3

Browse files
authored
Merge 8fc17a0 into sapling-pr-archive-ktf
2 parents 556cd84 + 8fc17a0 commit d89e9b3

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

Detectors/TPC/base/test/testTPCCDBInterface.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include "TFile.h"
2222

2323
// o2 includes
24-
#include "TPCBase/CDBInterface.h"
24+
#include "TPCCore/CDBInterface.h"
2525
#include "TPCBase/CalArray.h"
2626
#include "TPCBase/CalDet.h"
2727
#include "TPCBase/Mapper.h"

Detectors/TPC/calibration/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,16 @@ o2_target_root_dictionary(TPCCalibration
118118
include/TPCCalibration/PressureTemperatureHelper.h)
119119

120120
o2_add_test_root_macro(macro/comparePedestalsAndNoise.C
121-
PUBLIC_LINK_LIBRARIES O2::TPCBase
121+
PUBLIC_LINK_LIBRARIES O2::TPCCore
122122
LABELS tpc)
123123
o2_add_test_root_macro(macro/drawNoiseAndPedestal.C
124-
PUBLIC_LINK_LIBRARIES O2::TPCBase
124+
PUBLIC_LINK_LIBRARIES O2::TPCCore
125125
LABELS tpc)
126126
o2_add_test_root_macro(macro/drawPulser.C
127-
PUBLIC_LINK_LIBRARIES O2::TPCBase
127+
PUBLIC_LINK_LIBRARIES O2::TPCCore
128128
LABELS tpc)
129129
o2_add_test_root_macro(macro/mergeNoiseAndPedestal.C
130-
PUBLIC_LINK_LIBRARIES O2::TPCBase
130+
PUBLIC_LINK_LIBRARIES O2::TPCCore
131131
LABELS tpc)
132132
o2_add_test_root_macro(macro/runPedestal.C
133133
PUBLIC_LINK_LIBRARIES O2::TPCCalibration

Detectors/TPC/calibration/macro/drawNoiseAndPedestal.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include "TPCBase/CalDet.h"
2222
#include "TPCBase/Painter.h"
2323
#include "TPCBase/Utils.h"
24-
#include "TPCBase/CDBInterface.h"
24+
#include "TPCCore/CDBInterface.h"
2525
#include "TPad.h"
2626
#include "TCanvas.h"
2727
#include "TH1F.h"

Detectors/TPC/calibration/macro/prepareCMFiles.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include "TFile.h"
1919

2020
#include "Framework/Logger.h"
21-
#include "TPCBase/CDBInterface.h"
21+
#include "TPCCore/CDBInterface.h"
2222
#include "TPCBase/Mapper.h"
2323
#include "TPCBase/CalDet.h"
2424
#include "TPCBase/Utils.h"

Detectors/TPC/calibration/macro/prepareITFiles.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include "TFile.h"
2222

2323
#include "Framework/Logger.h"
24-
#include "TPCBase/CDBInterface.h"
24+
#include "TPCCore/CDBInterface.h"
2525
#include "TPCBase/Mapper.h"
2626
#include "TPCBase/CalDet.h"
2727
#include "TPCBase/Utils.h"

Detectors/TPC/calibration/macro/preparePedestalFiles.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include "TFile.h"
1919
#include "TROOT.h"
2020

21-
#include "TPCBase/CDBInterface.h"
21+
#include "TPCCore/CDBInterface.h"
2222
#include "TPCBase/Mapper.h"
2323
#include "TPCBase/CalDet.h"
2424
#include "TPCBase/Utils.h"

Detectors/TPC/simulation/macro/toyCluster.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#include "TPCBase/Mapper.h"
4545
#include "TPCBase/ParameterDetector.h"
4646
#include "TPCBase/ParameterElectronics.h"
47-
#include "TPCBase/CDBInterface.h"
47+
#include "TPCCore/CDBInterface.h"
4848
#include "TPCSimulation/ElectronTransport.h"
4949
#include "TPCSimulation/SAMPAProcessing.h"
5050
#include "TPCSimulation/Point.h"

Detectors/TPC/spacecharge/macro/createSCHistosFromHits.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ g++ -o createSCHistosFromHits createSCHistosFromHits.C -I ~/alice/sw/osx_x86-64/
112112
#include "TPCBase/ParameterDetector.h"
113113
#include "TPCBase/ParameterGEM.h"
114114
#include "TPCBase/ParameterElectronics.h"
115-
#include "TPCBase/CDBInterface.h"
115+
#include "TPCCore/CDBInterface.h"
116116
#include "TPCSimulation/ElectronTransport.h"
117117
#include "TPCSimulation/GEMAmplification.h"
118118
#include "TPCSimulation/SAMPAProcessing.h"

0 commit comments

Comments
 (0)