Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
8
9
15
class
EEDataFrame
:
public
EcalDataFrame
16
{
17
public
:
18
typedef
EEDetId
key_type
;
19
typedef
EcalDataFrame
Base
;
20
21
EEDataFrame
() {}
22
// EEDataFrame(DetId i) : Base(i) {}
23
EEDataFrame
(
edm::DataFrame
const
&
base
) :
Base
(base) {}
24
EEDataFrame
(
EcalDataFrame
const
&
base
) :
Base
(base) {}
25
26
virtual
~EEDataFrame
() {}
27
28
key_type
id
()
const
{
return
Base::id
(); }
29
30
};
31
32
33
std::ostream&
operator<<
(std::ostream&,
const
EEDataFrame
&);
34
35
36
#endif
newFWLiteAna.base
tuple base
Main Program
Definition:
newFWLiteAna.py:92
EcalDataFrame::id
DetId id() const
Definition:
EcalDataFrame.h:24
EEDataFrame::~EEDataFrame
virtual ~EEDataFrame()
Definition:
EEDataFrame.h:26
EcalDataFrame
Definition:
EcalDataFrame.h:16
EEDataFrame::EEDataFrame
EEDataFrame(EcalDataFrame const &base)
Definition:
EEDataFrame.h:24
edm::DataFrame
Definition:
DataFrame.h:14
operator<<
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition:
ALILine.cc:187
EEDataFrame::key_type
EEDetId key_type
For the sorted collection.
Definition:
EEDataFrame.h:18
EEDetId
Definition:
EEDetId.h:15
EEDataFrame::Base
EcalDataFrame Base
Definition:
EEDataFrame.h:19
EEDataFrame::id
key_type id() const
Definition:
EEDataFrame.h:28
EEDataFrame
Definition:
EEDataFrame.h:15
EEDataFrame::EEDataFrame
EEDataFrame(edm::DataFrame const &base)
Definition:
EEDataFrame.h:23
EEDataFrame::EEDataFrame
EEDataFrame()
Definition:
EEDataFrame.h:21
EEDetId.h
EcalDataFrame.h
Generated for CMSSW Reference Manual by
1.8.5