/cvmfs/atlas.cern.ch/repo/sw/ASG/AnalysisBase/2.4.28/xAODBPhys/Root/BPhysHypoHelper.cxx File Reference

#include "xAODBPhys/BPhysHypoHelper.h"
#include "xAODTracking/TrackParticle.h"
#include "xAODTracking/Vertex.h"
#include "xAODTracking/VertexContainer.h"

Defines



#define GET_FLOAT(name)
#define SET_FLOAT(name, val)

Detailed Description

Author:
Daniel Scheirich <daniel.scheirich@cern.ch>

Define Documentation

#define GET_FLOAT ( name   ) 
Value:
{                                                          \
  SG::AuxElement::Accessor<float> floatAcc(name);   \
  if(!floatAcc.isAvailable(*m_b)) return -9999999.;        \
  return floatAcc(*m_b);                                   \
}

Some useful macros

#define SET_FLOAT ( name,
val   ) 
Value:
{                                                          \
  SG::AuxElement::Decorator<float> floatDec(name);  \
  floatDec(*m_b) = val;                                    \
  return true;                                             \
}
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 15 Apr 2017 for RootCore Packages by  doxygen 1.6.1