#include "encoder.hxx"
#include "core.hxx"
#include "decoder.hxx"
#include "output_transform.hxx"
#include "TMVA/SOFIE_common.hxx"
#include "TRandom3.h"
#include "TH1.h"
#include "TCanvas.h"
#include "TFile.h"
#include "TTree.h"
#include "TSystem.h"
#include "ROOT/RDataFrame.hxx"
Classes | |
struct | SOFIE_GNN |
Functions | |
double | check_mem (std::string s="") |
std::vector< GNN_Data > | GenerateData (int nevts, int seed) |
int | main () |
void | Print (GNN_Data &d, std::string txt="") |
template<class T > | |
void | PrintTensor (RTensor< T > &t) |
std::vector< GNN_Data > | ReadData (std::string treename, std::string filename) |
void | TMVA_SOFIE_GNN_Application (bool verbose=false) |
Variables | |
const int | EDGE_FEATURE_SIZE = 4 |
const int | GLOBAL_FEATURE_SIZE = 1 |
const int | NODE_FEATURE_SIZE = 4 |
const int | num_max_edges = 30 |
const int | num_max_nodes = 10 |
double check_mem | ( | std::string | s = "" | ) |
Definition at line 27 of file TMVA_SOFIE_GNN_Application.C.
Definition at line 109 of file TMVA_SOFIE_GNN_Application.C.
int main | ( | ) |
Definition at line 234 of file TMVA_SOFIE_GNN_Application.C.
void Print | ( | GNN_Data & | d, |
std::string | txt = "" |
||
) |
Definition at line 59 of file TMVA_SOFIE_GNN_Application.C.
void PrintTensor | ( | RTensor< T > & | t | ) |
Definition at line 40 of file TMVA_SOFIE_GNN_Application.C.
std::vector< GNN_Data > ReadData | ( | std::string | treename, |
std::string | filename | ||
) |
Definition at line 136 of file TMVA_SOFIE_GNN_Application.C.
void TMVA_SOFIE_GNN_Application | ( | bool | verbose = false | ) |
Definition at line 171 of file TMVA_SOFIE_GNN_Application.C.
const int EDGE_FEATURE_SIZE = 4 |
Definition at line 106 of file TMVA_SOFIE_GNN_Application.C.
const int GLOBAL_FEATURE_SIZE = 1 |
Definition at line 107 of file TMVA_SOFIE_GNN_Application.C.
const int NODE_FEATURE_SIZE = 4 |
Definition at line 105 of file TMVA_SOFIE_GNN_Application.C.
const int num_max_edges = 30 |
Definition at line 104 of file TMVA_SOFIE_GNN_Application.C.
const int num_max_nodes = 10 |
Definition at line 103 of file TMVA_SOFIE_GNN_Application.C.