ATLAS Offline Software
Loading...
Searching...
No Matches
LifetimeInfo_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_LifetimeInfo_P1_H
6#define JETTAGINFOTPCNV_LifetimeInfo_P1_H
7
13
14#include <string>
15
16namespace Analysis {
18
20 friend class LifetimeInfoCnv_p1;
21
22 private:
25
27 std::vector<float> m_trackSIP;
28 std::vector<float> m_trackSignificance;
29
30 std::vector<float> m_vectorOfTrackProb;
32
33 };
34}
35
36#endif
std::vector< float > m_trackSIP
All of this data will be written out.
float m_nTrackProb
nTrack probability (calculated but not in use)
std::vector< float > m_vectorOfTrackProb
vector of track probabilities (calculated but not in use)
std::vector< float > m_trackSignificance
significance (= signedIP/sigD0)
TPObjRef m_BaseTagInfo
Basic info.
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
The namespace of all packages in PhysicsAnalysis/JetTagging.