Skip to content

Commit 44942ef

Browse files
luisabergmannf3sch
andauthored
Update DataFormats/Detectors/TRD/src/T0FitHistos.cxx
Co-authored-by: Felix Schlepper <f3sch.git@outlook.com>
1 parent 12b3ec1 commit 44942ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DataFormats/Detectors/TRD/src/T0FitHistos.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
using namespace o2::trd;
2020
using namespace o2::trd::constants;
2121

22-
void T0FitHistos::fill(const std::vector<o2::trd::PHData> data)
22+
void T0FitHistos::fill(const std::vector<o2::trd::PHData>& data)
2323
{
2424
for (auto ph : data) {
2525
int det = ph.getDetector();

0 commit comments

Comments
 (0)