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