|
FairRoot
|
Go to the source code of this file.
Functions | |
| parOut | open ("mq_ex_params.root") |
| rtdb | setOutput (parOut) |
| for (Int_t i=0;i< 100;i++) | |
| rtdb | saveOutput () |
| rtdb | print () |
Variables | |
| Bool_t | kParameterMerged = kTRUE |
| FairParRootFileIo * | parOut = new FairParRootFileIo(kParameterMerged) |
| FairMQExParamsParOne * | par = static_cast<FairMQExParamsParOne*>(rtdb->getContainer("FairMQExParamsParOne")) |
| for | ( | ) |
Definition at line 13 of file fill_parameters.C.
| parOut open | ( | "mq_ex_params.root" | ) |
| rtdb print | ( | ) |
| rtdb saveOutput | ( | ) |
| rtdb setOutput | ( | parOut | ) |
| Bool_t kParameterMerged = kTRUE |
Definition at line 4 of file fill_parameters.C.
| FairMQExParamsParOne* par = static_cast<FairMQExParamsParOne*>(rtdb->getContainer("FairMQExParamsParOne")) |
Definition at line 11 of file fill_parameters.C.
| FairParRootFileIo* parOut = new FairParRootFileIo(kParameterMerged) |
Definition at line 5 of file fill_parameters.C.