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 15 of file EEDataFrame.h.

Member Typedef Documentation

Definition at line 19 of file EEDataFrame.h.

For the sorted collection.

Definition at line 18 of file EEDataFrame.h.

Constructor & Destructor Documentation

EEDataFrame::EEDataFrame ( )
inline

Definition at line 21 of file EEDataFrame.h.

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

Definition at line 23 of file EEDataFrame.h.

23 : Base(base) {}
base
Make Sure CMSSW is Setup ##.
EcalDataFrame Base
Definition: EEDataFrame.h:19
EEDataFrame::EEDataFrame ( EcalDataFrame const &  base)
inline

Definition at line 24 of file EEDataFrame.h.

24 : Base(base) {}
base
Make Sure CMSSW is Setup ##.
EcalDataFrame Base
Definition: EEDataFrame.h:19
EEDataFrame::~EEDataFrame ( )
inlineoverride

Definition at line 26 of file EEDataFrame.h.

26 {}

Member Function Documentation

key_type EEDataFrame::id ( ) const
inline