ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
EFTrackingFPGAIntegration::TVHolder Struct Reference

#include <TestVectorTool.h>

Collaboration diagram for EFTrackingFPGAIntegration::TVHolder:

Public Member Functions

 TVHolder ()=default
 
 TVHolder (const std::string &name)
 

Public Attributes

std::string name = ""
 
std::vector< uint64_t > inputTV {0}
 
std::vector< uint64_t > refTV {0}
 

Detailed Description

Definition at line 26 of file TestVectorTool.h.

Constructor & Destructor Documentation

◆ TVHolder() [1/2]

EFTrackingFPGAIntegration::TVHolder::TVHolder ( )
default

◆ TVHolder() [2/2]

EFTrackingFPGAIntegration::TVHolder::TVHolder ( const std::string &  name)
inline

Definition at line 29 of file TestVectorTool.h.

29 : name(name) {}

Member Data Documentation

◆ inputTV

std::vector<uint64_t> EFTrackingFPGAIntegration::TVHolder::inputTV {0}

Definition at line 31 of file TestVectorTool.h.

◆ name

std::string EFTrackingFPGAIntegration::TVHolder::name = ""

Definition at line 30 of file TestVectorTool.h.

◆ refTV

std::vector<uint64_t> EFTrackingFPGAIntegration::TVHolder::refTV {0}

Definition at line 32 of file TestVectorTool.h.


The documentation for this struct was generated from the following file:
EFTrackingFPGAIntegration::TVHolder::name
std::string name
Definition: TestVectorTool.h:30