Belle II Software development
CollectorTFInfoTest Class Reference

Set up a few arrays and objects in the datastore. More...

#include <collectortfinfo.h>

Inheritance diagram for CollectorTFInfoTest:

Public Member Functions

void import_sectors_loop ()
 Documentation Comment Jakob Lettenbichler: this was written by a student and will be removed after finishing redesign of VXDTF.
 
void import_sectors_standard ()
 dummy comment: import_sectors_standard
 
void import_clusters_loop ()
 dummy comment: import_clusters_loop
 
void import_clusters_standard ()
 dummy comment: import_clusters_standard
 
void import_hit_loop ()
 dummy comment: import_hit_loop
 
void import_hit_standard ()
 dummy comment: import_hit_standard
 
void import_cell_loop ()
 dummy comment: import_cell_loop
 
void import_cell_standard ()
 dummy comment: import_cell_standard
 
void import_tfc_loop ()
 dummy comment: import_tfc_loop
 
void import_tfc_standard ()
 dummy comment: import_tfc_standard
 
void getAllCells ()
 Output of all interesting Information of Cells.
 
void getAllHits ()
 Output of all interesting Information of Hits.
 
void getAllClusters ()
 Output of all interesting Information of Clusters.
 
void getAllTC ()
 Output of all interesting Information of TC.
 
void getAllSectors ()
 Output of all interesting Information of Sectors.
 

Protected Attributes

CollectorTFInfo m_collector = CollectorTFInfo()
 cached ref to CollectorTFInfo()
 
std::vector< int > pass_sector_ids = {0, 1, 2}
 fixed vector of pass indices (values are never used)
 
int pass_sector_id_single = 0
 fixed index for beginning pass
 

Detailed Description

Set up a few arrays and objects in the datastore.

Definition at line 20 of file collectortfinfo.h.

Member Data Documentation

◆ m_collector

CollectorTFInfo m_collector = CollectorTFInfo()
protected

cached ref to CollectorTFInfo()

Definition at line 51 of file collectortfinfo.h.

◆ pass_sector_id_single

int pass_sector_id_single = 0
protected

fixed index for beginning pass

Definition at line 54 of file collectortfinfo.h.

◆ pass_sector_ids

std::vector<int> pass_sector_ids = {0, 1, 2}
protected

fixed vector of pass indices (values are never used)

Definition at line 53 of file collectortfinfo.h.


The documentation for this class was generated from the following file: