#include <GNN_DataStorage.h>
Definition at line 81 of file GNN_DataStorage.h.
◆ TrigFTF_GNN_DataStorage()
◆ ~TrigFTF_GNN_DataStorage()
TrigFTF_GNN_DataStorage::~TrigFTF_GNN_DataStorage |
( |
| ) |
|
◆ generatePhiIndexing()
void TrigFTF_GNN_DataStorage::generatePhiIndexing |
( |
float |
dphi | ) |
|
◆ getEtaBin()
◆ initializeNodes()
void TrigFTF_GNN_DataStorage::initializeNodes |
( |
bool |
useML = false | ) |
|
Definition at line 192 of file GNN_DataStorage.cxx.
202 for(
unsigned int layerIdx=0;layerIdx<nL;layerIdx++) {
220 if(
B.empty())
continue;
222 for(
unsigned int nIdx=0;nIdx<
B.m_vn.size();nIdx++) {
229 float min_tau = 6.7*(cluster_width - 0.2);
230 float max_tau = 1.6 + 0.15/(cluster_width + 0.2) + 6.1*(cluster_width - 0.2);
232 B.m_params[nIdx][0] = min_tau;
233 B.m_params[nIdx][1] = max_tau;
◆ loadPixelGraphNodes()
int TrigFTF_GNN_DataStorage::loadPixelGraphNodes |
( |
short |
layerIndex, |
|
|
const std::vector< TrigFTF_GNN_Node > & |
coll, |
|
|
bool |
useML |
|
) |
| |
◆ loadStripGraphNodes()
int TrigFTF_GNN_DataStorage::loadStripGraphNodes |
( |
short |
layerIndex, |
|
|
const std::vector< TrigFTF_GNN_Node > & |
coll |
|
) |
| |
◆ numberOfNodes()
unsigned int TrigFTF_GNN_DataStorage::numberOfNodes |
( |
| ) |
const |
◆ sortByPhi()
void TrigFTF_GNN_DataStorage::sortByPhi |
( |
| ) |
|
◆ m_etaBins
◆ m_geo
The documentation for this class was generated from the following files: