11#include <alignment/dataobjects/PedeSteering.h>
12#include <alignment/PedeResult.h>
44 void readEndFile(std::string filename =
"millepede.end");
Class representing Millepede steering.
Class interfacing Millepede solver (Pede)
bool success()
Was Pede successfull (can the result be used)?
PedeResult calibrate(PedeSteering &steering)
Run Pede and return full result with parameter corrections.
int warnings() const
Level of warnings converted to int.
int getExitCode() const
Returns the Pede exit code (from millepede.end file)
std::string exitMessage
Pede exit message.
void readEndFile(std::string filename="millepede.end")
Reads the millepede.end file and sets this object retrieved state.
int exitCode
Pede exit code.
bool aborted() const
True if Pede was aborted (parameters not calculated)
int revision()
Return Pede revision number.
std::string getExitMessage() const
Returns the Pede exit message (from millepede.end file)
PedeApplication()
Constructor.
Class to process Pede result file(s)
Abstract base class for different kinds of events.