ATLAS Offline Software
Control
CoWTools
src
VecStream.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
CoWTools/VecStream.h
"
6
#include "
CoWTools/CoWRecordStats.h
"
7
8
void
CoWTools::VecStream::putResults
(
const
CoWTools::CoWRecordStats
&
res
){
9
m_out
.clear();
10
m_out
.resize(7);
11
const
long
long
*
vals
=
res
.getValueArray();
12
m_out
.at(0)=
vals
[0];
13
m_out
.at(1)=
vals
[1];
14
m_out
.at(2)=
vals
[2];
15
m_out
.at(3)=
vals
[3]+
vals
[4];
16
m_out
.at(4)=
vals
[5]+
vals
[6];
17
m_out
.at(5)=
vals
[8];
18
m_out
.at(6)=
vals
[10];
19
}
CoWTools::VecStream::putResults
virtual void putResults(const CoWRecordStats &)
Definition:
VecStream.cxx:8
res
std::pair< std::vector< unsigned int >, bool > res
Definition:
JetGroupProductTest.cxx:11
CoWTools::VecStream::m_out
std::vector< long > & m_out
Definition:
VecStream.h:23
CoWTools::CoWRecordStats
Definition:
CoWRecordStats.h:13
VecStream.h
CoWRecordStats.h
PlotCalibFromCool.vals
vals
Definition:
PlotCalibFromCool.py:474
Generated on Mon Mar 10 2025 21:23:01 for ATLAS Offline Software by
1.8.18