#include <PdgIdExcluder.h>
|
std::vector< int >::const_iterator | begin_ |
|
std::vector< int >::const_iterator | end_ |
|
std::vector< int > | pdgId_ |
|
Definition at line 12 of file PdgIdExcluder.h.
PdgIdExcluder::PdgIdExcluder |
( |
const std::vector< int > & |
pdgId | ) |
|
|
inline |
Definition at line 13 of file PdgIdExcluder.h.
References funct::abs(), begin_, end_, i, and pdgId_.
14 for( std::vector<int>::const_iterator
i =
pdgId.begin();
i !=
pdgId.end(); ++
i )
std::vector< int > pdgId_
Abs< T >::type abs(const T &t)
std::vector< int >::const_iterator end_
std::vector< int >::const_iterator begin_
Definition at line 19 of file PdgIdExcluder.h.
std::vector< int > pdgId_
std::vector< int >::const_iterator end_
std::vector< int >::const_iterator begin_
template<typename T >
bool PdgIdExcluder::operator() |
( |
const T & |
t | ) |
const |
|
inline |
Definition at line 25 of file PdgIdExcluder.h.
References funct::abs(), begin_, end_, and spr::find().
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
Abs< T >::type abs(const T &t)
std::vector< int >::const_iterator end_
std::vector< int >::const_iterator begin_
std::vector<int>::const_iterator PdgIdExcluder::begin_ |
|
private |
std::vector<int>::const_iterator PdgIdExcluder::end_ |
|
private |
std::vector<int> PdgIdExcluder::pdgId_ |
|
private |