CMS 3D CMS Logo

EEDataFrame.h
Go to the documentation of this file.
1 #ifndef DIGIECAL_EEDATAFRAME_H
2 #define DIGIECAL_EEDATAFRAME_H
3 
6 #include <iosfwd>
7 
12 class EEDataFrame : public EcalDataFrame {
13 public:
14  typedef EEDetId key_type;
16 
18  // EEDataFrame(DetId i) : Base(i) {}
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
EEDataFrame(EcalDataFrame const &base)
Definition: EEDataFrame.h:20
base
Main Program
Definition: newFWLiteAna.py:92
key_type id() const
Definition: EEDataFrame.h:24
std::ostream & operator<<(std::ostream &, const EEDataFrame &)
Definition: EEDataFrame.cc:4
EEDetId key_type
For the sorted collection.
Definition: EEDataFrame.h:14
EcalDataFrame Base
Definition: EEDataFrame.h:15
EEDataFrame(edm::DataFrame const &base)
Definition: EEDataFrame.h:19
DetId id() const
Definition: EcalDataFrame.h:24
~EEDataFrame() override
Definition: EEDataFrame.h:22