![]() |
![]() |
#include <TripletFilter.h>
Public Member Functions | |
bool | checkTrack (const std::vector< const TrackingRecHit * > &recHits, const std::vector< LocalVector > &localDirs, const TrackerTopology *tTopo, const SiPixelClusterShapeCache &clusterShapeCache) |
bool | checkTrack (const std::vector< const TrackingRecHit * > &recHits, const std::vector< GlobalVector > &globalDirs, const TrackerTopology *tTopo, const SiPixelClusterShapeCache &clusterShapeCache) |
TripletFilter (const edm::EventSetup &es) | |
~TripletFilter () | |
Private Attributes | |
const ClusterShapeHitFilter * | theFilter |
Definition at line 15 of file TripletFilter.h.
TripletFilter::TripletFilter | ( | const edm::EventSetup & | es | ) |
Definition at line 22 of file TripletFilter.cc.
References edm::EventSetup::get(), and edm::ESHandle< T >::product().
TripletFilter::~TripletFilter | ( | ) |
bool TripletFilter::checkTrack | ( | const std::vector< const TrackingRecHit * > & | recHits, |
const std::vector< LocalVector > & | localDirs, | ||
const TrackerTopology * | tTopo, | ||
const SiPixelClusterShapeCache & | clusterShapeCache | ||
) |
Definition at line 37 of file TripletFilter.cc.
References HitInfo::getInfo(), TrackingRecHit::isValid(), LogTrace, convertSQLiteXML::ok, and rpcPointValidation_cfi::recHit.
Referenced by ~TripletFilter().
bool TripletFilter::checkTrack | ( | const std::vector< const TrackingRecHit * > & | recHits, |
const std::vector< GlobalVector > & | globalDirs, | ||
const TrackerTopology * | tTopo, | ||
const SiPixelClusterShapeCache & | clusterShapeCache | ||
) |
Definition at line 69 of file TripletFilter.cc.
References HitInfo::getInfo(), TrackingRecHit::isValid(), LogTrace, convertSQLiteXML::ok, and rpcPointValidation_cfi::recHit.
|
private |
Definition at line 26 of file TripletFilter.h.