ATLAS Offline Software
Loading...
Searching...
No Matches
MBTSModuleAuxContainer_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#ifndef XAODFORWARD_VERSIONS_MBTSMODULESAUXCONTAINER_V1_H
8#define XAODFORWARD_VERSIONS_MBTSMODULESAUXCONTAINER_V1_H
9
10// System include(s):
11#include <vector>
12
13// EDM include(s):
15
16namespace xAOD {
17
24
25 public:
28
29 private:
30 std::vector< float > e;
31 std::vector< float > eta;
32 std::vector< float > phi;
33 std::vector< float > time ;
34 std::vector< int > mbtsQuality;
35 std::vector< int > type;
36 std::vector< int > mbtsModule;
37 std::vector< int > channel;
38
39 }; // class MBTSModuleAuxContainer_v1
40
41} // namespace xAOD
42
43// Declare the inheritance of the class:
44#include "xAODCore/BaseInfo.h"
46
47#endif //XAODFORWARD_VERSIONS_MBTSMODULESAUXCONTAINER_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 store for xAOD::MBTSModuleContainer_v1.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.