ATLAS Offline Software
MissingETAuxComponentMap_v1.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
7 
8 using namespace xAOD;
9 
12 {
15  AUX_VARIABLE( wpx );
16  AUX_VARIABLE( wpy );
17  AUX_VARIABLE( wet );
19 }
20 
22 { }
23 
xAOD::MissingETAuxComponentMap_v1::wpx
std::vector< std::vector< double > > wpx
Kinematic weight of object ( ) in MET.
Definition: MissingETAuxComponentMap_v1.h:40
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
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
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition: AuxVariable.h:23
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
xAOD::MissingETAuxComponentMap_v1::statusWord
std::vector< MissingETBase::Types::bitmask_t > statusWord
Status of MET term.
Definition: MissingETAuxComponentMap_v1.h:43
MissingETAuxComponentMap_v1.h