ATLAS Offline Software
Loading...
Searching...
No Matches
SCTRawHitValidationAuxContainer_v1.h
Go to the documentation of this file.
1// -*- C++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef XAODTRACKING_VERSIONS_SCTRAWHITVALIDATIONAUXCONTAINER_V1_H
8#define XAODTRACKING_VERSIONS_SCTRAWHITVALIDATIONAUXCONTAINER_V1_H
9
10// System include(s):
11#include <vector>
12
13// Core include(s):
15#include "AthLinks/ElementLink.h"
16
17namespace xAOD {
19 public:
21 private:
22 std::vector<uint64_t> identifier;
23 std::vector<uint32_t> dataword;
24 std::vector<int> bec;
25 std::vector<int> layer;
26 std::vector<int> phi_module;
27 std::vector<int> eta_module;
28 std::vector<int> side;
29 };
30}
31
32// Set up StoreGate inheritance for the class
33#include "xAODCore/BaseInfo.h"
35
36#endif // XAODTRACKING_VERSIONS_SCTRAWHITVALIDATIONAUXCONTAINER_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.