13 #include "art/Framework/Core/ModuleMacros.h"
14 #include "art/Framework/Core/EDAnalyzer.h"
15 #include "art/Framework/Services/Registry/ServiceHandle.h"
21 namespace art {
class Event; }
22 namespace fhicl {
class ParameterSet; }
37 virtual void analyze(art::Event
const&) {}
42 std::unique_ptr<geo::GeometryIteratorLoopTestAlg>
tester;
62 art::ServiceHandle<geo::Geometry const> geom;
Performs tests on the geometry as seen by Geometry service.
virtual void analyze(art::Event const &)
GeometryIteratorLoopTest(fhicl::ParameterSet const &pset)
Tests the correct iteration of the geo::Geometry iterators.
std::unique_ptr< geo::GeometryIteratorLoopTestAlg > tester
the test algorithm
art framework interface to geometry description