CMS 3D CMS Logo

Functions
HBHELinearMap.cc File Reference
#include <cassert>
#include "FWCore/Utilities/interface/Exception.h"
#include <algorithm>
#include "CondFormats/HcalObjects/interface/HBHELinearMap.h"

Go to the source code of this file.

Functions

const HBHELinearMaphbheChannelMap ()
 

Function Documentation

const HBHELinearMap& hbheChannelMap ( )

Definition at line 146 of file HBHELinearMap.cc.

Referenced by HcalInterpolatedPulseColl::getChannelPulse().

147 {
148  static const HBHELinearMap chMap;
149  return chMap;
150 }