31 int main(
int argc,
char **argv)
47 JParser<> zap(
"Program to perform position pre-fit of shower to data.");
53 zap[
'n'] =
make_field(numberOfEvents) = JLimit::max();
58 catch(
const exception& error) {
59 FATAL(error.what() << endl);
80 while (inputFile.hasNext()) {
82 STATUS(
"event: " << setw(10) << inputFile.getCounter() <<
'\r');
DEBUG(endl);
90 JEvt::iterator __end = out.end();
Utility class to parse command line options.
ROOT TTree parameter settings.
Recording of objects on file according a format that follows from the file name extension.
Router for direct addressing of module data in detector data structure.
*fatal Wrong number of arguments esac JCookie sh typeset Z DETECTOR typeset Z SOURCE_RUN typeset Z TARGET_RUN set_variable PARAMETERS_FILE $WORKDIR parameters
Empty structure for specification of parser element that is initialised (i.e. does not require input)...
class to handle first step of the shower reconstruction in ORCA: it reconstructs the shower vertex...
Data structure for fit parameters.
Scanning of objects from a single file according a format that follows from the extension of each fil...
Auxiliary class for defining the range of iterations of objects.
Auxiliary class for recursive type list generation.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
void load(const JString &file_name, JDetector &detector)
Load detector from input file.
General purpose messaging.
Direct access to module in detector data structure.
Data structure for set of track fit results.
Utility class to parse command line options.
Object reading from a list of files.
const JLimit & getLimit() const
Get limit.
bool qualitySorter(const JRECONSTRUCTION::JFit &first, const JRECONSTRUCTION::JFit &second)
Comparison of fit results.
JTriggerCounter_t next()
Increment trigger counter.
#define DEBUG(A)
Message macros.
int main(int argc, char *argv[])