ATLAS Offline Software
Loading...
Searching...
No Matches
ISvxAssociation.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5/***************************************************************************
6 ISvxConstituents.h - Description
7 -------------------
8 begin : March, 2007
9 authors : CSC b-tagging vertexing note group members
10 worked started by: Giacinto Piacquadio
11 email : giacinto.piacquadio@physik.uni-freiburg.de
12
13 changes : new!
14
15***************************************************************************/
16
17#ifndef ANALYSIS_ISVXASSOCIATION_H
18#define ANALYSIS_ISVXASSOCIATION_H
19
20#include<vector>
21#include<string>
22
24
25namespace Trk {
26 class VxSecVertexInfo;
27}
28
29namespace Analysis
30{
31
32
35 typedef std::string NameType;
36
37
38
39
41 {
42
43 public:
46 ISvxAssociation(const NameType& name,const ISvxAssociation & rhs);
49
50 virtual ISvxAssociation* clone() const;
52
53
55
56 /* retrieve method */
57 const Trk::VxSecVertexInfo* vertexInfo() const;
58
59 /* PAY ATTENTION! */
60 /* Set function (OWNERSHIP of the object is taken by THIS class, so don't delete */
61 /* the pointer you are providing afterwards) */
63
64 /* dummy method for INavigable */
65 virtual void fillToken( INavigationToken & /* thisToken */ ) const {
66 return;
67 }
68
69 /* dummy method for INavigable */
70 virtual void fillToken( INavigationToken & /* thisToken */,
71 const std::any& /* weight */ ) const {
72 return;
73 }
74
75
76 private:
78
79 } ;
80}
81#endif
virtual void fillToken(INavigationToken &) const
void setVertexInfo(const Trk::VxSecVertexInfo *)
virtual void fillToken(INavigationToken &, const std::any &) const
ISvxAssociation & operator=(const ISvxAssociation &)
const Trk::VxSecVertexInfo * vertexInfo() const
const Trk::VxSecVertexInfo * m_vertexInfo
virtual ISvxAssociation * clone() const
a clone method for the proper workings of the copy constructor
const name_t & name() const
The namespace of all packages in PhysicsAnalysis/JetTagging.
std::string NameType
string to identify the constituent
Ensure that the ATLAS eigen extensions are properly loaded.