ATLAS Offline Software
Loading...
Searching...
No Matches
SMTrackInfo_p1.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#ifndef JETTAGINFOTPCNV_SMTrackInfo_P1_H
6#define JETTAGINFOTPCNV_SMTrackInfo_P1_H
7
9
13
14#include <string>
15#include <vector>
16
17namespace Analysis {
19
21 friend class SMTrackInfoCnv_p1;
22
23 public:
25 : m_valD0wrtPV(0),
26 m_pTrel(0)
27 {}
28
29 private:
32 float m_pTrel;
33 std::vector<float> m_tagLikelihood;
34 };
35}
36
37#endif
std::vector< float > m_tagLikelihood
ElementLinkInt_p1 m_muon
The namespace of all packages in PhysicsAnalysis/JetTagging.