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