StandardAdcWireBuildingService.h
Go to the documentation of this file.
1 // StandardAdcWireBuildingService.h
2 //
3 // David Adams
4 // June 2016
5 //
6 // Implementation of service to build the recob::Wire in AdcChannelData.
7 //
8 // Configuration:
9 // LogLevel - usual log level
10 //
11 #ifndef StandardAdcWireBuildingService_H
12 #define StandardAdcWireBuildingService_H
13 
15 
16 class AdcSuppressService;
17 
19 
20 public:
21 
23 
24  int build(AdcChannelData& data, WireVector* pwires) const;
25 
26  std::ostream& print(std::ostream& out =std::cout, std::string prefix ="") const;
27 
28 private:
29 
30  // Parameters.
33 
34 };
35 
37 
38 #endif
std::string string
Definition: nybbler.cc:12
DECLARE_ART_SERVICE_INTERFACE_IMPL(MySharedService, art::test::MyServiceInterface, SHARED) DEFINE_ART_SERVICE_INTERFACE_IMPL(MySharedService
std::ostream & print(std::ostream &out=std::cout, std::string prefix="") const
std::vector< recob::Wire > WireVector
StandardAdcWireBuildingService(fhicl::ParameterSet const &pset, art::ActivityRegistry &)
int build(AdcChannelData &data, WireVector *pwires) const