Pandora
Pandora source code navigator
|
Classes | |
class | Parameters |
Parameters class. More... | |
Functions | |
void | CreatePandoraInstances (const Parameters ¶meters, const pandora::Pandora *&pPrimaryPandora) |
Create pandora instances. | |
void | ProcessEvents (const Parameters ¶meters, const pandora::Pandora *const pPrimaryPandora) |
Process events using the supplied pandora instances. | |
bool | ParseCommandLine (int argc, char *argv[], Parameters ¶meters) |
Parse the command line arguments, setting the application parameters. | |
bool | PrintOptions () |
Print the list of configurable options. | |
bool | ProcessRecoOption (const std::string &recoOption, Parameters ¶meters) |
Process the provided reco option string to perform high-level steering. | |
void | ProcessExternalParameters (const Parameters ¶meters, const pandora::Pandora *const pPandora) |
Process list of external, commandline parameters to be passed to specific algorithms. | |
void lar_reco::CreatePandoraInstances | ( | const Parameters & | parameters, |
const pandora::Pandora *& | pPrimaryPandora | ||
) |
Create pandora instances.
parameters | the parameters |
pPrimaryPandora | to receive the address of the primary pandora instance |
Definition at line 86 of file PandoraInterface.cxx.
bool lar_reco::ParseCommandLine | ( | int | argc, |
char * | argv[], | ||
Parameters & | parameters | ||
) |
Parse the command line arguments, setting the application parameters.
argc | argument count |
argv | argument vector |
parameters | to receive the application parameters |
Definition at line 125 of file PandoraInterface.cxx.
bool lar_reco::PrintOptions | ( | ) |
Print the list of configurable options.
Definition at line 172 of file PandoraInterface.cxx.
void lar_reco::ProcessEvents | ( | const Parameters & | parameters, |
const pandora::Pandora *const | pPrimaryPandora | ||
) |
Process events using the supplied pandora instances.
parameters | the application parameters |
pPrimaryPandora | the address of the primary pandora instance |
Definition at line 109 of file PandoraInterface.cxx.
void lar_reco::ProcessExternalParameters | ( | const Parameters & | parameters, |
const pandora::Pandora *const | pPandora | ||
) |
Process list of external, commandline parameters to be passed to specific algorithms.
parameters | the parameters |
pPandora | the address of the pandora instance |
Definition at line 288 of file PandoraInterface.cxx.
bool lar_reco::ProcessRecoOption | ( | const std::string & | recoOption, |
Parameters & | parameters | ||
) |
Process the provided reco option string to perform high-level steering.
recoOption | the reco option string |
parameters | to receive the application parameters |
Definition at line 192 of file PandoraInterface.cxx.