1 #ifndef RecoParticleFlow_PFAlgo_PFBlockLink_h 2 #define RecoParticleFlow_PFAlgo_PFBlockLink_h
friend std::ostream & operator<<(std::ostream &out, const PFBlockLink &l)
print the link
unsigned element1_
element 1
unsigned element2_
element 2
Type type_
type of the link
double dist_
distance of the link
unsigned element1() const
reco::PFBlock::LinkTest test_
type of test
reco::PFBlock::LinkTest test() const
unsigned neighbour(unsigned elem) const
def elem(elemtype, innerHTML='', html_class='', kwargs)
PFBlockLink(Type type, reco::PFBlock::LinkTest test, double dist, unsigned elem1, unsigned elem2)
standard constructor
Type
possible types. WARNING: have a look at PFBlockElement
unsigned element2() const