CMS 3D CMS Logo

Public Types | Public Member Functions

EEDataFrame Class Reference

#include <EEDataFrame.h>

Inheritance diagram for EEDataFrame:
EcalDataFrame

List of all members.

Public Types

typedef EcalDataFrame Base
typedef EEDetId key_type
 For the sorted collection.

Public Member Functions

 EEDataFrame ()
 EEDataFrame (edm::DataFrame const &base)
 EEDataFrame (EcalDataFrame const &base)
key_type id () const
virtual ~EEDataFrame ()

Detailed Description

Id:
EEDataFrame.h,v 1.6 2007/07/24 10:57:51 innocent Exp

Definition at line 16 of file EEDataFrame.h.


Member Typedef Documentation

Definition at line 20 of file EEDataFrame.h.

For the sorted collection.

Definition at line 19 of file EEDataFrame.h.


Constructor & Destructor Documentation

EEDataFrame::EEDataFrame ( ) [inline]

Definition at line 22 of file EEDataFrame.h.

{}
EEDataFrame::EEDataFrame ( edm::DataFrame const &  base) [inline]

Definition at line 24 of file EEDataFrame.h.

: Base(base) {}
EEDataFrame::EEDataFrame ( EcalDataFrame const &  base) [inline]

Definition at line 25 of file EEDataFrame.h.

: Base(base) {}
virtual EEDataFrame::~EEDataFrame ( ) [inline, virtual]

Definition at line 27 of file EEDataFrame.h.

{}

Member Function Documentation

key_type EEDataFrame::id ( void  ) const [inline]