FairRoot/PandaRoot
|
Go to the source code of this file.
Functions | |
gROOT | LoadMacro ("$VMCWORKDIR/gconfig/rootlogon.C") |
rootlogon () | |
timer | Start () |
fRun | SetInputFile (inSimuFile) |
fRun | AddFriend (inDigiFile) |
fRun | AddFriend (inRecoFile) |
fRun | SetOutputFile (outFile.Data()) |
fRun | AddTask (Geane) |
parInput1 | open (parFile.Data()) |
parIo1 | open (allDigiFile.Data(),"in") |
rtdb | setFirstInput (parInput1) |
rtdb | setSecondInput (parIo1) |
corr | SetVerbose (10) |
corr | SetBarrelTrackBranch ("SttMvdGemGenTrack") |
corr | SetInputIDBranch ("SttMvdGemGenTrackID") |
corr | SetDebugMode (kTRUE) |
fRun | AddTask (corr) |
labels | push_back ("electron") |
labels | push_back ("pion") |
vars | push_back ("emc") |
vars | push_back ("lat") |
vars | push_back ("z20") |
vars | push_back ("z53") |
vars | push_back ("E9E25") |
ts | SetWeightFileName ("/tmp/test.root") |
ts | SetClassNames (labels) |
ts | SetVarNames (vars) |
ts | SetClassifier (LVQ) |
ts | SetNumNeigh (250) |
fRun | AddTask (ts) |
fRun | Init () |
fRun | Run (0, nEvents) |
rtdb | print () |
timer | Stop () |
Variables | |
Int_t | nEvents = 0 |
TString | sysFile = gSystem->Getenv("VMCWORKDIR") |
TString | parFile = "params_sttcombi.root" |
TString | inSimuFile = "points_sttcombi.root" |
TString | inDigiFile = "digi_sttcombi.root" |
TString | inRecoFile = "reco_sttcombi.root" |
TString | outFile = "pid_sttcombi.root" |
TStopwatch | timer |
FairRunAna * | fRun = new FairRunAna() |
FairGeane * | Geane = new FairGeane() |
TString | allDigiFile = sysFile+"/macro/params/all.par" |
FairRuntimeDb * | rtdb = fRun->GetRuntimeDb() |
FairParRootFileIo * | parInput1 = new FairParRootFileIo() |
FairParAsciiFileIo * | parIo1 = new FairParAsciiFileIo() |
PndPidCorrelator * | corr = new PndPidCorrelator() |
std::vector< std::string > | labels |
std::vector< std::string > | vars |
PndPidMvaAssociatorTask * | ts = new PndPidMvaAssociatorTask() |
Double_t | rtime = timer.RealTime() |
Double_t | ctime = timer.CpuTime() |
fRun AddFriend | ( | inDigiFile | ) |
fRun AddFriend | ( | inRecoFile | ) |
fRun Init | ( | ) |
gROOT LoadMacro | ( | "$VMCWORKDIR/gconfig/rootlogon.C" | ) |
parInput1 open | ( | parFile. | Data() | ) |
parIo1 open | ( | allDigiFile. | Data(), |
"in" | |||
) |
labels push_back | ( | "electron" | ) |
labels push_back | ( | "pion" | ) |
vars push_back | ( | "emc" | ) |
vars push_back | ( | "lat" | ) |
vars push_back | ( | "z20" | ) |
vars push_back | ( | "z53" | ) |
vars push_back | ( | "E9E25" | ) |
rootlogon | ( | ) |
Definition at line 1 of file outdated/mpiTools/macros/emc/rootlogon.C.
corr SetBarrelTrackBranch | ( | "SttMvdGemGenTrack" | ) |
corr SetDebugMode | ( | kTRUE | ) |
fRun SetInputFile | ( | inSimuFile | ) |
corr SetInputIDBranch | ( | "SttMvdGemGenTrackID" | ) |
ts SetNumNeigh | ( | 250 | ) |
fRun SetOutputFile | ( | outFile. | Data() | ) |
corr SetVerbose | ( | 10 | ) |
ts SetWeightFileName | ( | "/tmp/test.root" | ) |
timer Start | ( | ) |
timer Stop | ( | ) |
Definition at line 36 of file run_pid_Mva.C.
PndPidCorrelator* corr = new PndPidCorrelator() |
Definition at line 49 of file run_pid_Mva.C.
Double_t ctime = timer.CpuTime() |
Definition at line 111 of file run_pid_Mva.C.
FairRunAna* fRun = new FairRunAna() |
Definition at line 28 of file run_pid_Mva.C.
FairGeane* Geane = new FairGeane() |
Definition at line 33 of file run_pid_Mva.C.
TString inDigiFile = "digi_sttcombi.root" |
Definition at line 14 of file run_pid_Mva.C.
TString inRecoFile = "reco_sttcombi.root" |
Definition at line 15 of file run_pid_Mva.C.
TString inSimuFile = "points_sttcombi.root" |
Definition at line 13 of file run_pid_Mva.C.
std::vector<std::string> labels |
Definition at line 64 of file run_pid_Mva.C.
Int_t nEvents = 0 |
Definition at line 5 of file run_pid_Mva.C.
TString outFile = "pid_sttcombi.root" |
Definition at line 17 of file run_pid_Mva.C.
TString parFile = "params_sttcombi.root" |
Definition at line 12 of file run_pid_Mva.C.
FairParRootFileIo* parInput1 = new FairParRootFileIo() |
Definition at line 39 of file run_pid_Mva.C.
FairParAsciiFileIo* parIo1 = new FairParAsciiFileIo() |
Definition at line 42 of file run_pid_Mva.C.
FairRuntimeDb* rtdb = fRun->GetRuntimeDb() |
Definition at line 38 of file run_pid_Mva.C.
Double_t rtime = timer.RealTime() |
Definition at line 110 of file run_pid_Mva.C.
Definition at line 9 of file run_pid_Mva.C.
TStopwatch timer |
Definition at line 23 of file run_pid_Mva.C.
PndPidMvaAssociatorTask* ts = new PndPidMvaAssociatorTask() |
Definition at line 76 of file run_pid_Mva.C.
std::vector<std::string> vars |
Definition at line 65 of file run_pid_Mva.C.