ATLAS Offline Software
Loading...
Searching...
No Matches
TrigBphysAuxContainer_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: TrigBphysAuxContainer_v1.h 696633 2015-09-24 14:59:50Z jwalder $
8#ifndef XAODTRIGBPHYS_VERSIONS_TRIGBPHYSAUXCONTAINER_V1_H
9#define XAODTRIGBPHYS_VERSIONS_TRIGBPHYSAUXCONTAINER_V1_H
10
11// System include(s):
12extern "C" {
13# include <stdint.h>
14}
15#include <vector>
16#include <string>
17
18// EDM include(s):
22#include "AthLinks/ElementLink.h"
23
24namespace xAOD {
25
35
37
38 public:
41
42 private:
43 std::vector<uint32_t> roiId;
44 std::vector<uint16_t> particleType;
45 std::vector<uint16_t> level;
46
47 std::vector<float> eta;
48 std::vector<float> phi;
49 std::vector<float> pt;
50 std::vector<float> mass;
51 std::vector<float> fitmass;
52 std::vector<float> fitchi2;
53 std::vector<int> fitndof;
54 std::vector<float> fitx;
55 std::vector<float> fity;
56 std::vector<float> fitz;
57
58 std::vector<float> lxy;
59 std::vector<float> lxyError;
60 std::vector<float> tau;
61 std::vector<float> tauError;
62 std::vector<float> fitmassError;
63
64
65 std::vector<ElementLink< xAOD::TrigBphysContainer_v1 > > secondaryDecayLink;
66 std::vector<std::vector<ElementLink<xAOD::TrackParticleContainer> > > trackParticleLinks;
67
68 std::vector<std::vector<uint32_t> > vecRoiIds;
69 std::vector<ElementLink< xAOD::TrigBphysContainer_v1 > > lowerChainLink;
70 std::vector<std::vector<ElementLink<xAOD::IParticleContainer> > > particleLinks;
71
72
73 }; // TrigBphysAuxContainer_v1
74
75} // namespace xAOD
76
77#include "xAODCore/BaseInfo.h"
79
80#endif // XAODTRIGBPHYS_VERSIONS_TRIGBPHYSAUXCONTAINER_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 the TrigBphys composite container.
std::vector< std::vector< ElementLink< xAOD::TrackParticleContainer > > > trackParticleLinks
std::vector< std::vector< uint32_t > > vecRoiIds
std::vector< ElementLink< xAOD::TrigBphysContainer_v1 > > secondaryDecayLink
std::vector< ElementLink< xAOD::TrigBphysContainer_v1 > > lowerChainLink
std::vector< std::vector< ElementLink< xAOD::IParticleContainer > > > particleLinks
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.