Skip to content
Snippets Groups Projects
Commit a7eba392 authored by Ginger Cheng's avatar Ginger Cheng
Browse files

plural fixed planes

parent aeed2655
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ namespace corryvreckan {
bool m_alignOrientation;
size_t m_maxAssocClusters;
double m_maxTrackChi2;
std::vector<std::string> fixed_plane_;
std::vector<std::string> fixed_planes_;
std::map<std::string, TGraph*> align_correction_shiftX;
std::map<std::string, TGraph*> align_correction_shiftY;
......
......@@ -59,7 +59,7 @@ namespace corryvreckan {
double range_abs;
PrealignMethod method;
int fit_range_rel;
std::vector<std::string> fixed_plane_;
std::vector<std::string> fixed_planes_;
};
} // namespace corryvreckan
#endif // PREALIGNMENT_H
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