ATLAS Offline Software
Loading...
Searching...
No Matches
DiTauJetAuxContainer_v1.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: DiTauJetAuxContainer_v2.h 631921 2015-09-23 23:30:59Z dkirchme $
8#ifndef XAODDITAU_VERSIONS_DITAUJETAUXCONTAINER_V1_H
9#define XAODDITAU_VERSIONS_DITAUJETAUXCONTAINER_V1_H
10
11// System include(s):
12#include <vector>
13extern "C" {
14# include <stdint.h>
15}
16
17
18// EDM include(s):
24
25namespace xAOD {
26
27
29
30 public:
33
34 private:
35 std::vector< float > pt;
36 std::vector< float > eta;
37 std::vector< float > phi;
38 std::vector< float > m;
39
40
42 std::vector< JetLink_t > jetLink;
43
45 std::vector< VertexLink_t > vertexLink;
46
47 std::vector< float > R_jet;
48 std::vector< float > R_subjet;
49 std::vector< float > R_core;
50 std::vector< float > BDT;
51
52 std::vector< std::vector< float > > subjet_pt;
53 std::vector< std::vector< float > > subjet_eta;
54 std::vector< std::vector< float > > subjet_phi;
55 std::vector< std::vector< float > > subjet_e;
56
57 std::vector< std::vector< float > > subjet_f_core;
58
59 std::vector< float > TauJetVtxFraction;
60
61 typedef std::vector< ElementLink< TrackParticleContainer > > TrackLink_t;
62 std::vector< TrackLink_t > trackLinks;
63 std::vector< TrackLink_t > isoTrackLinks;
64 std::vector< TrackLink_t > otherTrackLinks;
65
66
67 }; // class DiTauJetAuxContainer_v1
68
69} // namespace xAOD
70
71// Set up the StoreGate inheritance for the class:
72#include "xAODCore/BaseInfo.h"
74
75#endif // XAODDITAU_VERSIONS_DITAUJETAUXCONTAINER_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.
std::vector< ElementLink< TrackParticleContainer > > TrackLink_t
std::vector< TrackLink_t > otherTrackLinks
std::vector< std::vector< float > > subjet_e
DiTauJetAuxContainer_v1()
Default constructor.
std::vector< std::vector< float > > subjet_f_core
std::vector< std::vector< float > > subjet_eta
ElementLink< xAOD::JetContainer > JetLink_t
std::vector< std::vector< float > > subjet_pt
std::vector< TrackLink_t > trackLinks
std::vector< TrackLink_t > isoTrackLinks
std::vector< VertexLink_t > vertexLink
std::vector< std::vector< float > > subjet_phi
ElementLink< xAOD::VertexContainer > VertexLink_t
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.