ATLAS Offline Software
Public Member Functions | Protected Attributes | List of all members
xAOD::JetAttributeAccessor::ObjectAccessorWrapper< Dummy > Class Reference
Inheritance diagram for xAOD::JetAttributeAccessor::ObjectAccessorWrapper< Dummy >:
Collaboration diagram for xAOD::JetAttributeAccessor::ObjectAccessorWrapper< Dummy >:

Public Member Functions

 ObjectAccessorWrapper (const std::string &n)
 
std::string name () const
 

Protected Attributes

std::string m_name
 

Detailed Description

Definition at line 36 of file JetAccessorMap_v1.cxx.

Constructor & Destructor Documentation

◆ ObjectAccessorWrapper()

Definition at line 38 of file JetAccessorMap_v1.cxx.

38 : Named(n){}

Member Function Documentation

◆ name()

std::string xAOD::JetAttributeAccessor::Named::name ( ) const
inlineinherited

Definition at line 43 of file JetAccessors.h.

43 {return m_name;}

Member Data Documentation

◆ m_name

std::string xAOD::JetAttributeAccessor::Named::m_name
protectedinherited

Definition at line 45 of file JetAccessors.h.


The documentation for this class was generated from the following file:
xAOD::JetAttributeAccessor::Named::m_name
std::string m_name
Definition: JetAccessors.h:45
beamspotman.n
n
Definition: beamspotman.py:731
xAOD::JetAttributeAccessor::Named::Named
Named(const std::string &n)
Definition: JetAccessors.h:42