CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FEDRawDataCollection.cc
Go to the documentation of this file.
1 
12 
13 #include <iostream>
14 
15 using namespace std;
16 
18  data_(FEDNumbering::lastFEDId()+1) {
19 }
20 
22 {
23 
24 }
26 
27 }
28 
29 
30 const FEDRawData& FEDRawDataCollection::FEDData(int fedid) const {
31  return data_[fedid];
32 }
33 
34 
36  return data_[fedid];
37 }
const FEDRawData & FEDData(int fedid) const
retrieve data for fed
std::vector< FEDRawData > data_
the raw data