ATLAS Offline Software
Loading...
Searching...
No Matches
TrigNavigationAuxInfo_v1.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: TrigNavigationAuxInfo_v1.h 631149 2014-11-26 12:26:18Z krasznaa $
8#ifndef XAODTRIGGER_VERSIONS_TRIGNAVIGATIONAUXINFO_V1_H
9#define XAODTRIGGER_VERSIONS_TRIGNAVIGATIONAUXINFO_V1_H
10
11// System include(s):
12extern "C" {
13# include <stdint.h>
14}
15#include <vector>
16
17// xAOD include(s):
19
20namespace xAOD {
21
33
34 public:
37
38 private:
39 std::vector< uint32_t > serialized;
40
41 }; // class TrigNavigationAuxInfo_v1
42
43} // namespace xAOD
44
45// Declare the inheritance of the type:
46#include "xAODCore/BaseInfo.h"
48
49#endif // XAODTRIGGER_VERSIONS_TRIGNAVIGATIONAUXINFO_V1_H
#define SG_BASE(D, B)
Declare that class D derives from class B.
Common base class for auxiliary info objects.
Definition AuxInfoBase.h:45
AuxInfoBase(bool allowDynamicVars=true)
Default constructor.
Class holding the data handled by TrigNavigation_v1 (bsaed on the TrigDecision_v1) This is the auxili...
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.