Project
Loading...
Searching...
No Matches
TrackingInterface.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
12#ifndef O2_ITS3_TRACKINGINTERFACE
13#define O2_ITS3_TRACKINGINTERFACE
14
17
18namespace o2::its3
19{
20
22{
23 public:
25
27 void finaliseCCDB(framework::ConcreteDataMatcher& matcher, void* obj) final;
28
29 protected:
30 void overrideParameters(std::vector<o2::its::TrackingParameters>& t, std::vector<o2::its::VertexingParameters>& v) final;
32 void loadROF(gsl::span<const itsmft::ROFRecord>& trackROFspan,
33 gsl::span<const itsmft::CompClusterExt> clusters,
34 gsl::span<const unsigned char>::iterator& pattIt,
35 int layer,
36 const dataformats::MCTruthContainer<MCCompLabel>* mcLabels) final;
37
38 private:
39 const o2::its3::TopologyDictionary* mDict{nullptr};
40};
41
42} // namespace o2::its3
43
44#endif
Definition of the BuildTopologyDictionary class for ITS3.
A container to hold and manage MC truth information/labels.
void loadROF(gsl::span< const itsmft::ROFRecord > &trackROFspan, gsl::span< const itsmft::CompClusterExt > clusters, gsl::span< const unsigned char >::iterator &pattIt, int layer, const dataformats::MCTruthContainer< MCCompLabel > *mcLabels) final
void finaliseCCDB(framework::ConcreteDataMatcher &matcher, void *obj) final
void setClusterDictionary(const o2::its3::TopologyDictionary *d)
void requestTopologyDictionary(framework::ProcessingContext &pc) final
void overrideParameters(std::vector< o2::its::TrackingParameters > &t, std::vector< o2::its::VertexingParameters > &v) final
ITSTrackingInterface(bool isMC, bool doStag, int trgType, const bool overrBeamEst)
const GLdouble * v
Definition glcorearb.h:832
GLenum GLuint GLint GLint layer
Definition glcorearb.h:1310
std::vector< Cluster > clusters