Laura++
3.6.0
A maximum likelihood fitting package for performing Dalitz-plot analysis.
|
Go to the documentation of this file.
164 std::vector<std::string> split( const std::string& splitter ) const;
170 std::vector<std::string> split( const LauString& splitter ) const;
void addText(const char *text) Add some text from a character array.
LauString() Constructor for an empty string.
std::string getString() const Retrieve the string as an STL string.
LauString operator+=(int integer) Add an integer to the string.
std::string theString_ The string.
void addDouble(double value) Add a double value to the string.
LauString & operator=(const LauString &s) Copy assignment operator.
void addText(const std::string &text) Add some text from an STL string.
void addText(const TString &text) Add some text from a TString.
int size() const Retrieve the total size of the string.
Class for defining a string.
const char * getData() const Retrieve the string as an array of characters.
void addInteger(int integer) Add an integer value to the string.
std::vector< std::string > split(const std::string &splitter) const Split up a string according to a split string (e.g. ":" or " ")
virtual ~LauString() Destructor.
TString getTString() const Retrieve the string as a TString.
|