#include <FairMCMatch.h>
|
| FairMCMatch () |
|
| FairMCMatch (const char *name, const char *title) |
|
virtual | ~FairMCMatch () |
|
void | AddElement (Int_t type, int index, FairLink link) |
|
void | AddElement (Int_t sourceType, int index, Int_t targetType, int link) |
|
void | SetElements (Int_t sourceType, int index, FairMultiLinkedData *links) |
|
void | InitStage (Int_t type, const std::string &fileName, const std::string &branchName) |
|
void | InitStage (const std::string &fileName, const std::string &branchName="") |
|
void | RemoveStage (Int_t type) |
|
void | LoadInMCLists (TClonesArray *myLinkArray) |
|
void | ClearMCList () |
|
void | SetCommonWeightStages (Float_t weight) |
|
FairMCEntry | GetEntry (Int_t type, int index) |
|
FairMCEntry | GetEntry (FairLink link) |
|
FairMCResult | GetMCInfo (Int_t start, Int_t stop) |
|
FairMCResult | GetMCInfo (TString start, TString stop) |
|
FairMCEntry | GetMCInfoSingle (FairLink aLink, Int_t stop) |
|
FairMCEntry | GetMCInfoSingle (FairLink aLink, TString stop) |
|
int | GetNMCStages () const |
|
FairMCStage * | GetMCStage (int index) const |
|
FairMCStage * | GetMCStageType (TString branch) |
|
FairMCStage * | GetMCStageType (Int_t type) |
|
void | CreateArtificialStage (const TString &branchName, const std::string &fileName="") |
|
void | CreateArtificialStage (Int_t stage, const std::string &fileName="", const std::string &branchName="") |
|
FairMultiLinkedData | FindLinksToStage (Int_t stage) |
|
bool | IsTypeInList (Int_t type) |
|
void | PrintInfo (std::ostream &out=std::cout) |
|
Definition at line 38 of file FairMCMatch.h.
FairMCMatch::FairMCMatch |
( |
| ) |
|
FairMCMatch::FairMCMatch |
( |
const char * |
name, |
|
|
const char * |
title |
|
) |
| |
|
inline |
FairMCMatch::~FairMCMatch |
( |
| ) |
|
|
virtual |
void FairMCMatch::AddElement |
( |
Int_t |
type, |
|
|
int |
index, |
|
|
FairLink |
link |
|
) |
| |
void FairMCMatch::AddElement |
( |
Int_t |
sourceType, |
|
|
int |
index, |
|
|
Int_t |
targetType, |
|
|
int |
link |
|
) |
| |
void FairMCMatch::ClearMCList |
( |
| ) |
|
void FairMCMatch::CreateArtificialStage |
( |
const TString & |
branchName, |
|
|
const std::string & |
fileName = "" |
|
) |
| |
void FairMCMatch::CreateArtificialStage |
( |
Int_t |
stage, |
|
|
const std::string & |
fileName = "" , |
|
|
const std::string & |
branchName = "" |
|
) |
| |
FairMCEntry FairMCMatch::GetEntry |
( |
Int_t |
type, |
|
|
int |
index |
|
) |
| |
FairMCResult FairMCMatch::GetMCInfo |
( |
Int_t |
start, |
|
|
Int_t |
stop |
|
) |
| |
FairMCResult FairMCMatch::GetMCInfo |
( |
TString |
start, |
|
|
TString |
stop |
|
) |
| |
FairMCStage* FairMCMatch::GetMCStage |
( |
int |
index | ) |
const |
|
inline |
FairMCStage* FairMCMatch::GetMCStageType |
( |
TString |
branch | ) |
|
|
inline |
int FairMCMatch::GetNMCStages |
( |
| ) |
const |
|
inline |
void FairMCMatch::InitStage |
( |
Int_t |
type, |
|
|
const std::string & |
fileName, |
|
|
const std::string & |
branchName |
|
) |
| |
void FairMCMatch::InitStage |
( |
const std::string & |
fileName, |
|
|
const std::string & |
branchName = "" |
|
) |
| |
bool FairMCMatch::IsTypeInList |
( |
Int_t |
type | ) |
|
void FairMCMatch::LoadInMCLists |
( |
TClonesArray * |
myLinkArray | ) |
|
void FairMCMatch::PrintInfo |
( |
std::ostream & |
out = std::cout | ) |
|
|
inline |
void FairMCMatch::RemoveStage |
( |
Int_t |
type | ) |
|
void FairMCMatch::SetCommonWeightStages |
( |
Float_t |
weight | ) |
|
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const FairMCMatch & |
match |
|
) |
| |
|
friend |
The documentation for this class was generated from the following files: