ATLAS Offline Software
Public Attributes | Friends | List of all members
BDTVariable Struct Reference

#include <eFEXBDT.h>

Collaboration diagram for BDTVariable:

Public Attributes

std::string m_name
 
std::vector< std::vector< int > > m_scells
 

Friends

void from_json (const nlohmann::json &j, BDTVariable &o)
 

Detailed Description

Definition at line 16 of file eFEXBDT.h.

Friends And Related Function Documentation

◆ from_json

void from_json ( const nlohmann::json j,
BDTVariable o 
)
friend

Definition at line 21 of file eFEXBDT.h.

21  {
22  j.at("name").get_to(o.m_name);
23  j.at("scells").get_to(o.m_scells);
24  }

Member Data Documentation

◆ m_name

std::string BDTVariable::m_name

Definition at line 17 of file eFEXBDT.h.

◆ m_scells

std::vector<std::vector<int> > BDTVariable::m_scells

Definition at line 18 of file eFEXBDT.h.


The documentation for this struct was generated from the following file:
BDTVariable::m_scells
std::vector< std::vector< int > > m_scells
Definition: eFEXBDT.h:18
BDTVariable::m_name
std::string m_name
Definition: eFEXBDT.h:17