Belle II Software development
|
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 | |
keep all the variables for rootoutput in one struct
Definition at line 36 of file SegmentNetworkAnalyzerModule.h.
unsigned networkConnections {} |
number of connections in network
Definition at line 45 of file SegmentNetworkAnalyzerModule.h.
unsigned networkSize {} |
segmentNetwork size
Definition at line 44 of file SegmentNetworkAnalyzerModule.h.
std::vector<int> passed {} |
did segment combination pass the three hit filters
Definition at line 41 of file SegmentNetworkAnalyzerModule.h.
std::vector<int> pdg {} |
pdg of the related MCParticle
Definition at line 42 of file SegmentNetworkAnalyzerModule.h.
std::vector<double> phi {} |
phi of the innermost hit (that is not the virtual IP)
Definition at line 37 of file SegmentNetworkAnalyzerModule.h.
std::vector<double> pT {} |
pT of the related MCParticle
Definition at line 39 of file SegmentNetworkAnalyzerModule.h.
std::vector<int> signal {} |
was segment combination signal
Definition at line 40 of file SegmentNetworkAnalyzerModule.h.
std::vector<double> theta {} |
theta of the innermost hit (that is not the virtual IP)
Definition at line 38 of file SegmentNetworkAnalyzerModule.h.
std::vector<int> virtualIP {} |
did the segment contain the virtual IP
Definition at line 43 of file SegmentNetworkAnalyzerModule.h.