Project
Loading...
Searching...
No Matches
DCA.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
12
#include "
ReconstructionDataFormats/DCA.h
"
13
#include <iostream>
14
17
18
namespace
o2
19
{
20
namespace
dataformats
21
{
22
23
std::ostream&
operator<<
(std::ostream& os,
const
o2::dataformats::DCA
& d)
24
{
25
// stream itself
26
os <<
"DCA YZ {"
<< d.getY() <<
", "
<< d.getZ() <<
"} Cov {"
<< d.getSigmaY2() <<
", "
<< d.getSigmaYZ() <<
", "
<< d.getSigmaZ2() <<
"}"
;
27
return
os;
28
}
29
30
void
DCA::print()
const
31
{
32
std::cout << *
this
<<
'\n'
;
33
}
34
35
}
// namespace dataformats
36
}
// namespace o2
DCA.h
o2::dataformats::DCA
Definition
DCA.h:32
o2::dataformats::operator<<
std::ostream & operator<<(std::ostream &os, const o2::dataformats::MeanVertexObject &o)
Definition
MeanVertexObject.cxx:51
o2
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
Definition
FlattenRestore.h:23
DataFormats
Reconstruction
src
DCA.cxx
Generated on Tue May 5 2026 22:19:39 for Project by
1.9.8