CMS 3D CMS Logo

Public Types | Public Member Functions | Static Public Attributes

EcalDigiCollection Class Reference

#include <EcalDigiCollections.h>

Inheritance diagram for EcalDigiCollection:
edm::DataFrameContainer EBDigiCollection EEDigiCollection ESDigiCollection

List of all members.

Public Types

typedef
edm::DataFrameContainer::size_type 
size_type

Public Member Functions

 EcalDigiCollection (size_type istride=MAXSAMPLES, int isubdet=0)
void swap (DataFrameContainer &other)

Static Public Attributes

static const size_type MAXSAMPLES = 10

Detailed Description

Definition at line 20 of file EcalDigiCollections.h.


Member Typedef Documentation

Reimplemented from edm::DataFrameContainer.

Reimplemented in EBDigiCollection, EEDigiCollection, and ESDigiCollection.

Definition at line 22 of file EcalDigiCollections.h.


Constructor & Destructor Documentation

EcalDigiCollection::EcalDigiCollection ( size_type  istride = MAXSAMPLES,
int  isubdet = 0 
) [inline, explicit]

Definition at line 24 of file EcalDigiCollections.h.

                                                                            : 
    edm::DataFrameContainer(istride, isubdet){}

Member Function Documentation

void EcalDigiCollection::swap ( DataFrameContainer &  other) [inline]

Definition at line 26 of file EcalDigiCollections.h.

Referenced by swap().

{this->DataFrameContainer::swap(other);}

Member Data Documentation

Definition at line 23 of file EcalDigiCollections.h.