Belle II Software  release-05-02-19
NodeCompatibilityCheckerPathCollector< NodeType > Struct Template Reference

simple NodeCompatibilityChecker, which checks for compatible Neighboring states of passed nodes (does no extended validation check) More...

#include <NodeCompatibilityCheckerPathCollector.h>

Public Member Functions

bool areCompatible (NodeType *outerNode, NodeType *innerNode)
 returns true, if state of outerNode is state of innerNode +1. More...
 

Detailed Description

template<class NodeType>
struct Belle2::NodeCompatibilityCheckerPathCollector< NodeType >

simple NodeCompatibilityChecker, which checks for compatible Neighboring states of passed nodes (does no extended validation check)

Definition at line 29 of file NodeCompatibilityCheckerPathCollector.h.

Member Function Documentation

◆ areCompatible()

bool areCompatible ( NodeType *  outerNode,
NodeType *  innerNode 
)
inline

returns true, if state of outerNode is state of innerNode +1.

WARNING does not check if innerNode is in List of OuterNodes!

Definition at line 35 of file NodeCompatibilityCheckerPathCollector.h.


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