Skip to content
Snippets Groups Projects
Commit a1b288d2 authored by Paul Schuetze's avatar Paul Schuetze
Browse files

Satisfy more formatting rules

parent 16dae7db
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,8 @@ void BigPixelDetector::config_bigpixel(const Configuration& config) {
big_pixel_x.assign(m_big_pixel.at(0).begin(), m_big_pixel.at(0).end());
big_pixel_y.assign(m_big_pixel.at(1).begin(), m_big_pixel.at(1).end());
m_big_pixel_spatial_resolution = config.get<ROOT::Math::XYVector>("big_pixel_spatial_resolution", 2.*m_spatial_resolution);
m_big_pixel_spatial_resolution =
config.get<ROOT::Math::XYVector>("big_pixel_spatial_resolution", 2. * m_spatial_resolution);
LOG(INFO) << "Numbers of Big Pixels in X : " << big_pixel_x.size();
LOG(INFO) << "Numbers of Big Pixels in Y : " << big_pixel_y.size();
......@@ -220,4 +221,4 @@ Configuration BigPixelDetector::getConfiguration() const {
config.set<XYVector>("big_pixel_spatial_resolution", m_big_pixel_spatial_resolution);
return config;
}
\ No newline at end of file
}
......@@ -57,7 +57,6 @@ namespace corryvreckan {
*/
TMatrixD getSpatialResolutionMatrixGlobal(double, double) const override;
XYVector getSize() const override;
/**
......
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