#include <FairMCStage.h>
|
| FairMCStage () |
|
| FairMCStage (Int_t id, const std::string &fileName, const std::string &branchName, Double_t weight=1.0) |
|
| FairMCStage (const FairMCStage &mcStage) |
|
FairMCStage & | operator= (const FairMCStage &result) |
|
virtual | ~FairMCStage () |
|
void | SetBranchName (const std::string &branchName) |
|
void | SetFileName (const std::string &fileName) |
|
void | SetWeight (Double_t weight) |
|
void | SetLoaded (Bool_t loaded) |
|
void | SetFill (Bool_t fill) |
|
std::string | GetBranchName (void) const |
|
std::string | GetFileName (void) const |
|
Double_t | GetWeight (void) const |
|
Bool_t | GetLoaded (void) const |
|
Bool_t | GetFill (void) const |
|
virtual void | ClearEntries () |
|
virtual void | PrintInfo (std::ostream &out) |
|
| FairMCObject () |
|
| FairMCObject (Int_t type) |
|
| FairMCObject (const FairMCObject &obj) |
|
| FairMCObject (Int_t type, std::vector< FairMCEntry > stage) |
|
FairMCObject & | operator= (const FairMCObject &from) |
|
virtual | ~FairMCObject () |
|
void | SetStageId (Int_t type) |
|
void | SetEntry (std::vector< Int_t > type, std::vector< Int_t > link, int index) |
|
void | SetEntry (FairMultiLinkedData *data, int index) |
|
void | SetEntry (FairMCEntry link) |
|
void | SetStage (std::vector< FairMCEntry > stage) |
|
void | SetLink (FairLink link, int index) |
|
void | AddLink (FairLink link, int index) |
|
FairMCEntry | GetEntry (int index) const |
|
FairLink | GetSingleLink (int entryIndex, int linkIndex) const |
|
Int_t | GetStageId (void) const |
|
FairMCEntry | GetMCLink (Int_t index) |
|
int | GetNEntries () const |
|
int | GetNLinks (int entryIndex) const |
|
std::vector< FairMCEntry > | GetEntryVector () const |
|
FairMultiLinkedData | PosInList (std::pair< int, int > link) |
|
FairMultiLinkedData | PosInList (FairLink link) |
|
FairMultiLinkedData | GetLinksWithType (Int_t type) |
|
void | RemoveType (Int_t type) |
|
Definition at line 24 of file FairMCStage.h.
FairMCStage::FairMCStage |
( |
| ) |
|
FairMCStage::FairMCStage |
( |
Int_t |
id, |
|
|
const std::string & |
fileName, |
|
|
const std::string & |
branchName, |
|
|
Double_t |
weight = 1.0 |
|
) |
| |
FairMCStage::FairMCStage |
( |
const FairMCStage & |
mcStage | ) |
|
|
inline |
FairMCStage::~FairMCStage |
( |
| ) |
|
|
virtual |
virtual void FairMCStage::ClearEntries |
( |
| ) |
|
|
inlinevirtual |
std::string FairMCStage::GetBranchName |
( |
void |
| ) |
const |
|
inline |
std::string FairMCStage::GetFileName |
( |
void |
| ) |
const |
|
inline |
Bool_t FairMCStage::GetFill |
( |
void |
| ) |
const |
|
inline |
Bool_t FairMCStage::GetLoaded |
( |
void |
| ) |
const |
|
inline |
Double_t FairMCStage::GetWeight |
( |
void |
| ) |
const |
|
inline |
virtual void FairMCStage::PrintInfo |
( |
std::ostream & |
out | ) |
|
|
inlinevirtual |
void FairMCStage::SetBranchName |
( |
const std::string & |
branchName | ) |
|
|
inline |
void FairMCStage::SetFileName |
( |
const std::string & |
fileName | ) |
|
|
inline |
void FairMCStage::SetFill |
( |
Bool_t |
fill | ) |
|
|
inline |
void FairMCStage::SetLoaded |
( |
Bool_t |
loaded | ) |
|
|
inline |
void FairMCStage::SetWeight |
( |
Double_t |
weight | ) |
|
|
inline |
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const FairMCStage & |
stage |
|
) |
| |
|
friend |
The documentation for this class was generated from the following files: