ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
InDet::NNinput Struct Reference

#include <NnClusterizationFactory.h>

Collaboration diagram for InDet::NNinput:

Public Member Functions

 operator bool () const
 

Public Attributes

int sizeX = 0
 
int sizeY = 0
 
std::vector< std::vector< float > > matrixOfToT
 
std::vector< float > vectorOfPitchesY
 
int ClusterPixLayer = 0
 
int ClusterPixBarrelEC = 0
 
float phi = 0
 
float theta = 0
 
float etaModule = 0
 
bool useTrackInfo = 0
 
int columnWeightedPosition = 0
 
int rowWeightedPosition = 0
 

Detailed Description

Definition at line 70 of file NnClusterizationFactory.h.

Member Function Documentation

◆ operator bool()

InDet::NNinput::operator bool ( ) const
inline

Definition at line 71 of file NnClusterizationFactory.h.

71  {
72  return !matrixOfToT.empty();
73  }

Member Data Documentation

◆ ClusterPixBarrelEC

int InDet::NNinput::ClusterPixBarrelEC = 0

Definition at line 79 of file NnClusterizationFactory.h.

◆ ClusterPixLayer

int InDet::NNinput::ClusterPixLayer = 0

Definition at line 78 of file NnClusterizationFactory.h.

◆ columnWeightedPosition

int InDet::NNinput::columnWeightedPosition = 0

Definition at line 84 of file NnClusterizationFactory.h.

◆ etaModule

float InDet::NNinput::etaModule = 0

Definition at line 82 of file NnClusterizationFactory.h.

◆ matrixOfToT

std::vector<std::vector<float> > InDet::NNinput::matrixOfToT

Definition at line 76 of file NnClusterizationFactory.h.

◆ phi

float InDet::NNinput::phi = 0

Definition at line 80 of file NnClusterizationFactory.h.

◆ rowWeightedPosition

int InDet::NNinput::rowWeightedPosition = 0

Definition at line 85 of file NnClusterizationFactory.h.

◆ sizeX

int InDet::NNinput::sizeX = 0

Definition at line 74 of file NnClusterizationFactory.h.

◆ sizeY

int InDet::NNinput::sizeY = 0

Definition at line 75 of file NnClusterizationFactory.h.

◆ theta

float InDet::NNinput::theta = 0

Definition at line 81 of file NnClusterizationFactory.h.

◆ useTrackInfo

bool InDet::NNinput::useTrackInfo = 0

Definition at line 83 of file NnClusterizationFactory.h.

◆ vectorOfPitchesY

std::vector<float> InDet::NNinput::vectorOfPitchesY

Definition at line 77 of file NnClusterizationFactory.h.


The documentation for this struct was generated from the following file:
InDet::NNinput::matrixOfToT
std::vector< std::vector< float > > matrixOfToT
Definition: NnClusterizationFactory.h:76