ATLAS Offline Software
Loading...
Searching...
No Matches
SoftElectronInfo_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_SoftElectronInfo_P1_H
6#define JETTAGINFOTPCNV_SoftElectronInfo_P1_H
7
14
15#include <string>
16
17namespace Analysis {
19
22
23 private:
26
28 std::vector<float> m_vectorOfTrackProb;
31 std::vector<TPObjRef> m_trackinfo;
32 };
33}
34
35#endif
std::vector< TPObjRef > m_trackinfo
Vector of SETrackInfo objects.
std::vector< float > m_vectorOfTrackProb
All of this data will be written out.
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
The namespace of all packages in PhysicsAnalysis/JetTagging.