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