#include <EcalDigiCollections.h>
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 |
Definition at line 20 of file EcalDigiCollections.h.
Reimplemented from edm::DataFrameContainer.
Reimplemented in EBDigiCollection, EEDigiCollection, and ESDigiCollection.
Definition at line 22 of file EcalDigiCollections.h.
EcalDigiCollection::EcalDigiCollection | ( | size_type | istride = MAXSAMPLES , |
int | isubdet = 0 |
||
) | [inline, explicit] |
Definition at line 24 of file EcalDigiCollections.h.
: edm::DataFrameContainer(istride, isubdet){}
void EcalDigiCollection::swap | ( | DataFrameContainer & | other | ) | [inline] |
Definition at line 26 of file EcalDigiCollections.h.
Referenced by swap().
{this->DataFrameContainer::swap(other);}
const size_type EcalDigiCollection::MAXSAMPLES = 10 [static] |
Definition at line 23 of file EcalDigiCollections.h.