CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
SiStripRecHitConverterAlgorithm::products Struct Reference

#include <SiStripRecHitConverterAlgorithm.h>

Public Member Functions

 products ()
 
void shrink_to_fit ()
 

Public Attributes

std::auto_ptr
< SiStripMatchedRecHit2DCollection
matched
 
std::auto_ptr
< SiStripRecHit2DCollection
rphi
 
std::auto_ptr
< SiStripRecHit2DCollection
rphiUnmatched
 
std::auto_ptr
< SiStripRecHit2DCollection
stereo
 
std::auto_ptr
< SiStripRecHit2DCollection
stereoUnmatched
 

Detailed Description

Definition at line 25 of file SiStripRecHitConverterAlgorithm.h.

Constructor & Destructor Documentation

SiStripRecHitConverterAlgorithm::products::products ( )
inline

Member Function Documentation

void SiStripRecHitConverterAlgorithm::products::shrink_to_fit ( )
inline

Definition at line 35 of file SiStripRecHitConverterAlgorithm.h.

References matched, rphi, rphiUnmatched, stereo, and stereoUnmatched.

Referenced by SiStripRecHitConverter::produce().

35  {
36  matched->shrink_to_fit();
37  rphi->shrink_to_fit(); stereo->shrink_to_fit();
38  rphiUnmatched->shrink_to_fit(); stereoUnmatched->shrink_to_fit();
39  }
std::auto_ptr< SiStripRecHit2DCollection > rphiUnmatched
std::auto_ptr< SiStripRecHit2DCollection > stereoUnmatched
std::auto_ptr< SiStripRecHit2DCollection > rphi
std::auto_ptr< SiStripMatchedRecHit2DCollection > matched
std::auto_ptr< SiStripRecHit2DCollection > stereo

Member Data Documentation

std::auto_ptr<SiStripMatchedRecHit2DCollection> SiStripRecHitConverterAlgorithm::products::matched
std::auto_ptr<SiStripRecHit2DCollection> SiStripRecHitConverterAlgorithm::products::rphi
std::auto_ptr<SiStripRecHit2DCollection> SiStripRecHitConverterAlgorithm::products::rphiUnmatched
std::auto_ptr<SiStripRecHit2DCollection> SiStripRecHitConverterAlgorithm::products::stereo
std::auto_ptr<SiStripRecHit2DCollection> SiStripRecHitConverterAlgorithm::products::stereoUnmatched