ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
FlavorTagDiscriminants::CAccDec< T > Class Template Reference

#include <BTagMuonAugmenter.h>

Collaboration diagram for FlavorTagDiscriminants::CAccDec< T >:

Public Member Functions

 CAccDec (const std::string &branchname)
 

Public Attributes

SG::AuxElement::ConstAccessor< T > m_acc
 
SG::AuxElement::Decorator< T > m_dec
 

Detailed Description

template<typename T>
class FlavorTagDiscriminants::CAccDec< T >

Definition at line 22 of file BTagMuonAugmenter.h.

Constructor & Destructor Documentation

◆ CAccDec()

template<typename T >
FlavorTagDiscriminants::CAccDec< T >::CAccDec ( const std::string &  branchname)
inline

Definition at line 24 of file BTagMuonAugmenter.h.

25  : m_acc(branchname),
26  m_dec("softMuon_" + branchname){};

Member Data Documentation

◆ m_acc

template<typename T >
SG::AuxElement::ConstAccessor<T> FlavorTagDiscriminants::CAccDec< T >::m_acc

Definition at line 28 of file BTagMuonAugmenter.h.

◆ m_dec

template<typename T >
SG::AuxElement::Decorator<T> FlavorTagDiscriminants::CAccDec< T >::m_dec

Definition at line 29 of file BTagMuonAugmenter.h.


The documentation for this class was generated from the following file:
RTTAlgmain.branchname
string branchname
Definition: RTTAlgmain.py:60
FlavorTagDiscriminants::CAccDec::m_dec
SG::AuxElement::Decorator< T > m_dec
Definition: BTagMuonAugmenter.h:29
FlavorTagDiscriminants::CAccDec::m_acc
SG::AuxElement::ConstAccessor< T > m_acc
Definition: BTagMuonAugmenter.h:26