CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
SiStripApproximateClusterCollection::Filler Class Reference

#include <SiStripApproximateClusterCollection.h>

Public Member Functions

void push_back (SiStripApproximateCluster const &cluster)
 

Private Member Functions

 Filler (std::vector< SiStripApproximateCluster > &clusters)
 

Private Attributes

std::vector< SiStripApproximateCluster > & clusters_
 
friend SiStripApproximateClusterCollection
 

Detailed Description

Definition at line 18 of file SiStripApproximateClusterCollection.h.

Constructor & Destructor Documentation

◆ Filler()

SiStripApproximateClusterCollection::Filler::Filler ( std::vector< SiStripApproximateCluster > &  clusters)
inlineprivate

Member Function Documentation

◆ push_back()

void SiStripApproximateClusterCollection::Filler::push_back ( SiStripApproximateCluster const &  cluster)
inline

Definition at line 20 of file SiStripApproximateClusterCollection.h.

References clusters_.

20 { clusters_.push_back(cluster); }
std::vector< SiStripApproximateCluster > & clusters_

Member Data Documentation

◆ clusters_

std::vector<SiStripApproximateCluster>& SiStripApproximateClusterCollection::Filler::clusters_
private

Definition at line 26 of file SiStripApproximateClusterCollection.h.

Referenced by push_back().

◆ SiStripApproximateClusterCollection

friend SiStripApproximateClusterCollection::Filler::SiStripApproximateClusterCollection
private

Definition at line 23 of file SiStripApproximateClusterCollection.h.