ATLAS Offline Software
Loading...
Searching...
No Matches
TrigNavigation_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: TrigNavigation_v1.h 631149 2014-11-26 12:26:18Z krasznaa $
8#ifndef XAODTRIGGER_VERSIONS_TRIGNAVIGATION_V1_H
9#define XAODTRIGGER_VERSIONS_TRIGNAVIGATION_V1_H
10
11// System include(s):
12extern "C" {
13# include <stdint.h>
14}
15#include <vector>
16
17// EDM include(s):
19
20namespace xAOD {
21
35
36 public:
39
41 const std::vector< unsigned int >& serialized() const;
42
44 void setSerialized( const std::vector< unsigned int >& value );
45
46 }; // class TrigNavigation_v1
47
48} // namespace xAOD
49
50// Declare the inheritance of the type:
51#include "xAODCore/BaseInfo.h"
53
54#endif // XAODTRIGGER_VERSIONS_TRIGNAVIGATION_V1_H
Base class for elements of a container that can have aux data.
#define SG_BASE(D, B)
Declare that class D derives from class B.
Base class for elements of a container that can have aux data.
Definition AuxElement.h:483
Interface to the raw trigger navigation information of the event.
const std::vector< unsigned int > & serialized() const
expose the navigation information (in serialized form)
TrigNavigation_v1()
Default constructor.
void setSerialized(const std::vector< unsigned int > &value)
sets the serialized form of the navigation from the argument
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.