33 for (
int i = 0; i != N; ++i) {
34 buffer.push_back(buffer.size());
46 inline void process(__A__&
object)
59int main(
int argc,
char **argv)
67 JParser<> zap(
"Example program to test object.");
73 catch(
const exception &error) {
74 FATAL(error.what() << endl);
86 for (buffer_type::const_iterator i = buffer.begin(); i != buffer.end(); ++i) {
General purpose messaging.
int main(int argc, char **argv)
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Utility class to parse command line options.
T & getInstance(const T &object)
Get static instance from temporary object.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
std::vector< JHitW0 > buffer_type
hits
Auxiliary base class for inline creation of a static value or clone from a temporary object.