Project
Loading...
Searching...
No Matches
EventVertex.h
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
16
28#ifndef EVENTVERTEX_H
29#define EVENTVERTEX_H
30
32
33class AlignmentPoint;
34
35namespace o2
36{
37namespace align
38{
39
40class Controller;
41
43{
44 public:
45 EventVertex() = default;
47 //
48 void applyCorrection(double* vtx) const;
49 bool isSensor() const final { return true; }
50 //
51 void setAlpha(double alp)
52 {
53 mAlp = alp;
55 }
56 void prepareMatrixL2G(bool = 0) final { mMatL2G.Clear(); } // unit matrix
57 void prepareMatrixL2GIdeal() final { mMatL2GIdeal.Clear(); } // unit matrix
58 void prepareMatrixT2L() final;
59 //
62 EventVertex& operator=(const EventVertex&);
63 //
65 //
67};
68} // namespace align
69} // namespace o2
70#endif
End-chain alignment volume in detector branch, where the actual measurement is done.
#define protected
void prepareMatrixL2GIdeal() final
Definition EventVertex.h:57
void setAlpha(double alp)
Definition EventVertex.h:51
void prepareMatrixL2G(bool=0) final
Definition EventVertex.h:56
ClassDef(EventVertex, 1)
void prepareMatrixT2L() final
void applyCorrection(double *vtx) const
bool isSensor() const final
Definition EventVertex.h:49
void align(gsl::span< ElinkEncoder< BareFormat, CHARGESUM > > elinks)
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...