#include <SiPixelClusterShapeCache.h>
Public Types | |
typedef std::vector< std::pair < int, int > >::const_iterator | const_iterator |
typedef std::pair < const_iterator, const_iterator > | Range |
Public Member Functions | |
bool | hasBigPixelsOnlyInside () const |
bool | isComplete () const |
bool | isStraight () const |
SiPixelClusterShapeData (const_iterator begin, const_iterator end, bool isStraight, bool isComplete, bool hasBigPixelsOnlyInside) | |
Range | size () const |
~SiPixelClusterShapeData () | |
Private Attributes | |
const_iterator | begin_ |
const_iterator | end_ |
const bool | hasBigPixelsOnlyInside_ |
const bool | isComplete_ |
const bool | isStraight_ |
Definition at line 19 of file SiPixelClusterShapeCache.h.
typedef std::vector<std::pair<int, int> >::const_iterator SiPixelClusterShapeData::const_iterator |
Definition at line 21 of file SiPixelClusterShapeCache.h.
typedef std::pair<const_iterator, const_iterator> SiPixelClusterShapeData::Range |
Definition at line 22 of file SiPixelClusterShapeCache.h.
|
inline |
Definition at line 23 of file SiPixelClusterShapeCache.h.
SiPixelClusterShapeData::~SiPixelClusterShapeData | ( | ) |
Definition at line 4 of file SiPixelClusterShapeCache.cc.
|
inline |
Definition at line 32 of file SiPixelClusterShapeCache.h.
References hasBigPixelsOnlyInside_.
|
inline |
Definition at line 31 of file SiPixelClusterShapeCache.h.
References isComplete_.
Referenced by ClusterShapeHitFilter::getSizes().
|
inline |
Definition at line 30 of file SiPixelClusterShapeCache.h.
References isStraight_.
Referenced by ClusterShapeHitFilter::getSizes().
|
inline |
Definition at line 28 of file SiPixelClusterShapeCache.h.
Referenced by ClusterShapeHitFilter::getSizes().
|
private |
Definition at line 35 of file SiPixelClusterShapeCache.h.
Referenced by size().
|
private |
Definition at line 35 of file SiPixelClusterShapeCache.h.
Referenced by size().
|
private |
Definition at line 36 of file SiPixelClusterShapeCache.h.
Referenced by hasBigPixelsOnlyInside().
|
private |
Definition at line 36 of file SiPixelClusterShapeCache.h.
Referenced by isComplete().
|
private |
Definition at line 36 of file SiPixelClusterShapeCache.h.
Referenced by isStraight().