78 template<
bool is_const>
101 friend inline std::istream&
operator>>(std::istream&
in, JABC&
object)
113 friend inline std::ostream&
operator<<(std::ostream& out,
const JABC&
object)
125 int main(
int argc,
char **argv)
143 catch(
const exception &error) {
144 FATAL(error.what() << endl);
148 JABC test(10, 20, 30, 40, 50);
153 DEBUG(
"test: " << endl);
156 DEBUG(
"processing " << buffer << endl);
158 istringstream
is(buffer);
162 DEBUG(
"test: " << endl);
165 DEBUG(
"format " << format << endl);
169 DEBUG(
"--> " << properties.sed(format,
"%") << endl);
173 cout << properties.sed(format,
"%") << flush;
Utility class to parse command line options.
bool read(const JEquation &equation)
Read equation.
int main(int argc, char *argv[])
JProperties & getProperties(T &object, const JEquationParameters ¶meters=JEquationParameters(), const int debug=1)
Get properties of a given object.
#define gmake_property(A)
macro to convert (template) parameter to JPropertiesElement object
JFormat_t & getFormat()
Get format for given type.
Utility class to parse parameter values.
Simple data structure to support I/O of equations (see class JLANG::JEquation).
Utility class to parse parameter values.
#define ASSERT(A,...)
Assert macro.
std::ostream & write(std::ostream &out) const
Write the current parameter values.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
General purpose messaging.
$WORKDIR ev_configure_dqsimulator txt echo process $DQ_SIMULATOR $i $SOURCE_HOST[$index] csh c(setenv ROOTSYS $ROOTSYS &&source $JPP_DIR/setenv.csh $JPP_DIR &&($DQ_SIMULATOR\-u\$NAME\$\-H\$SERVER\$\-M\$LOGGER\$\-d $DEBUG</dev/null > &/dev/null &))'
std::istream & operator>>(std::istream &in, JAANET::JHead &header)
Read header from input.
then JMuonMCEvt f $INPUT_FILE o $INTERMEDIATE_FILE d
Utility class to parse command line options.
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2] eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY JAcoustics sh $DETECTOR_ID source JAcousticsToolkit sh CHECK_EXIT_CODE typeset A EMITTERS get_tripods $WORKDIR tripod txt EMITTERS get_transmitters $WORKDIR transmitter txt EMITTERS for EMITTER in
Auxiliary class to define value, reference and pointer types for given data type and category...
#define DEBUG(A)
Message macros.