ATLAS Offline Software
Loading...
Searching...
No Matches
L2IsoMuonAuxContainer_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: L2IsoMuonAuxContainer_v1.h 631524 2014-11-27 14:08:12Z gwatts $
8#ifndef XAODTRIGMUON_VERSIONS_L2ISOMUONAUXCONTAINER_V1_H
9#define XAODTRIGMUON_VERSIONS_L2ISOMUONAUXCONTAINER_V1_H
10
11// System include(s):
12extern "C" {
13# include <stdint.h>
14}
15#include <vector>
16
17// EDM include(s):
19
20namespace xAOD {
21
31
32 public:
35
36 private:
39 std::vector< float > pt;
40 std::vector< float > phi;
41 std::vector< float > eta;
43
46 std::vector< uint32_t > roiWord;
47 std::vector< float > charge;
48 std::vector< int > errorFlag;
49 std::vector< float > sumPt01;
50 std::vector< float > sumPt02;
51 std::vector< float > sumPt03;
52 std::vector< float > sumPt04;
53 std::vector< float > sumEt01;
54 std::vector< float > sumEt02;
55 std::vector< float > sumEt03;
56 std::vector< float > sumEt04;
58
59 }; // class L2IsoMuonAuxContainer_v1
60
61} // namespace xAOD
62
63#include "xAODCore/CLASS_DEF.h"
65
66#endif // XAODTRIGMUON_VERSIONS_L2ISOMUONAUXCONTAINER_V1_H
#define SG_BASE(D, B)
Declare that class D derives from class B.
File providing the different SG_BASE macros.
Common base class for the auxiliary containers.
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
Auxiliary container for muon iso containers.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.