 |
Belle II Software
release-05-01-25
|
13 #include <alignment/dataobjects/PedeSteering.h>
14 #include <alignment/PedeResult.h>
25 class PedeApplication {
31 bool run(PedeSteering& steering);
34 PedeResult
calibrate(PedeSteering& steering);
46 void readEndFile(std::string filename =
"millepede.end");
void readEndFile(std::string filename="millepede.end")
Reads the millepede.end file and sets this object retrieved state.
int getExitCode() const
Returns the Pede exit code (from millepede.end file)
PedeApplication()
Constructor.
std::string exitMessage
Pede exit message.
bool aborted() const
True if Pede was aborted (parameters not calculated)
bool run(PedeSteering &steering)
Run Pede with given steering.
Abstract base class for different kinds of events.
int revision()
Return Pede revision number.
bool success()
Was Pede successfull (can the result be used)?
PedeResult calibrate(PedeSteering &steering)
Run Pede and return full result with parameter corrections.
int exitCode
Pede exit code.
int warnings() const
Level of warnings converted to int.
std::string getExitMessage() const
Returns the Pede exit message (from millepede.end file)