#include <HcalZeroSuppressionAlgo.h>
Definition at line 17 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 |
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)
16 df.setZSInfo(
true,
false);
21 df.setZSInfo(
true,
true);
std::vector< T >::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 45 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().
49 for (i=input.
begin(); i!=input.
end(); ++
i)
54 df.setZSInfo(
true,
false);
59 df.setZSInfo(
true,
true);
std::vector< T >::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 26 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().
30 for (i=input.
begin(); i!=input.
end(); ++
i)
35 df.setZSInfo(
true,
false);
40 df.setZSInfo(
true,
true);
std::vector< T >::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 |