#include <GNN_DataStorage.h>
Definition at line 79 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 | ) |
|
Definition at line 182 of file GNN_DataStorage.cxx.
192 for(
unsigned int layerIdx=0;layerIdx<nL;layerIdx++) {
210 if(
B.empty())
continue;
212 for(
unsigned int nIdx=0;nIdx<
B.m_vn.size();nIdx++) {
213 float cluster_width =
B.m_vn[nIdx]->pixelClusterWidth();
215 float min_tau = 6.7*(cluster_width - 0.2);
216 float max_tau = 1.6 + 0.15/(cluster_width + 0.2) + 6.1*(cluster_width - 0.2);
218 B.m_params[nIdx][0] = min_tau;
219 B.m_params[nIdx][1] = max_tau;
◆ loadPixelGraphNodes()
int TrigFTF_GNN_DataStorage::loadPixelGraphNodes |
( |
short |
layerIndex, |
|
|
const std::vector< TrigFTF_GNN_Node > & |
coll, |
|
|
bool |
useML |
|
) |
| |
Definition at line 104 of file GNN_DataStorage.cxx.
116 for(
const auto&
node : coll) {
129 float cluster_width =
node.pixelClusterWidth();
130 if(cluster_width > 0.2)
continue;
◆ 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: