ATLAS Offline Software
Loading...
Searching...
No Matches
TriggerMenuJsonAuxContainer_v1.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: TriggerMenuAuxContainer_v1.h 636406 2014-12-17 05:19:48Z lheinric $
8#ifndef XAODTRIGGER_VERSIONS_MENUJSONAUXCONTAINER_v1_H
9#define XAODTRIGGER_VERSIONS_MENUJSONAUXCONTAINER_v1_H
10
11// System include(s):
12extern "C" {
13# include <stdint.h>
14}
15#include <vector>
16#include <string>
17
18// EDM include(s):
20
21//class xAODTriggerMenuAuxContainerCnv;
22
23namespace xAOD {
24
30
31 public:
34
35 private:
36 //friend class ::xAODTriggerMenuAuxContainerCnv;
37
40 std::vector< uint32_t > key;
41 std::vector< std::string > name;
43
46 std::vector< std::string > payload;
48
49 }; // class TriggerMenuJsonAuxContainer_v1
50
51} // namespace xAOD
52
53#include "xAODCore/BaseInfo.h"
55
56#endif // XAODTRIGGER_VERSIONS_MENUJSONAUXCONTAINER_v1_H
#define SG_BASE(D, B)
Declare that class D derives from class B.
Common base class for the auxiliary containers.
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
Auxiliary store object for TriggerMenuJsonContainer_v1.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.