#include <HcalZeroSuppressionAlgo.h>
Definition at line 15 of file HcalZeroSuppressionAlgo.h.
HcalZeroSuppressionAlgo::HcalZeroSuppressionAlgo |
( |
bool |
markAndPass | ) |
|
|
protected |
void HcalZeroSuppressionAlgo::clearDbService |
( |
| ) |
|
|
inline |
void HcalZeroSuppressionAlgo::setDbService |
( |
const HcalDbService * |
db | ) |
|
|
inline |
virtual bool HcalZeroSuppressionAlgo::shouldKeep |
( |
const HBHEDataFrame & |
digi | ) |
const |
|
pure virtual |
virtual bool HcalZeroSuppressionAlgo::shouldKeep |
( |
const HODataFrame & |
digi | ) |
const |
|
pure virtual |
virtual bool HcalZeroSuppressionAlgo::shouldKeep |
( |
const HFDataFrame & |
digi | ) |
const |
|
pure virtual |
virtual bool HcalZeroSuppressionAlgo::shouldKeep |
( |
const QIE10DataFrame & |
digi | ) |
const |
|
pure virtual |
Definition at line 8 of file HcalZeroSuppressionAlgo.cc.
References edm::SortedCollection< T, SORT >::begin(), edm::SortedCollection< T, SORT >::end(), i, m_markAndPass, edm::SortedCollection< T, SORT >::push_back(), HBHEDataFrame::setZSInfo(), and shouldKeep().
11 for (i=input.
begin(); i!=input.
end(); ++
i) {
17 df.setZSInfo(
true,
false);
22 df.setZSInfo(
true,
true);
std::vector< HBHEDataFrame >::const_iterator const_iterator
void push_back(T const &t)
const_iterator end() const
virtual bool shouldKeep(const HBHEDataFrame &digi) const =0
const_iterator begin() const
Definition at line 48 of file HcalZeroSuppressionAlgo.cc.
References edm::SortedCollection< T, SORT >::begin(), edm::SortedCollection< T, SORT >::end(), i, m_markAndPass, edm::SortedCollection< T, SORT >::push_back(), HODataFrame::setZSInfo(), and shouldKeep().
51 for (i=input.
begin(); i!=input.
end(); ++
i) {
57 df.setZSInfo(
true,
false);
62 df.setZSInfo(
true,
true);
std::vector< HODataFrame >::const_iterator const_iterator
void push_back(T const &t)
const_iterator end() const
virtual bool shouldKeep(const HBHEDataFrame &digi) const =0
const_iterator begin() const
Definition at line 28 of file HcalZeroSuppressionAlgo.cc.
References edm::SortedCollection< T, SORT >::begin(), edm::SortedCollection< T, SORT >::end(), i, m_markAndPass, edm::SortedCollection< T, SORT >::push_back(), HFDataFrame::setZSInfo(), and shouldKeep().
31 for (i=input.
begin(); i!=input.
end(); ++
i) {
37 df.setZSInfo(
true,
false);
42 df.setZSInfo(
true,
true);
std::vector< HFDataFrame >::const_iterator const_iterator
void push_back(T const &t)
const_iterator end() const
virtual bool shouldKeep(const HBHEDataFrame &digi) const =0
const_iterator begin() const
Definition at line 69 of file HcalZeroSuppressionAlgo.cc.
References edm::SortedCollection< T, SORT >::begin(), edm::SortedCollection< T, SORT >::end(), i, m_markAndPass, edm::SortedCollection< T, SORT >::push_back(), HcalUpgradeDataFrame::setZSInfo(), and shouldKeep().
72 for (i=input.
begin(); i!=input.
end(); ++
i) {
78 df.setZSInfo(
true,
false);
83 df.setZSInfo(
true,
true);
std::vector< HcalUpgradeDataFrame >::const_iterator const_iterator
void push_back(T const &t)
const_iterator end() const
virtual bool shouldKeep(const HBHEDataFrame &digi) const =0
const_iterator begin() const
bool HcalZeroSuppressionAlgo::m_markAndPass |
|
private |