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
26class TCanvas;
27namespace o2::tpc
28{
29template <class>
30class IDCCCDBHelper;
31template <class>
32class SACCCDBHelper;
33} // namespace o2::tpc
34// namespace o2::tpc
35namespace o2::tpc::qc
36{
40{
41 public:
42 IDCsVsSACs() = default;
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:
54 SACCCDBHelper<unsigned char>* mSacCCDBHelper;
55
56 ClassDefNV(IDCsVsSACs, 1)
57};
58} // namespace o2::tpc::qc
59#endif
IDCsVsSACs(IDCCCDBHelper< unsigned char > *mIDCs, SACCCDBHelper< unsigned char > *mSACs)
Definition IDCsVsSACs.h:43
TCanvas * drawComparisionSACandIDCZero(TCanvas *outputCanvas, int nbins1D, float xMin1D, float xMax1D, int nbins1DSAC, float xMin1DSAC, float xMax1DSAC) const
draw IDC0 and SAC0 side by side
Global TPC definitions and constants.
Definition SimTraits.h:167