HYDRA_development_version
|
#include <hmdcsetup.h>
Public Member Functions | |
HMdcCommonSetup (const Char_t *name="", const Char_t *title="", HMdcSetup *set=0) | |
~HMdcCommonSetup () | |
void | setIsSimulation (Int_t sim) |
void | setAnalysisLevel (Int_t level) |
void | setTracker (Int_t track) |
void | setMdcCommonSet (Int_t sim, Int_t level, Int_t track) |
Int_t | getIsSimulation () |
Int_t | getAnalysisLevel () |
Int_t | getTracker () |
void | getMdcCommonSet (Int_t *sim, Int_t *level, Int_t *track) |
void | clear () |
Bool_t | check () |
void | printParam (void) |
Bool_t | getParams (HParamList *) |
void | putParams (HParamList *) |
void | copySet (HMdcCommonSetup *par) |
Bool_t | isEqual (HMdcCommonSetup *par) |
Protected Attributes | |
HMdcSetup * | setup |
Int_t | isSimulation |
Int_t | analysisLevel |
Int_t | tracker |
Definition at line 346 of file hmdcsetup.h.
HMdcCommonSetup::HMdcCommonSetup | ( | const Char_t * | name = "" , |
const Char_t * | title = "" , |
||
HMdcSetup * | set = 0 |
||
) |
Definition at line 862 of file hmdcsetup.cc.
HMdcCommonSetup::~HMdcCommonSetup | ( | ) |
Definition at line 870 of file hmdcsetup.cc.
Bool_t HMdcCommonSetup::check | ( | ) |
Definition at line 894 of file hmdcsetup.cc.
References analysisLevel, isSimulation, and tracker.
void HMdcCommonSetup::clear | ( | void | ) |
Definition at line 887 of file hmdcsetup.cc.
References analysisLevel, isSimulation, and tracker.
Referenced by HMdcSetup::clear(), and HMdcCommonSetup().
void HMdcCommonSetup::copySet | ( | HMdcCommonSetup * | par | ) |
Definition at line 874 of file hmdcsetup.cc.
References getAnalysisLevel(), getIsSimulation(), getTracker(), setAnalysisLevel(), setIsSimulation(), and setTracker().
Referenced by HMdcSetup::copySet().
|
inline |
Definition at line 365 of file hmdcsetup.h.
References analysisLevel.
Referenced by copySet(), getMdcCommonSet(), isEqual(), and HMdcTaskSet::make().
|
inline |
Definition at line 364 of file hmdcsetup.h.
References isSimulation.
Referenced by copySet(), getMdcCommonSet(), isEqual(), HMdcGetContainers::isSimData(), HMdcTaskSet::make(), HMdc12FitSetup::setupMdc12Fit(), and HMdcCalibrater1Setup::setupMdcCalibrater1().
|
inline |
Definition at line 367 of file hmdcsetup.h.
References getAnalysisLevel(), getIsSimulation(), and getTracker().
Bool_t HMdcCommonSetup::getParams | ( | HParamList * | l | ) |
Definition at line 914 of file hmdcsetup.cc.
References analysisLevel, HParamList::fill(), isSimulation, and tracker.
|
inline |
Definition at line 366 of file hmdcsetup.h.
References tracker.
Referenced by copySet(), getMdcCommonSet(), isEqual(), and HMdcTaskSet::make().
Bool_t HMdcCommonSetup::isEqual | ( | HMdcCommonSetup * | par | ) |
Definition at line 880 of file hmdcsetup.cc.
References getAnalysisLevel(), getIsSimulation(), and getTracker().
void HMdcCommonSetup::printParam | ( | void | ) |
Definition at line 902 of file hmdcsetup.cc.
References analysisLevel, HMessageMgr::DET_MDC, Hades::getMsg(), gHades, HMessageMgr::info(), INFO_msg, isSimulation, SEPERATOR_msg, and tracker.
Referenced by HMdcSetup::printParam(), and HMdcTaskSet::printStatus().
void HMdcCommonSetup::putParams | ( | HParamList * | l | ) |
Definition at line 922 of file hmdcsetup.cc.
References HParamList::add(), analysisLevel, isSimulation, and tracker.
Referenced by HMdcSetup::putParams().
|
inline |
Definition at line 356 of file hmdcsetup.h.
Referenced by copySet(), createHades(), HMdcTaskSet::parseArguments(), and setMdcCommonSet().
|
inline |
Definition at line 355 of file hmdcsetup.h.
Referenced by copySet(), HMdcTaskSet::make(), HMdcTaskSet::parseArguments(), and setMdcCommonSet().
|
inline |
Definition at line 358 of file hmdcsetup.h.
References setAnalysisLevel(), setIsSimulation(), and setTracker().
Referenced by HMdcTaskSet::setDefaults().
|
inline |
Definition at line 357 of file hmdcsetup.h.
Referenced by copySet(), HMdcTaskSet::parseArguments(), and setMdcCommonSet().
|
protected |
Definition at line 350 of file hmdcsetup.h.
Referenced by check(), clear(), getAnalysisLevel(), getParams(), printParam(), and putParams().
|
protected |
Definition at line 349 of file hmdcsetup.h.
Referenced by check(), clear(), getIsSimulation(), getParams(), printParam(), and putParams().
|
protected |
Definition at line 348 of file hmdcsetup.h.
Referenced by HMdcCommonSetup().
|
protected |
Definition at line 351 of file hmdcsetup.h.
Referenced by check(), clear(), getParams(), getTracker(), printParam(), and putParams().