ATLAS Offline Software
MissingETAuxComponentMap_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_MISSINGETAUXCOMPONENTMAP_V1_H
8 #define XAODMISSINGET_VERSIONS_MISSINGETAUXCOMPONENTMAP_V1_H
9 
11 
13 
14 #include <vector>
15 
16 namespace xAOD
17 {
26  {
27  public:
28 
33 
34  private:
35 
38  std::vector<MissingETBase::Types::metlink_t> metLink;
39  std::vector<MissingETBase::Types::objlink_vector_t> objectLinks;
40  std::vector<std::vector<double> > wpx;
41  std::vector<std::vector<double> > wpy;
42  std::vector<std::vector<double> > wet;
43  std::vector<MissingETBase::Types::bitmask_t> statusWord;
44 
45  };
46 }
47 
48 #include "xAODCore/BaseInfo.h"
50 
51 #endif
xAOD::MissingETAuxComponentMap_v1
Auxiliary data store for xAOD::MissingETComponentMap_v1.
Definition: MissingETAuxComponentMap_v1.h:26
xAOD::MissingETAuxComponentMap_v1::wpx
std::vector< std::vector< double > > wpx
Kinematic weight of object ( ) in MET.
Definition: MissingETAuxComponentMap_v1.h:40
AuxContainerBase.h
xAOD::MissingETAuxComponentMap_v1::wet
std::vector< std::vector< double > > wet
Kinematic weight of object ( ) in MET.
Definition: MissingETAuxComponentMap_v1.h:42
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
BaseInfo.h
MissingETCompositionBase.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::MissingETAuxComponentMap_v1::~MissingETAuxComponentMap_v1
virtual ~MissingETAuxComponentMap_v1()
Base class destructor.
Definition: MissingETAuxComponentMap_v1.cxx:21
xAOD::MissingETAuxComponentMap_v1::wpy
std::vector< std::vector< double > > wpy
Kinematic weight of object ( ) in MET.
Definition: MissingETAuxComponentMap_v1.h:41
xAOD::MissingETAuxComponentMap_v1::objectLinks
std::vector< MissingETBase::Types::objlink_vector_t > objectLinks
Link to object contributing to the MissingET_v1 object.
Definition: MissingETAuxComponentMap_v1.h:39
xAOD::MissingETAuxComponentMap_v1::metLink
std::vector< MissingETBase::Types::metlink_t > metLink
Link to MissingET_v1 object.
Definition: MissingETAuxComponentMap_v1.h:38
xAOD::MissingETAuxComponentMap_v1::MissingETAuxComponentMap_v1
MissingETAuxComponentMap_v1()
Default constructor.
Definition: MissingETAuxComponentMap_v1.cxx:10
SG_BASE
SG_BASE(xAOD::MissingETAuxComponentMap_v1, xAOD::AuxContainerBase)
xAOD::MissingETAuxComponentMap_v1::statusWord
std::vector< MissingETBase::Types::bitmask_t > statusWord
Status of MET term.
Definition: MissingETAuxComponentMap_v1.h:43