CMS 3D CMS Logo

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

#include <EEDataFrame.h>

Inheritance diagram for EEDataFrame:
EcalDataFrame

Public Types

typedef EcalDataFrame Base
 
typedef EEDetId key_type
 For the sorted collection. More...
 

Public Member Functions

 EEDataFrame ()
 
 EEDataFrame (edm::DataFrame const &base)
 
 EEDataFrame (EcalDataFrame const &base)
 
key_type id () const
 
 ~EEDataFrame () override
 
- Public Member Functions inherited from EcalDataFrame
 EcalDataFrame ()
 
 EcalDataFrame (edm::DataFrame const &iframe)
 
edm::DataFrame const & frame () const
 
edm::DataFrameframe ()
 
bool hasSwitchToGain1 () const
 
bool hasSwitchToGain6 () const
 
DetId id () const
 
bool isSaturated () const
 
int lastUnsaturatedSample () const
 
EcalMGPASample operator[] (int i) const
 
EcalMGPASample sample (int i) const
 
void setSample (int i, EcalMGPASample sam)
 
void setSize (int)
 
int size () const
 
virtual ~EcalDataFrame ()
 

Additional Inherited Members

- Static Public Attributes inherited from EcalDataFrame
static constexpr int MAXSAMPLES = 10
 

Detailed Description

Definition at line 12 of file EEDataFrame.h.

Member Typedef Documentation

◆ Base

Definition at line 15 of file EEDataFrame.h.

◆ key_type

For the sorted collection.

Definition at line 14 of file EEDataFrame.h.

Constructor & Destructor Documentation

◆ EEDataFrame() [1/3]

EEDataFrame::EEDataFrame ( )
inline

Definition at line 17 of file EEDataFrame.h.

17 {}

◆ EEDataFrame() [2/3]

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

Definition at line 19 of file EEDataFrame.h.

19 : Base(base) {}
EcalDataFrame Base
Definition: EEDataFrame.h:15

◆ EEDataFrame() [3/3]

EEDataFrame::EEDataFrame ( EcalDataFrame const &  base)
inline

Definition at line 20 of file EEDataFrame.h.

20 : Base(base) {}
EcalDataFrame Base
Definition: EEDataFrame.h:15

◆ ~EEDataFrame()

EEDataFrame::~EEDataFrame ( )
inlineoverride

Definition at line 22 of file EEDataFrame.h.

22 {}

Member Function Documentation

◆ id()

key_type EEDataFrame::id ( ) const
inline