Belle II Software development
SegmentNetworkAnalyzerModule::RootVariables Struct Reference

keep all the variables for rootoutput in one struct More...

#include <SegmentNetworkAnalyzerModule.h>

Public Attributes

std::vector< double > phi {}
 phi of the innermost hit (that is not the virtual IP)
 
std::vector< double > theta {}
 theta of the innermost hit (that is not the virtual IP)
 
std::vector< double > pT {}
 pT of the related MCParticle
 
std::vector< int > signal {}
 was segment combination signal
 
std::vector< int > passed {}
 did segment combination pass the three hit filters
 
std::vector< int > pdg {}
 pdg of the related MCParticle
 
std::vector< int > virtualIP {}
 did the segment contain the virtual IP
 
unsigned networkSize {}
 segmentNetwork size
 
unsigned networkConnections {}
 number of connections in network
 

Detailed Description

keep all the variables for rootoutput in one struct

Definition at line 36 of file SegmentNetworkAnalyzerModule.h.

Member Data Documentation

◆ networkConnections

unsigned networkConnections {}

number of connections in network

Definition at line 45 of file SegmentNetworkAnalyzerModule.h.

◆ networkSize

unsigned networkSize {}

segmentNetwork size

Definition at line 44 of file SegmentNetworkAnalyzerModule.h.

◆ passed

std::vector<int> passed {}

did segment combination pass the three hit filters

Definition at line 41 of file SegmentNetworkAnalyzerModule.h.

◆ pdg

std::vector<int> pdg {}

pdg of the related MCParticle

Definition at line 42 of file SegmentNetworkAnalyzerModule.h.

◆ phi

std::vector<double> phi {}

phi of the innermost hit (that is not the virtual IP)

Definition at line 37 of file SegmentNetworkAnalyzerModule.h.

◆ pT

std::vector<double> pT {}

pT of the related MCParticle

Definition at line 39 of file SegmentNetworkAnalyzerModule.h.

◆ signal

std::vector<int> signal {}

was segment combination signal

Definition at line 40 of file SegmentNetworkAnalyzerModule.h.

◆ theta

std::vector<double> theta {}

theta of the innermost hit (that is not the virtual IP)

Definition at line 38 of file SegmentNetworkAnalyzerModule.h.

◆ virtualIP

std::vector<int> virtualIP {}

did the segment contain the virtual IP

Definition at line 43 of file SegmentNetworkAnalyzerModule.h.


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