FixedZeroSuppressService_service.cc
Go to the documentation of this file.
1 // FixedZeroSuppressService.cxx
2 
5 #include <cmath>
8 
9 using std::string;
10 using std::ostream;
11 using std::endl;
12 
13 //**********************************************************************
14 
17 }
18 
19 //**********************************************************************
20 
22 
23 //**********************************************************************
24 
27  keep.clear();
28  keep.resize(sigs.size(), true);
29  return 0;
30 }
31 
32 //**********************************************************************
33 
34 ostream& FixedZeroSuppressService::print(ostream& out, string prefix) const {
35  out << prefix << "FixedZeroSuppressService";
36  return out;
37 }
38 
39 //**********************************************************************
40 
42 
43 //**********************************************************************
std::vector< AdcCount > AdcCountVector
Definition: AdcTypes.h:19
std::string string
Definition: nybbler.cc:12
std::ostream & print(std::ostream &out=std::cout, std::string prefix="") const
std::vector< bool > AdcFilterVector
Definition: AdcTypes.h:27
float AdcPedestal
Definition: AdcTypes.h:25
int filter(const AdcCountVector &sigs, Channel chan, AdcPedestal ped, AdcFilterVector &keep) const
QTextStream & endl(QTextStream &s)
#define DEFINE_ART_SERVICE_INTERFACE_IMPL(svc, iface)