DataFormats
EcalDigi
interface
EEDataFrame.h
Go to the documentation of this file.
1
#ifndef DIGIECAL_EEDATAFRAME_H
2
#define DIGIECAL_EEDATAFRAME_H
3
4
#include "
DataFormats/EcalDetId/interface/EEDetId.h
"
5
#include "
DataFormats/EcalDigi/interface/EcalDataFrame.h
"
6
#include <iosfwd>
7
12
class
EEDataFrame
:
public
EcalDataFrame
{
13
public
:
14
typedef
EEDetId
key_type
;
15
typedef
EcalDataFrame
Base
;
16
17
EEDataFrame
() {}
18
// EEDataFrame(DetId i) : Base(i) {}
19
EEDataFrame
(
edm::DataFrame
const
&
base
) :
Base
(
base
) {}
20
EEDataFrame
(
EcalDataFrame
const
&
base
) :
Base
(
base
) {}
21
22
~EEDataFrame
()
override
{}
23
24
key_type
id
()
const
{
return
Base::id
(); }
25
};
26
27
std::ostream&
operator<<
(std::ostream&,
const
EEDataFrame
&);
28
29
#endif
EEDetId.h
EEDataFrame::key_type
EEDetId key_type
For the sorted collection.
Definition:
EEDataFrame.h:14
EcalDataFrame
Definition:
EcalDataFrame.h:16
EcalDataFrame.h
EEDataFrame::EEDataFrame
EEDataFrame(EcalDataFrame const &base)
Definition:
EEDataFrame.h:20
EEDataFrame::id
key_type id() const
Definition:
EEDataFrame.h:24
EEDetId
Definition:
EEDetId.h:14
operator<<
std::ostream & operator<<(std::ostream &, const EEDataFrame &)
Definition:
EEDataFrame.cc:4
EcalDataFrame::id
DetId id() const
Definition:
EcalDataFrame.h:24
EEDataFrame::Base
EcalDataFrame Base
Definition:
EEDataFrame.h:15
EEDataFrame::EEDataFrame
EEDataFrame(edm::DataFrame const &base)
Definition:
EEDataFrame.h:19
EEDataFrame::EEDataFrame
EEDataFrame()
Definition:
EEDataFrame.h:17
edm::DataFrame
Definition:
DataFrame.h:15
EEDataFrame
Definition:
EEDataFrame.h:12
newFWLiteAna.base
base
Definition:
newFWLiteAna.py:92
EEDataFrame::~EEDataFrame
~EEDataFrame() override
Definition:
EEDataFrame.h:22
Generated for CMSSW Reference Manual by
1.8.16