boca::Member Class Reference
Family member with id, position, and 4-momentum. More...
#include <Member.hh>
Inheritance diagram for boca::Member:
Collaboration diagram for boca::Member:
Public Member Functions | |
| Member () | |
| Member (int id) | |
| Member (int id, int position) | |
| Member (LorentzVector< boca::Momentum > const &momentum, int id, int position) | |
| Member (TLorentzVector const &momentum, int id, int position) | |
| LorentzVector< boca::Momentum > | Momentum () const |
| int | Position () const |
| int | Id () const |
| std::string | Name () const |
| void | Set (int id, int position) |
| bool | operator== (Member const &member) const |
Static Public Member Functions | |
| static int | EmptyPosition () |
Friends | |
| std::ostream & | operator<< (std::ostream &stream, Member const &member) |
Detailed Description
Family member with id, position, and 4-momentum.
Constructor & Destructor Documentation
| boca::Member::Member | ( | ) |
| boca::Member::Member | ( | int | id | ) |
| boca::Member::Member | ( | int | id, |
| int | position | ||
| ) |
| boca::Member::Member | ( | LorentzVector< boca::Momentum > const & | momentum, |
| int | id, | ||
| int | position | ||
| ) |
| boca::Member::Member | ( | TLorentzVector const & | momentum, |
| int | id, | ||
| int | position | ||
| ) |
Member Function Documentation
|
static |
| int boca::Member::Id | ( | ) | const |
| LorentzVector< Momentum > boca::Member::Momentum | ( | ) | const |
| std::string boca::Member::Name | ( | ) | const |
| bool boca::Member::operator== | ( | Member const & | member | ) | const |
| int boca::Member::Position | ( | ) | const |
| void boca::Member::Set | ( | int | id, |
| int | position | ||
| ) |
Friends And Related Function Documentation
|
friend |
The documentation for this class was generated from the following files:
- boca/identification/Member.hh
- source/identification/Member.cpp
