30 return getline(in,
text.text);
42 return out <<
text.x1 <<
' ' <<
text.y1 <<
' ' <<
text.text;
56int main(
int argc,
char **argv)
64 JParameters_t parameters;
91 catch(
const exception &error) {
98 for (
size_t i = 0; i != parameters.size(); ++i) {
100 TLatex* p =
new TLatex(parameters[i].x1, parameters[i].y1, parameters[i].
text.c_str());
102 p->SetTextAlign(align);
103 p->SetTextAngle(
angle);
104 p->SetTextColor(
color);
105 p->SetTextFont (
font);
106 p->SetTextSize (size);
int main(int argc, char **argv)
General purpose messaging.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Utility class to parse parameter values.
#define gmake_property(A)
macros to convert (template) parameter to JPropertiesElement object
Utility class to parse parameter values.
Template definition of a multi-dimensional oscillation probability interpolation table.
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary data structure for line.
friend std::ostream & operator<<(std::ostream &out, const JLatex &text)
Write text to output stream.
friend std::istream & operator>>(std::istream &in, JLatex &text)
Read text from input stream.
Empty structure for specification of parser element that is initialised (i.e. does not require input)...