ATLAS Offline Software
Loading...
Searching...
No Matches
MissingETAuxContainer_v1.h
Go to the documentation of this file.
1// -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef XAODMISSINGET_VERSIONS_MISSINGETAUXCONTAINER_V1_H
8#define XAODMISSINGET_VERSIONS_MISSINGETAUXCONTAINER_V1_H
9
11
13
14#include <vector>
15
16namespace xAOD
17{
20 {
21 public:
26
27 private:
28
39 std::vector<float> mpx;
40 std::vector<float> mpy;
41 std::vector<float> sumet;
42 std::vector<std::string> name;
43 std::vector<MissingETBase::Types::bitmask_t> source;
45 };
46}
47
48#include "xAODCore/BaseInfo.h"
50
51#endif // XAODMISSINGET_VERSIONS_MISSINGETAUXCONTAINER_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 data store for xAOD::MissingETContainer.
std::vector< MissingETBase::Types::bitmask_t > source
Source of MET contribution.
virtual ~MissingETAuxContainer_v1()
Base class destructor.
std::vector< std::string > name
Name of MET contribution.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.