Go to the documentation of this file.
29 int main(
int argc,
char **argv)
39 JLimit_t& numberOfEvents = inputFile.getLimit();
46 JParser<> zap(
"Program to perform position pre-fit of shower to data.");
52 zap[
'n'] =
make_field(numberOfEvents) = JLimit::max();
57 catch(
const exception& error) {
58 FATAL(error.what() << endl);
90 ShowerPrefit.
getJEvt(timeSliceBuildL0, timeSliceBuildL2, out);
counter_type getCounter() const
Get counter.
Auxiliary class for defining the range of iterations of objects.
Empty structure for specification of parser element that is initialised (i.e.
void load(const JString &file_name, JDetector &detector)
Load detector from input file.
virtual const pointer_type & next()
Get next element.
Auxiliary class for recursive type list generation.
Utility class to parse command line options.
class to handle first step of the shower reconstruction, mainly dedicated for ORCA
Data structure for set of track fit results.
virtual bool hasNext()
Check availability of next element.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
int main(int argc, char **argv)
JShowerPrefitParameters_t prefit
Router for direct addressing of module data in detector data structure.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
void getJEvt(const KM3NETDAQ::JDAQTimeslice &timeSliceBuildL0, const KM3NETDAQ::JDAQTimeslice &timeSliceBuildL2, JFIT::JEvt &OutFits) const
Declaration of Member function that actually performs the reconstruction.
#define DEBUG(A)
Message macros.
KM3NeT DAQ data structures and auxiliaries.
Object reading from a list of files.
The template JSharedPointer class can be used to share a pointer to an object.