Skip to content

Commit 856bf0d

Browse files
committed
fix clang
1 parent 26a6310 commit 856bf0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/ITSMFT/ITS/postprocessing/studies/src/ITSBeamBackgroundStudy.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class ITSBeamBackgroundStudy : public Task
6868
// Utilities
6969
int ChipToLayer(int chip);
7070
double ChipToPhi(int chip);
71-
bool searchBCfromMap(std::map<long, std::set<int>> &BCperorbit, long target_orbit, int target_bc);
71+
bool searchBCfromMap(std::map<long, std::set<int>>& BCperorbit, long target_orbit, int target_bc);
7272

7373
std::shared_ptr<o2::base::GRPGeomRequest> mGGCCDBRequest;
7474
std::shared_ptr<DataRequest> mDataRequest;

0 commit comments

Comments
 (0)