#include <FairLink.h>
|
| FairLink () |
|
| FairLink (Int_t type, Int_t index, Float_t weight=1.) |
|
| FairLink (TString branchName, Int_t index, Float_t weight=1.) |
|
| FairLink (Int_t file, Int_t entry, Int_t type, Int_t index, Float_t weight=1.) |
|
| FairLink (Int_t file, Int_t entry, TString branchName, Int_t index, Float_t weight=1.) |
|
| ~FairLink () |
|
void | SetLink (Int_t file, Int_t entry, Int_t type, Int_t index, Float_t weight=1.) |
|
void | SetLink (Int_t type, Int_t index, Float_t weight=1.) |
|
int | GetFile () const |
|
int | GetEntry () const |
|
int | GetType () const |
|
int | GetIndex () const |
|
float | GetWeight () const |
|
void | SetFile (int file) |
|
void | SetEntry (int entry) |
|
void | SetType (int type) |
|
void | SetIndex (int index) |
|
void | SetWeight (Float_t weight) |
|
void | AddWeight (Float_t weight) |
|
void | PrintLinkInfo (std::ostream &out=std::cout) const |
|
bool | operator== (const FairLink &link) const |
|
bool | operator< (const FairLink &link) const |
|
| ClassDefNV (FairLink, 5) |
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int) |
|
Definition at line 29 of file FairLink.h.
FairLink::FairLink |
( |
Int_t |
type, |
|
|
Int_t |
index, |
|
|
Float_t |
weight = 1. |
|
) |
| |
|
inline |
FairLink::FairLink |
( |
TString |
branchName, |
|
|
Int_t |
index, |
|
|
Float_t |
weight = 1. |
|
) |
| |
FairLink::FairLink |
( |
Int_t |
file, |
|
|
Int_t |
entry, |
|
|
Int_t |
type, |
|
|
Int_t |
index, |
|
|
Float_t |
weight = 1. |
|
) |
| |
|
inline |
FairLink::FairLink |
( |
Int_t |
file, |
|
|
Int_t |
entry, |
|
|
TString |
branchName, |
|
|
Int_t |
index, |
|
|
Float_t |
weight = 1. |
|
) |
| |
void FairLink::AddWeight |
( |
Float_t |
weight | ) |
|
|
inline |
int FairLink::GetEntry |
( |
| ) |
const |
|
inline |
int FairLink::GetFile |
( |
| ) |
const |
|
inline |
int FairLink::GetIndex |
( |
| ) |
const |
|
inline |
int FairLink::GetType |
( |
| ) |
const |
|
inline |
float FairLink::GetWeight |
( |
| ) |
const |
|
inline |
bool FairLink::operator< |
( |
const FairLink & |
link | ) |
const |
|
inline |
bool FairLink::operator== |
( |
const FairLink & |
link | ) |
const |
|
inline |
void FairLink::PrintLinkInfo |
( |
std::ostream & |
out = std::cout | ) |
const |
template<class Archive >
void FairLink::serialize |
( |
Archive & |
ar, |
|
|
const unsigned |
int |
|
) |
| |
|
inline |
void FairLink::SetEntry |
( |
int |
entry | ) |
|
|
inline |
void FairLink::SetFile |
( |
int |
file | ) |
|
|
inline |
void FairLink::SetIndex |
( |
int |
index | ) |
|
|
inline |
void FairLink::SetLink |
( |
Int_t |
file, |
|
|
Int_t |
entry, |
|
|
Int_t |
type, |
|
|
Int_t |
index, |
|
|
Float_t |
weight = 1. |
|
) |
| |
|
inline |
void FairLink::SetLink |
( |
Int_t |
type, |
|
|
Int_t |
index, |
|
|
Float_t |
weight = 1. |
|
) |
| |
|
inline |
void FairLink::SetType |
( |
int |
type | ) |
|
|
inline |
void FairLink::SetWeight |
( |
Float_t |
weight | ) |
|
|
inline |
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const FairLink & |
link |
|
) |
| |
|
friend |
The documentation for this class was generated from the following files: