Pandora
Pandora source code navigator
|
#include "Api/PandoraApi.h"
#include "Helpers/XmlHelper.h"
#include "Xml/tinyxml.h"
#include "larpandoracontent/LArContent.h"
#include "larpandoracontent/LArControlFlow/MasterAlgorithm.h"
#include "larpandoracontent/LArControlFlow/MultiPandoraApi.h"
#include "larpandoracontent/LArHelpers/LArPfoHelper.h"
#include "larpandoracontent/LArPersistency/EventReadingAlgorithm.h"
#include "larpandoracontent/LArPlugins/LArPseudoLayerPlugin.h"
#include "larpandoracontent/LArPlugins/LArRotationalTransformationPlugin.h"
#include "PandoraInterface.h"
#include <getopt.h>
#include <iostream>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | lar_reco |
Functions | |
int | main (int argc, char *argv[]) |
void | lar_reco::CreatePandoraInstances (const Parameters ¶meters, const pandora::Pandora *&pPrimaryPandora) |
Create pandora instances. | |
void | lar_reco::ProcessEvents (const Parameters ¶meters, const pandora::Pandora *const pPrimaryPandora) |
Process events using the supplied pandora instances. | |
bool | lar_reco::ParseCommandLine (int argc, char *argv[], Parameters ¶meters) |
Parse the command line arguments, setting the application parameters. | |
bool | lar_reco::PrintOptions () |
Print the list of configurable options. | |
bool | lar_reco::ProcessRecoOption (const std::string &recoOption, Parameters ¶meters) |
Process the provided reco option string to perform high-level steering. | |
void | lar_reco::ProcessExternalParameters (const Parameters ¶meters, const pandora::Pandora *const pPandora) |
Process list of external, commandline parameters to be passed to specific algorithms. | |
int main | ( | int | argc, |
char * | argv[] | ||
) |