Skip to content

Commit 5556466

Browse files
martenolesawenzel
authored andcommitted
TRD remove unused placeholder
1 parent c1f2264 commit 5556466

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

Detectors/TRD/base/include/TRDBase/TrackletTransformer.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ class TrackletTransformer
7070
float mXtb0;
7171

7272
o2::trd::CalVdriftExB* mCalibration;
73-
std::vector<float>* mT0;
7473
};
7574

7675
} // namespace trd

Detectors/TRD/base/src/TrackletTransformer.cxx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,9 @@ void TrackletTransformer::loadCalibrationParameters(int timestamp)
4848

4949
mCalibration = ccdbmgr.get<o2::trd::CalVdriftExB>("TRD/Calib/CalVdriftExB");
5050

51-
// placeholder for when t0 is available
52-
mT0 = ccdbmgr.get<std::vector<float>>("TRD/Calib/ChamberT0");
53-
5451
if (mCalibration == nullptr) {
5552
LOG(error) << " failed to get vDrift and ExB parameters from ccdb";
5653
}
57-
if (mT0 == nullptr) {
58-
LOG(warn) << " failed to get mT0 parameters from ccdb";
59-
}
6054
}
6155

6256
float TrackletTransformer::calculateY(int hcid, int column, int position)

0 commit comments

Comments
 (0)