30 int main(
int argc,
char **argv)
37 JLimit_t& numberOfEvents = inputFile.getLimit();
43 JParser<> zap(
"Example program to monitor dynamical calibration of Evt formatted data.");
46 zap[
'n'] =
make_field(numberOfEvents) = JLimit::max();
52 catch(
const exception& error) {
53 FATAL(error.what() << endl);
65 const Evt* evt = inputFile.
next();
73 <<
FIXED(15,0) << evt->
t.AsDouble() <<
' '
79 gn.
put(evt->
t.AsDouble(), 0.0);
91 out <<
JGraph(gn,
"G[!gandalf]");
92 out <<
JGraph(g0,
"G[orientation]");
int main(int argc, char **argv)
General purpose messaging.
#define DEBUG(A)
Message macros.
Scanning of objects from multiple files according a format that follows from the extension of each fi...
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Double_t g1(const Double_t x)
Function.
ROOT TTree parameter settings of various packages.
Utility class to parse command line options.
virtual bool hasNext() override
Check availability of next element.
counter_type getCounter() const
Get counter.
virtual const pointer_type & next() override
Get next element.
static const int JPP_COVERAGE_POSITION
coverage of dynamic position calibration from any Jpp application
static const int JPP_COVERAGE_ORIENTATION
coverage of dynamic orientation calibration from any Jpp application
double getW(const Trk &track, const size_t index, const double value)
Get track information.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
KM3NeT DAQ data structures and auxiliaries.
The Evt class respresent a Monte Carlo (MC) event as well as an offline event.
TTimeStamp t
UTC time of the timeslice, or the event_time for MC. (default: 01 Jan 1970 00:00:00)
Auxiliary data structure for floating point format specification.
Data structure for graph data.
void put(const Double_t x, const Double_t y)
Put data.
Auxiliary data structure to build TGraph.
Auxiliary class for defining the range of iterations of objects.
The Trk class represents a Monte Carlo (MC) particle as well as a reconstructed track/shower.
std::vector< int > rec_stages
list of identifyers of succesfull fitting stages resulting in this track