#include <SiStripApproximateClusterCollection.h>
Public Types | |
using | const_iterator = std::vector< SiStripApproximateCluster >::const_iterator |
Public Member Functions | |
const_iterator | begin () const |
const_iterator | cbegin () const |
const_iterator | cend () const |
const_iterator | end () const |
unsigned int | id () const |
Private Member Functions | |
DetSet (SiStripApproximateClusterCollection const *coll, unsigned int detIndex) | |
Private Attributes | |
unsigned int const | clusBegin_ |
unsigned int const | clusEnd_ |
SiStripApproximateClusterCollection const *const | coll_ |
unsigned int const | detIndex_ |
Definition at line 30 of file SiStripApproximateClusterCollection.h.
using SiStripApproximateClusterCollection::DetSet::const_iterator = std::vector<SiStripApproximateCluster>::const_iterator |
Definition at line 32 of file SiStripApproximateClusterCollection.h.
|
inlineprivate |
Definition at line 43 of file SiStripApproximateClusterCollection.h.
|
inline |
Definition at line 36 of file SiStripApproximateClusterCollection.h.
References clusBegin_, SiStripApproximateClusterCollection::clusters_, and coll_.
Referenced by cbegin().
|
inline |
Definition at line 37 of file SiStripApproximateClusterCollection.h.
References begin().
|
inline |
Definition at line 39 of file SiStripApproximateClusterCollection.h.
References end().
|
inline |
Definition at line 38 of file SiStripApproximateClusterCollection.h.
References clusEnd_, SiStripApproximateClusterCollection::clusters_, and coll_.
Referenced by cend(), Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().
|
inline |
Definition at line 34 of file SiStripApproximateClusterCollection.h.
References coll_, SiStripApproximateClusterCollection::detIds_, and detIndex_.
|
private |
Definition at line 52 of file SiStripApproximateClusterCollection.h.
Referenced by begin().
|
private |
Definition at line 53 of file SiStripApproximateClusterCollection.h.
Referenced by end().
|
private |
Definition at line 50 of file SiStripApproximateClusterCollection.h.
|
private |
Definition at line 51 of file SiStripApproximateClusterCollection.h.
Referenced by id().