ATLAS Offline Software
Loading...
Searching...
No Matches
L1TopoSimResultsAuxContainer_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5// $Id: L1TopoSimResultsAuxContainer_v1.h 2021-10-06 @asonay $
6#ifndef XAODTRIGGER_VERSIONS_L1TOPOSIMRESULTSAUXCONTAINER_V1_H
7#define XAODTRIGGER_VERSIONS_L1TOPOSIMRESULTSAUXCONTAINER_V1_H
8
9// System include(s):
10extern "C" {
11# include <stdint.h>
12}
13#include <vector>
14#include <string>
15
16// EDM include(s):
18
19namespace xAOD {
20
21 // Auxiliary store for the L1Topo decision container
22 //
23 // @author Anil Sonay <anil.sonay@cern.ch>
24 //
25 // $Revision: 0 $
26 // $Date: 2021-10-06 $
27 //
29
30 public:
33
34 private:
35 std::vector< unsigned int > connectionId;
36 std::vector< uint32_t > topoWord;
37 std::vector< uint32_t > topoWordOverflow;
38 std::vector< uint64_t > topoWord64;
39 std::vector< uint64_t > topoWord64Overflow;
40 std::vector< unsigned int > bitWidth;
41 std::vector< unsigned int > clock;
42
43 }; // class L1TopoSimResultsAuxContainer_v1
44
45} // namespace xAOD
46
47// Declare the inheritance of the container:
48#include "xAODCore/BaseInfo.h"
50
51#endif // XAODTRIGGER_VERSIONS_L1TOPOSIMRESULTSAUXCONTAINER_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.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.