Main Page
Namespaces
Classes
Package Documentation
CondFormats
CSCObjects
src
CSCPedestals.cc
Go to the documentation of this file.
1
#include "
CondFormats/CSCObjects/interface/CSCPedestals.h
"
2
#include "
DataFormats/MuonDetId/interface/CSCIndexer.h
"
3
#include "
FWCore/Utilities/interface/Exception.h
"
4
5
CSCPedestals::CSCPedestals
(){}
6
CSCPedestals::~CSCPedestals
(){}
7
8
const
CSCPedestals::Item
&
CSCPedestals::item
(
const
CSCDetId
& cscId,
int
strip
)
const
9
{
10
CSCIndexer
indexer;
11
PedestalMap::const_iterator mapItr =
pedestals
.find( indexer.
dbIndex
(cscId,strip) );
12
if
(mapItr ==
pedestals
.end())
13
{
14
throw
cms::Exception
(
"CSCPedestals"
)
15
<<
"Cannot find CSC conditions for chamber "
<< cscId;
16
}
17
return
mapItr->second.at(strip-1);
18
}
19
CSCIndexer.h
Exception
Definition:
hltDiff.cc:292
CSCDetId
Definition:
CSCDetId.h:26
CSCPedestals::CSCPedestals
CSCPedestals()
Definition:
CSCPedestals.cc:5
CSCPedestals.h
CSCPedestals::pedestals
PedestalMap pedestals
Definition:
CSCPedestals.h:25
CSCPedestals::Item
Definition:
CSCPedestals.h:15
CSCIndexer::dbIndex
int dbIndex(const CSCDetId &id, int &channel)
Definition:
CSCIndexer.cc:240
CSCPedestals::~CSCPedestals
~CSCPedestals()
Definition:
CSCPedestals.cc:6
CSCIndexer
Definition:
CSCIndexer.h:44
CSCPedestals::item
const Item & item(const CSCDetId &cscId, int strip) const
Definition:
CSCPedestals.cc:8
Exception.h
digitizers_cfi.strip
strip
Definition:
digitizers_cfi.py:19
Generated for CMSSW Reference Manual by
1.8.11