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
ShallowDigisProducer::products Struct Reference

Public Member Functions

 products ()
 

Public Attributes

std::auto_ptr< std::vector
< unsigned > > 
adc
 
std::auto_ptr< std::vector
< unsigned > > 
id
 
std::auto_ptr< std::vector
< float > > 
noise
 
std::auto_ptr< std::vector
< unsigned > > 
strip
 
std::auto_ptr< std::vector
< unsigned > > 
subdet
 

Detailed Description

Definition at line 17 of file ShallowDigisProducer.h.

Constructor & Destructor Documentation

ShallowDigisProducer::products::products ( )
inline

Definition at line 23 of file ShallowDigisProducer.h.

24  : id(new std::vector<unsigned>()),
25  subdet(new std::vector<unsigned>()),
26  strip(new std::vector<unsigned>()),
27  adc(new std::vector<unsigned>()),
28  noise(new std::vector<float>()) {}
std::auto_ptr< std::vector< unsigned > > adc
std::auto_ptr< std::vector< unsigned > > subdet
std::auto_ptr< std::vector< float > > noise
std::auto_ptr< std::vector< unsigned > > id
std::auto_ptr< std::vector< unsigned > > strip

Member Data Documentation

std::auto_ptr<std::vector<unsigned> > ShallowDigisProducer::products::adc
std::auto_ptr<std::vector<unsigned> > ShallowDigisProducer::products::id
std::auto_ptr<std::vector<float> > ShallowDigisProducer::products::noise
std::auto_ptr<std::vector<unsigned> > ShallowDigisProducer::products::strip
std::auto_ptr<std::vector<unsigned> > ShallowDigisProducer::products::subdet