ATLAS Offline Software
Loading...
Searching...
No Matches
TrigPassBitsAuxContainer_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: TrigPassBitsAuxContainer_v1.h 703368 2015-10-27 08:45:13Z krasznaa $
8#ifndef XAODTRIGGER_VERSIONS_TRIGPASSBITSAUXCONTAINER_V1_H
9#define XAODTRIGGER_VERSIONS_TRIGPASSBITSAUXCONTAINER_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 > size;
40 std::vector< std::vector< uint32_t > > passBits;
41 std::vector< uint32_t > containerKey;
42 std::vector< uint32_t > containerClid;
43
44 }; // class TrigPassBitsAuxContainer_v1
45
46} // namespace xAOD
47
48// Declare the inheritqance of the container:
49#include "xAODCore/BaseInfo.h"
51
52#endif // XAODTRIGGER_VERSIONS_TRIGPASSBITSAUXCONTAINER_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 container for TrigPassBitsContainer_v1.
std::vector< std::vector< uint32_t > > passBits
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.