ATLAS Offline Software
L1CaloEnergyScanResults.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
8  m_channelId(0),
9  m_offset(0.),
10  m_slope(0.),
11  m_chi2(0.),
12  m_ndf(0),
13  m_blob(0),
14  m_blobStrategy(0),
15  m_errorCode(0)
16 {}
17 
19  double offset,
20  double slope,
21  double chi2,
22  unsigned char ndf,
24  unsigned char blobStrategy,
25  ChanFitErrorCode errorCode) :
26  m_channelId(channelId),
27  m_offset(offset),
28  m_slope(slope),
29  m_chi2(chi2),
30  m_ndf(ndf),
31  m_blob(blob),
32  m_blobStrategy(blobStrategy),
33  m_errorCode(errorCode)
34 {}
35 
37  double offset,
38  double slope,
39  double chi2,
40  unsigned char ndf,
42  unsigned char blobStrategy,
43  ChanFitErrorCode errorCode) :
44  m_channelId(channelId),
45  m_offset(offset),
46  m_slope(slope),
47  m_chi2(chi2),
48  m_ndf(ndf),
49  m_blob(blob),
50  m_blobStrategy(blobStrategy),
51  m_errorCode(errorCode)
52 {}
covarianceTool.ndf
ndf
Definition: covarianceTool.py:678
L1CaloEnergyScanResults.h
python.subdetectors.tile.Blob
Blob
Definition: tile.py:17
chi2
double chi2(TH1 *h0, TH1 *h1)
Definition: comparitor.cxx:522
L1CaloEnergyScanResults::L1CaloEnergyScanResults
L1CaloEnergyScanResults()
Definition: L1CaloEnergyScanResults.cxx:7
CaloCondBlobAlgs_fillNoiseFromASCII.channelId
channelId
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:122
L1CaloCoolChannelId
Definition: L1CaloCoolChannelId.h:10
convertTimingResiduals.offset
offset
Definition: convertTimingResiduals.py:71
ChanFitErrorCode
ChanFitErrorCode stores information about the calibration fit quality.
Definition: ChanFitErrorCode.h:17
CaloCondBlobAlgs_fillNoiseFromASCII.blob
blob
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:96