|
12 | 12 | // framework |
13 | 13 | #include "art/Framework/Principal/Event.h" |
14 | 14 | #include "art/Framework/Core/ModuleMacros.h" |
15 | | -#include "fhiclcpp/ParameterSet.h" |
| 15 | +#include "fhiclcpp/ParameterSet.h" |
16 | 16 | #include "fhiclcpp/types/Atom.h" |
17 | | -#include "art/Framework/Principal/Handle.h" |
18 | | -#include "canvas/Persistency/Common/Ptr.h" |
19 | | -#include "canvas/Persistency/Common/PtrVector.h" |
20 | | -#include "art/Framework/Services/Registry/ServiceHandle.h" |
21 | | -#include "messagefacility/MessageLogger/MessageLogger.h" |
| 17 | +#include "art/Framework/Principal/Handle.h" |
| 18 | +#include "canvas/Persistency/Common/Ptr.h" |
| 19 | +#include "canvas/Persistency/Common/PtrVector.h" |
| 20 | +#include "art/Framework/Services/Registry/ServiceHandle.h" |
| 21 | +#include "messagefacility/MessageLogger/MessageLogger.h" |
22 | 22 |
|
23 | 23 | // LArSoft |
24 | 24 | #include "larcore/Geometry/Geometry.h" |
@@ -68,7 +68,7 @@ namespace sbnd::crt { |
68 | 68 |
|
69 | 69 | // CRT strip geometry struct contains dimensions and mother module |
70 | 70 | struct CRTStripGeo{ |
71 | | - CRTStripGeo(const TGeoNode *stripNode, const geo::AuxDetSensitiveGeo &auxDetSensitive, |
| 71 | + CRTStripGeo(const TGeoNode *stripNode, const geo::AuxDetSensitiveGeo &auxDetSensitive, |
72 | 72 | const uint16_t _adsID, const std::string &_moduleName, |
73 | 73 | const uint16_t _channel0, const uint16_t _channel1) |
74 | 74 | { |
@@ -271,7 +271,7 @@ namespace sbnd::crt { |
271 | 271 | fhicl::Name("MC") |
272 | 272 | }; |
273 | 273 | }; |
274 | | - |
| 274 | + |
275 | 275 | CRTGeoAlg(const Config& config, geo::GeometryCore const *geometry, |
276 | 276 | geo::AuxDetGeometryCore const *auxdet_geometry); |
277 | 277 |
|
|
0 commit comments