ATLAS Offline Software
Loading...
Searching...
No Matches
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
7
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}
std::pair< std::vector< unsigned int >, bool > res
virtual void putResults(const CoWRecordStats &)
Definition VecStream.cxx:8
std::vector< long > & m_out
Definition VecStream.h:23