#include <TransientDataFrame.h>
Public Types | |
typedef DataFrame::data_type | data_type |
typedef DataFrame::id_type | id_type |
Public Member Functions | |
id_type | id () const |
data_type | operator[] (size_t i) const |
data_type & | operator[] (size_t i) |
int | size () const |
TransientDataFrame () | |
TransientDataFrame (id_type i) | |
TransientDataFrame (DataFrame const &iframe) | |
Private Attributes | |
data_type | m_data [SIZE] |
id_type | m_id |
Definition at line 16 of file TransientDataFrame.h.
typedef DataFrame::data_type edm::TransientDataFrame< SIZE >::data_type |
Definition at line 19 of file TransientDataFrame.h.
typedef DataFrame::id_type edm::TransientDataFrame< SIZE >::id_type |
Definition at line 20 of file TransientDataFrame.h.
|
inline |
Definition at line 22 of file TransientDataFrame.h.
|
inline |
Definition at line 23 of file TransientDataFrame.h.
|
inline |
Definition at line 24 of file TransientDataFrame.h.
References edm::DataFrame::begin(), popcon2dropbox::copy(), edm::TransientDataFrame< SIZE >::m_data, and AlCaHLTBitMon_ParallelJobs::p.
|
inline |
Definition at line 41 of file TransientDataFrame.h.
References edm::TransientDataFrame< SIZE >::m_id.
|
inline |
Definition at line 33 of file TransientDataFrame.h.
References mps_fire::i, and edm::TransientDataFrame< SIZE >::m_data.
|
inline |
Definition at line 37 of file TransientDataFrame.h.
References mps_fire::i, and edm::TransientDataFrame< SIZE >::m_data.
|
inline |
Definition at line 31 of file TransientDataFrame.h.
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
|
private |
Definition at line 45 of file TransientDataFrame.h.
Referenced by edm::TransientDataFrame< SIZE >::operator[](), and edm::TransientDataFrame< SIZE >::TransientDataFrame().
|
private |
Definition at line 44 of file TransientDataFrame.h.
Referenced by edm::TransientDataFrame< SIZE >::id().