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