ATLAS Offline Software
Loading...
Searching...
No Matches
TrigPrimaryVertexFitter.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGVERTEXFITTER_TRIGPRIMARYVERTEXFITTER_H
6#define TRIGVERTEXFITTER_TRIGPRIMARYVERTEXFITTER_H
7
10
12{
13 public:
14 TrigPrimaryVertexFitter( const std::string&, const std::string&, const IInterface* );
16 virtual StatusCode initialize();
17 virtual StatusCode finalize();
18
19 virtual TrigVertex* fit(const TrackCollection*, TrackCollection&, double z=0.0) const;
20 virtual TrigVertex* fit(const TrackCollection*, std::vector<double>&, double z=0.0) const;
21private:
26};
27
28#endif
DataVector< Trk::Track > TrackCollection
This typedef represents a collection of Trk::Track objects.
#define z
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
TrigPrimaryVertexFitter(const std::string &, const std::string &, const IInterface *)
virtual TrigVertex * fit(const TrackCollection *, TrackCollection &, double z=0.0) const
encapsulates LVL2 vertex parameters (in the global reference frame), covariance matrix,...
Definition TrigVertex.h:28