CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions
EBDataFrame_Ph2 Class Reference

#include <EBDataFrame_Ph2.h>

Inheritance diagram for EBDataFrame_Ph2:
EcalDataFrame_Ph2

Public Types

typedef EcalDataFrame_Ph2 Base
 
typedef EBDetId key_type
 
- Public Types inherited from EcalDataFrame_Ph2
typedef EcalDataFrame_Ph2 Base
 For the sorted collection. More...
 
typedef EBDetId key_type
 

Public Member Functions

 EBDataFrame_Ph2 ()
 
 EBDataFrame_Ph2 (edm::DataFrame const &base)
 
 EBDataFrame_Ph2 (EcalDataFrame_Ph2 const &base)
 
key_type id () const
 
 ~EBDataFrame_Ph2 () override
 
- Public Member Functions inherited from EcalDataFrame_Ph2
 EcalDataFrame_Ph2 ()
 
 EcalDataFrame_Ph2 (edm::DataFrame const &iframe)
 
edm::DataFrame const & frame () const
 
edm::DataFrameframe ()
 
DetId id () const
 
EcalLiteDTUSample operator[] (int i) const
 
EcalLiteDTUSample sample (int i) const
 
void setSample (int i, EcalLiteDTUSample sam)
 
void setSize (int)
 
int size () const
 
virtual ~EcalDataFrame_Ph2 ()
 

Additional Inherited Members

- Static Public Attributes inherited from EcalDataFrame_Ph2
static constexpr int MAXSAMPLES = ecalPh2::sampleSize
 

Detailed Description

Definition at line 11 of file EBDataFrame_Ph2.h.

Member Typedef Documentation

◆ Base

Definition at line 14 of file EBDataFrame_Ph2.h.

◆ key_type

Definition at line 13 of file EBDataFrame_Ph2.h.

Constructor & Destructor Documentation

◆ EBDataFrame_Ph2() [1/3]

EBDataFrame_Ph2::EBDataFrame_Ph2 ( )
inline

Definition at line 16 of file EBDataFrame_Ph2.h.

16 {}

◆ EBDataFrame_Ph2() [2/3]

EBDataFrame_Ph2::EBDataFrame_Ph2 ( edm::DataFrame const &  base)
inline

Definition at line 18 of file EBDataFrame_Ph2.h.

18 : Base(base) {}
base
Main Program
Definition: newFWLiteAna.py:92
EcalDataFrame_Ph2 Base

◆ EBDataFrame_Ph2() [3/3]

EBDataFrame_Ph2::EBDataFrame_Ph2 ( EcalDataFrame_Ph2 const &  base)
inline

Definition at line 19 of file EBDataFrame_Ph2.h.

19 : Base(base) {}
base
Main Program
Definition: newFWLiteAna.py:92
EcalDataFrame_Ph2 Base

◆ ~EBDataFrame_Ph2()

EBDataFrame_Ph2::~EBDataFrame_Ph2 ( )
inlineoverride

Definition at line 21 of file EBDataFrame_Ph2.h.

21 {}

Member Function Documentation

◆ id()

key_type EBDataFrame_Ph2::id ( ) const
inline

Definition at line 23 of file EBDataFrame_Ph2.h.

References EcalDataFrame_Ph2::id().

Referenced by operator<<().

23 { return Base::id(); }