ATLAS Offline Software
Loading...
Searching...
No Matches
SlowMuonAuxContainer_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef XAODMUON_VERSIONS_SLOWMUONAUXCONTAINER_V1_H
6#define XAODMUON_VERSIONS_SLOWMUONAUXCONTAINER_V1_H
7
8// Core include(s):
10#include "AthLinks/ElementLink.h"
11
12// xAOD include(s):
14
15namespace xAOD {
16
30
31 public:
34
35 private:
36 std::vector< float > beta;
37 std::vector< float > betaT;
38 std::vector< float > ann;
39
40 std::vector< int > nRpcHits;
41 std::vector< int > nTileCells;
42
43 std::vector< float > rpcBetaAvg;
44 std::vector< float > rpcBetaRms;
45 std::vector< float > rpcBetaChi2;
46 std::vector< int > rpcBetaDof;
47
48 std::vector< float > mdtBetaAvg;
49 std::vector< float > mdtBetaRms;
50 std::vector< float > mdtBetaChi2;
51 std::vector< int > mdtBetaDof;
52
53 std::vector< float > caloBetaAvg;
54 std::vector< float > caloBetaRms;
55 std::vector< float > caloBetaChi2;
56 std::vector< int > caloBetaDof;
57
58 std::vector< float > dEdxPixel;
59 std::vector< float > dEdxCalo;
60 std::vector< int > dEdxNClusters;
61
62 std::vector<ElementLink< MuonContainer > > muonLink;
63
64 }; // class SlowMuonAuxContainer_v1
65} // namespace xAOD
66
67// Set up a StoreGate inheritance for the class:
68#include "xAODCore/BaseInfo.h"
70
71#endif // XAODMUON_VERSIONS_SLOWMUONAUXCONTAINER_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.
Temporary container used until we have I/O for AuxStoreInternal.
SlowMuonAuxContainer_v1()
Default constructor.
std::vector< ElementLink< MuonContainer > > muonLink
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.