CMS 3D CMS Logo

ClusterNoiseFP420.cc
Go to the documentation of this file.
1 // File: ClusterNoiseFP420.cc
3 // Date: 12.2006
4 // Description: ClusterNoiseFP420 for FP420
5 // Modifications:
8 using namespace std;
9 
12 
13 // for case of access from DB
14 /*
15 
16 const std::vector<ClusterNoiseFP420::ElectrodData> & ClusterNoiseFP420::getElectrodNoiseVector(const uint32_t & DetId) const {
17  ElectrodNoiseMapIterator mapiter=m_noises.find(DetId);
18  if (mapiter!=m_noises.end())
19  return mapiter->second;
20  return ElectrodNoiseVector();
21 };
22 
23 */