|
BmnRoot
|
#include "TKey.h"#include "TPRegexp.h"#include "TROOT.h"#include "TStopwatch.h"#include "TString.h"#include "TSystem.h"#include "FairFileSource.h"#include "FairParRootFileIo.h"#include "FairRootFileSink.h"#include "FairRunAna.h"#include "FairRuntimeDb.h"#include "FairSource.h"#include "BmnFieldMap.h"#include "BmnFileSource.h"#include "BmnFunctionSet.h"#include "BmnGlobalTrackDraw.h"#include "BmnNewFieldMap.h"#include "BmnTrackDrawH.h"#include "MpdEventManager.h"#include "MpdHitPointSetDraw.h"#include "MpdMCPointDraw.h"#include "MpdMCTracks.h"#include "UniRun.h"#include <iostream>Go to the source code of this file.
Functions | |
| void | SetTasks (MpdEventManager *fMan, int data_source, int run_period, int run_number, bool isField, bool isTarget) |
| void | eventdisplay (const char *sim_run_info="$VMCWORKDIR/macro/run/bmnsim.root", const char *reco_file="$VMCWORKDIR/macro/run/bmndst.root", int data_source=0, bool is_online=false) |
| int | main (int argc, char **arg) |
| void eventdisplay | ( | const char * | sim_run_info = "$VMCWORKDIR/macro/run/bmnsim.root", |
| const char * | reco_file = "$VMCWORKDIR/macro/run/bmndst.root", |
||
| int | data_source = 0, |
||
| bool | is_online = false |
||
| ) |
Definition at line 56 of file eventdisplay.cxx.
References MpdEventManager::background_color, BmnFunctionSet::CheckFileExist(), UniRun::GetBeamParticle(), UniRun::GetFieldVoltage(), UniRun::GetRun(), UniRun::GetTargetParticle(), MpdEventManager::iDataSource, BmnFieldMap::Init(), MpdEventManager::Init(), MpdEventManager::isDarkColor, MpdEventManager::isOnline, UniRun::ReadGeometryFile(), BmnFieldMap::SetScale(), and SetTasks().
Referenced by main().
| int main | ( | int | argc, |
| char ** | arg | ||
| ) |
Definition at line 392 of file eventdisplay.cxx.
References eventdisplay().
| void SetTasks | ( | MpdEventManager * | fMan, |
| int | data_source, | ||
| int | run_period, | ||
| int | run_number, | ||
| bool | isField, | ||
| bool | isTarget | ||
| ) |
Definition at line 213 of file eventdisplay.cxx.
References MpdEventManager::AddTask().
Referenced by eventdisplay().