ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
TrkDriftCircleMath::SegCandVec Class Reference

#include <SegmentCandidate.h>

Inheritance diagram for TrkDriftCircleMath::SegCandVec:
Collaboration diagram for TrkDriftCircleMath::SegCandVec:

Public Member Functions

 SegCandVec ()
 
 SegCandVec (const SegVec &segVec)
 

Public Attributes

elements
 STL member. More...
 

Detailed Description

Definition at line 42 of file SegmentCandidate.h.

Constructor & Destructor Documentation

◆ SegCandVec() [1/2]

TrkDriftCircleMath::SegCandVec::SegCandVec ( )
inline

Definition at line 44 of file SegmentCandidate.h.

44 {};

◆ SegCandVec() [2/2]

TrkDriftCircleMath::SegCandVec::SegCandVec ( const SegVec segVec)

Definition at line 43 of file SegmentCandidate.cxx.

43  {
44  reserve(segVec.size());
45 
46  SegCit segIt = segVec.begin();
47  SegCit segItEnd = segVec.end();
48  for (; segIt != segItEnd; ++segIt) { push_back(SegmentCandidate(*segIt)); }
49  }

Member Data Documentation

◆ elements

T std::vector< T >::elements
inherited

STL member.


The documentation for this class was generated from the following files:
TrkDriftCircleMath::SegCit
SegVec::const_iterator SegCit
Definition: TrkUtilityPackages/TrkDriftCircleMath/TrkDriftCircleMath/Segment.h:124