Project
Loading...
Searching...
No Matches
IDCsVsSACs.h
Go to the documentation of this file.
1
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3
// All rights not expressly granted are reserved.
4
//
5
// This software is distributed under the terms of the GNU General Public
6
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7
//
8
// In applying this license CERN does not waive the privileges and immunities
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
// or submit itself to any jurisdiction.
11
16
17
#ifndef AliceO2_TPC_IDCSVSSACS_H
18
#define AliceO2_TPC_IDCSVSSACS_H
19
20
// root includes
21
#include <string>
22
23
// o2 includes
24
#include "
DataFormatsTPC/Defs.h
"
25
26
class
TCanvas;
27
namespace
o2::tpc
28
{
29
template
<
class
>
30
class
IDCCCDBHelper;
31
template
<
class
>
32
class
SACCCDBHelper;
33
}
// namespace o2::tpc
34
// namespace o2::tpc
35
namespace
o2::tpc::qc
36
{
39
class
IDCsVsSACs
40
{
41
public
:
42
IDCsVsSACs
() =
default
;
43
IDCsVsSACs
(
IDCCCDBHelper<unsigned char>
* mIDCs,
44
SACCCDBHelper<unsigned char>
* mSACs)
45
{
46
mCCDBHelper = mIDCs;
47
mSacCCDBHelper = mSACs;
48
}
50
TCanvas*
drawComparisionSACandIDCZero
(TCanvas* outputCanvas,
int
nbins1D,
float
xMin1D,
float
xMax1D,
int
nbins1DSAC,
float
xMin1DSAC,
float
xMax1DSAC)
const
;
51
52
private
:
53
IDCCCDBHelper<unsigned char>
* mCCDBHelper;
54
SACCCDBHelper<unsigned char>
* mSacCCDBHelper;
55
56
ClassDefNV(
IDCsVsSACs
, 1)
57
};
58
}
// namespace o2::tpc::qc
59
#endif
Defs.h
o2::tpc::IDCCCDBHelper
Definition
IDCCCDBHelper.h:61
o2::tpc::SACCCDBHelper
Definition
SACCCDBHelper.h:34
o2::tpc::qc::IDCsVsSACs
Definition
IDCsVsSACs.h:40
o2::tpc::qc::IDCsVsSACs::IDCsVsSACs
IDCsVsSACs()=default
o2::tpc::qc::IDCsVsSACs::IDCsVsSACs
IDCsVsSACs(IDCCCDBHelper< unsigned char > *mIDCs, SACCCDBHelper< unsigned char > *mSACs)
Definition
IDCsVsSACs.h:43
o2::tpc::qc::IDCsVsSACs::drawComparisionSACandIDCZero
TCanvas * drawComparisionSACandIDCZero(TCanvas *outputCanvas, int nbins1D, float xMin1D, float xMax1D, int nbins1DSAC, float xMin1DSAC, float xMax1DSAC) const
draw IDC0 and SAC0 side by side
Definition
IDCsVsSACs.cxx:30
o2::tpc::qc
Definition
CalPadWrapper.h:25
o2::tpc
Global TPC definitions and constants.
Definition
SimTraits.h:167
Detectors
TPC
qc
include
TPCQC
IDCsVsSACs.h
Generated on Tue Feb 25 2025 23:16:28 for Project by
1.9.8