 |
Belle II Software
release-05-01-25
|
27 void import(std::string filename);
33 std::string
make(std::string filename =
"");
38 void fixParameters(std::vector<int> labels, std::vector<double> values = {}, std::vector<double> presigmas = {});
43 void addFile(std::string filename,
double weight = 1.);
void addFile(std::string filename, double weight=1.)
Add a file (optionally with weight) to list of binary files.
PedeSteering()
Default constructor.
virtual ~PedeSteering()
Destructor.
std::vector< std::string > commands
list command lines
void fixParameters(std::vector< int > labels, std::vector< double > values={}, std::vector< double > presigmas={})
Fix parameter values and set presigmas.
std::string name
Name of steering (used as default filename)
Abstract base class for different kinds of events.
Class representing Millepede steering.
std::vector< std::string > files
list of binary files
PedeSteering(const std::string &filename)
Constructor to directly import command from file.
std::string make(std::string filename="")
Compose and write out steering file.
void clearFiles()
Clear list of files.
void command(std::string line)
Add command to the steering.