Family.hh File Reference
#include <boost/optional.hpp>
#include "boca/identification/Id.hh"
#include "boca/identification/Member.hh"
Include dependency graph for Family.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  boca::Family
 

Namespaces

 boca
 Boosted Collider Analysis.
 

Enumerations

enum  boca::Relative {
  boca::Relative::none, boca::Relative::particle, boca::Relative::mother, boca::Relative::step_mother,
  boca::Relative::grand_mother, boca::Relative::great_grand_mother
}
 

Functions

std::string boca::Name (Relative relative)
 
std::ostream & boca::operator<< (std::ostream &stream, Relative relative)
 Stream the name of a family relative. More...
 
Relative boca::Mother (Relative relative)
 
Relative boca::StepMother (Relative relative)
 
std::vector< Relative > boca::Relatives ()