#include <GNN_DataStorage.h>
Definition at line 49 of file GNN_DataStorage.h.
◆ TrigFTF_GNN_DataStorage()
◆ ~TrigFTF_GNN_DataStorage()
TrigFTF_GNN_DataStorage::~TrigFTF_GNN_DataStorage |
( |
| ) |
|
◆ addSpacePoint()
Definition at line 75 of file GNN_DataStorage.cxx.
79 if(pL==
nullptr)
return -1;
104 if(cluster_width > 0.2)
return -3;
◆ generatePhiIndexing()
void TrigFTF_GNN_DataStorage::generatePhiIndexing |
( |
float |
dphi | ) |
|
◆ getEtaBin()
◆ initializeNodes()
void TrigFTF_GNN_DataStorage::initializeNodes |
( |
bool |
useML = false | ) |
|
Definition at line 127 of file GNN_DataStorage.cxx.
136 for(
unsigned int layerIdx=0;layerIdx<nL;layerIdx++) {
154 if(
B.empty())
continue;
156 for(
unsigned int nIdx=0;nIdx<
B.m_vn.size();nIdx++) {
163 float min_tau = 6.7*(cluster_width - 0.2);
164 float max_tau = 1.6 + 0.15/(cluster_width + 0.2) + 6.1*(cluster_width - 0.2);
166 B.m_params[nIdx][0] = min_tau;
167 B.m_params[nIdx][1] = max_tau;
◆ 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: