cann't start [message #23608] |
Tue, 19 February 2019 10:46 |
Anna Skachkova
Messages: 37 Registered: September 2018
|
continuous participant |
From: *jinr.ru
|
|
Dear colleagues,
I've got problems just in the beginning of starting PandaRoot. I've started with tutorials at thailand directory and got the diagnostics below. What can be the reason for that?
Thank you in advance,
Anna
~/WORK/PandaRoot/fairsoft_may18/pandaroot_dec18/tutorials/thailand2017$ tut_runall.sh
Processing tut_sim.C(100,"signal","pp_jpsi2pi_jpsi_mumu.dec",6.231552)...
In file included from input_line_10:1:
/home/anna/WORK/PandaRoot/fairsoft_may18/pandaroot_dec18/tutorials/thail and2017/tut_sim.C:29:3: error: unknown type name 'PndMasterRunSim'
PndMasterRunSim *fRun = new PndMasterRunSim();
^
/home/anna/WORK/PandaRoot/fairsoft_may18/pandaroot_dec18/tutorials/thail and2017/tut_sim.C:29:31: error: unknown type name 'PndMasterRunSim'
PndMasterRunSim *fRun = new PndMasterRunSim();
^
/home/anna/WORK/PandaRoot/fairsoft_may18/pandaroot_dec18/tutorials/thail and2017/tut_sim.C:43:3: error: unknown type name 'FairFilteredPrimaryGenerator'
FairFilteredPrimaryGenerator *primGen = fRun->GetFilteredPrimaryGenerator();
^
Processing tut_aod.C(100,"signal")...
In file included from input_line_10:1:
In file included from /home/anna/WORK/PandaRoot/fairsoft_may18/pandaroot_dec18/tutorials/thail and2017/tut_aod.C:10:
/home/anna/WORK/PandaRoot/fairsoft_may18/pandaroot_dec18/tutorials/thail and2017/auxtut.C:32:1: error: unknown type name 'FairRunAna'
FairRunAna* initrun(TString prefix, TString outfile, int min=-1, int max=-1)
^
/home/anna/WORK/PandaRoot/fairsoft_may18/pandaroot_dec18/tutorials/thail and2017/auxtut.C:42:2: error: use of undeclared identifier 'FairLogger'
FairLogger::GetLogger()->SetLogToFile(kFALSE);
^
/home/anna/WORK/PandaRoot/fairsoft_may18/pandaroot_dec18/tutorials/thail and2017/auxtut.C:43:2: error: unknown type name 'FairRunAna'
FairRunAna* fRun = new FairRunAna();
^
/home/anna/WORK/PandaRoot/fairsoft_may18/pandaroot_dec18/tutorials/thail and2017/auxtut.C:43:25: error: unknown type name 'FairRunAna'
FairRunAna* fRun = new FairRunAna();
^
/home/anna/WORK/PandaRoot/fairsoft_may18/pandaroot_dec18/tutorials/thail and2017/auxtut.C:44:2: error: unknown type name 'FairRuntimeDb'
FairRuntimeDb* rtdb = fRun->GetRuntimeDb();
^
/home/anna/WORK/PandaRoot/fairsoft_may18/pandaroot_dec18/tutorials/thail and2017/auxtut.C:45:22: error: unknown type name 'FairFileSource'
fRun->SetSource(new FairFileSource(inPidFile));
^
/home/anna/WORK/PandaRoot/fairsoft_may18/pandaroot_dec18/tutorials/thail and2017/auxtut.C:48:2: error: unknown type name 'FairParRootFileIo'
FairParRootFileIo* parIO = new FairParRootFileIo();
^
/home/anna/WORK/PandaRoot/fairsoft_may18/pandaroot_dec18/tutorials/thail and2017/auxtut.C:48:33: error: unknown type name 'FairParRootFileIo'
FairParRootFileIo* parIO = new FairParRootFileIo();
^
/home/anna/WORK/PandaRoot/fairsoft_may18/pandaroot_dec18/tutorials/thail and2017/auxtut.C:50:2: error: unknown type name 'FairParAsciiFileIo'
FairParAsciiFileIo* parIOPid = new FairParAsciiFileIo();
^
/home/anna/WORK/PandaRoot/fairsoft_may18/pandaroot_dec18/tutorials/thail and2017/auxtut.C:50:37: error: unknown type name 'FairParAsciiFileIo'
FairParAsciiFileIo* parIOPid = new FairParAsciiFileIo();
^
/home/anna/WORK/PandaRoot/fairsoft_may18/pandaroot_dec18/tutorials/thail and2017/auxtut.C:139:11: error: unknown type name 'RhoCandList'
int fillM(RhoCandList &l, TH1* h)
^
/home/anna/WORK/PandaRoot/fairsoft_may18/pandaroot_dec18/tutorials/thail and2017/auxtut.C:146:11: error: unknown type name 'RhoCandList'
int fillP(RhoCandList &l, TH1* h)
^
In file included from input_line_10:1:
/home/anna/WORK/PandaRoot/fairsoft_may18/pandaroot_dec18/tutorials/thail and2017/tut_aod.C:19:3: error: unknown type name 'PndMasterRunAna'
PndMasterRunAna *fRun= new PndMasterRunAna();
^
/home/anna/WORK/PandaRoot/fairsoft_may18/pandaroot_dec18/tutorials/thail and2017/tut_aod.C:19:30: error: unknown type name 'PndMasterRunAna'
PndMasterRunAna *fRun= new PndMasterRunAna();
|
|
|