Project
Loading...
Searching...
No Matches
TurnOnHistos.cxx
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
13
14using namespace o2::phos;
15
16void TurnOnHistos::merge(TurnOnHistos& other)
17{
18 for (int i = NCHANNELS; --i;) {
19 mGoodMap[i] += other.mGoodMap[i];
20 mNoisyMap[i] += other.mNoisyMap[i];
21 }
22 for (int i = NDDL; --i;) {
23 for (int j = Npt; --j;) {
24 mTotSp[i][j] += other.mTotSp[i][j];
25 mTrSp[i][j] += other.mTrSp[i][j];
26 }
27 }
28}
int32_t i
uint32_t j
Definition RawData.h:0
static constexpr short Npt
Number of bins in pt distribution.
static constexpr short NCHANNELS
Number of trigger channels.
static constexpr short NDDL
Number of DDLs.
VectorOfTObjectPtrs other