ATLAS Offline Software
Loading...
Searching...
No Matches
JetKeyDescriptor_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef JETEVENT_JETKEYDESCRIPTOR_P1_H
6#define JETEVENT_JETKEYDESCRIPTOR_P1_H
7
8#include <string>
9#include <vector>
10
12{
14
15 public:
18
19 std::vector<unsigned int> m_keyStoreLength;
20 std::vector<std::string> m_keyStore;
21 std::vector<std::string> m_catStore;
22};
23
24#endif
25
std::vector< std::string > m_catStore
~JetKeyDescriptor_p1()=default
std::vector< std::string > m_keyStore
std::vector< unsigned int > m_keyStoreLength
friend class JetKeyDescriptorCnv_p1