Belle II Software  release-08-01-10
Btube.cc
1 /**************************************************************************
2  * basf2 (Belle II Analysis Software Framework) *
3  * Author: The Belle II Collaboration *
4  * *
5  * See git log for contributors and copyright holders. *
6  * This file is licensed under LGPL-3.0, see LICENSE.md. *
7  **************************************************************************/
8 #include <analysis/dataobjects/Btube.h>
9 
10 using namespace Belle2;
11 
13 {
14  TMatrixFSym temp(3);
15  m_tubematrix.ResizeTo(temp);
16  m_tubematrix = temp;
17 }
19 {
20  TMatrixFSym temp2(3);
21  m_tubecentererrormatrix.ResizeTo(temp2);
23 }
TMatrixFSym m_tubematrix
Btube (3x3) matrix.
Definition: Btube.h:96
void resetTubeMatrix()
resets the tube matrix
Definition: Btube.cc:12
TMatrixFSym m_tubecentererrormatrix
Btube Center Error (3x3) matrix.
Definition: Btube.h:97
void resetTubeCenterErrorMatrix()
resets the tube center error matrix
Definition: Btube.cc:18
Abstract base class for different kinds of events.