Skip to content
Snippets Groups Projects
Commit 96806096 authored by Lucy Lewitt's avatar Lucy Lewitt Committed by Dmitry Emeliyanov
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent c64e9360
No related branches found
No related tags found
1 merge request!68032RoadPredictor tool for Trigger Phase II ITk tracking, EFTRACK-142
......@@ -26,7 +26,9 @@ class ITrigInDetRoadPredictorTool: virtual public IAlgTool
return IID_ITrigInDetRoadPredictorTool;
}
virtual int getRoad(const std::vector<const Trk::SpacePoint*>&, std::vector<const InDetDD::SiDetectorElement*>&, const EventContext&) const = 0;
virtual int getRoad(const std::vector<const Trk::SpacePoint *> &,
std::vector<const InDetDD::SiDetectorElement *> &,
const EventContext &) const = 0;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment