ATLAS Offline Software
|
////////////////////////////////////////////////// More...
#include <JetKeyDescriptor.h>
Public Types | |
typedef std::string | category_t |
typedef std::string | key_t |
typedef std::vector< key_t > | keystore_t |
typedef std::vector< keystore_t > | storelist_t |
typedef std::vector< category_t > | catlist_t |
Public Member Functions | |
void | access () const |
virtual | ~JetKeyDescriptor () |
JetKeyDescriptor () | |
const storelist_t & | keyStore () const |
const catlist_t & | catStore () const |
Protected Attributes | |
storelist_t | m_keyStore |
catlist_t | m_catStore |
Friends | |
class | JetKeyDescriptorCnv_p1 |
class | JetKeyDescriptorInstance |
class | TPPolyCnvBase< JetKeyDescriptor, JetKeyDescriptor, JetKeyDescriptor_p1 > |
//////////////////////////////////////////////////
Maintains one-to-one association between strings and index
The goal of this class is to allow Jet
users to define quantities associated to
jets (e.g. shapes or Btagging info) with strings (thus in a meaning full and dynamic way) while internaly using index (persistance performance).
JetKeyDescriptor
is internal to JetSoftware and users should not be exposed to it
Definition at line 43 of file JetKeyDescriptor.h.
typedef std::string JetKeyDescriptor::category_t |
Definition at line 51 of file JetKeyDescriptor.h.
typedef std::vector<category_t> JetKeyDescriptor::catlist_t |
Definition at line 56 of file JetKeyDescriptor.h.
typedef std::string JetKeyDescriptor::key_t |
Definition at line 52 of file JetKeyDescriptor.h.
typedef std::vector<key_t> JetKeyDescriptor::keystore_t |
Definition at line 54 of file JetKeyDescriptor.h.
typedef std::vector<keystore_t> JetKeyDescriptor::storelist_t |
Definition at line 55 of file JetKeyDescriptor.h.
|
virtual |
Definition at line 217 of file JetKeyDescriptor.cxx.
JetKeyDescriptor::JetKeyDescriptor | ( | ) |
Definition at line 197 of file JetKeyDescriptor.cxx.
|
inline |
Definition at line 59 of file JetKeyDescriptor.h.
Definition at line 71 of file JetKeyDescriptor.h.
|
inline |
Definition at line 70 of file JetKeyDescriptor.h.
|
friend |
Definition at line 46 of file JetKeyDescriptor.h.
|
friend |
Definition at line 47 of file JetKeyDescriptor.h.
|
friend |
Definition at line 47 of file JetKeyDescriptor.h.
|
protected |
Definition at line 77 of file JetKeyDescriptor.h.
|
protected |
Definition at line 75 of file JetKeyDescriptor.h.