CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalDataFrameFilter.h
Go to the documentation of this file.
1 #ifndef HCALDATAFRAMEFILTER_H
2 #define HCALDATAFRAMEFILTER_H 1
3 
6 
19 public:
20  HcalDataFrameFilter(bool requireCapid, bool requireDVER, bool energyFilter, int firstSample=-1, int lastSample=-1, double minAmpl=-1);
32  bool active() const;
33 private:
39 };
40 
41 
42 
43 #endif
bool active() const
whether any filters are on
HBHEDigiCollection filter(const HBHEDigiCollection &incol, HcalUnpackerReport &r)
filter HB/HE data frames
HcalDataFrameFilter(bool requireCapid, bool requireDVER, bool energyFilter, int firstSample=-1, int lastSample=-1, double minAmpl=-1)