47 namespace JACOUSTICS {
86 public JClonable< JMatch<hit_type>, JMatch3D>
116 const double dt = fabs(first.
getToA() - second.
getToA());
155 if (first .empty())
return false;
156 if (second.empty())
return false;
182 int main(
int argc,
char **argv)
205 JParser<> zap(
"Main program to trigger acoustic data.");
207 zap[
'f'] =
make_field(inputFile,
"output of JConvertDB -q toashort");
208 zap[
'n'] =
make_field(numberOfEvents) = JLimit::max();
212 zap[
'a'] =
make_field(detectorFile,
"detector file");
214 zap[
'p'] =
make_field(precision,
"precision time-of-arrival") = 1.0e-6;
221 catch(
const exception &error) {
222 FATAL(error.what() << endl);
239 const double TMaxExtra_s = 1.0e-3;
251 if (
i->getFloor() == 0) {
258 catch(
const exception&) {
264 i->getPosition() + pos,
265 i->getT0() * 1.0e-9);
287 while (inputFile.hasNext()) {
289 if (inputFile.getCounter()%1000 == 0) {
290 STATUS(
"counter: " << setw(8) << inputFile.getCounter() <<
'\r' << flush);
DEBUG(endl);
296 oid = parameters->
DETID;
299 if (oid != parameters->
DETID) {
300 FATAL(
"Invalid detector identifier " << parameters->
DETID <<
" != " << oid << endl);
303 if (waveforms.empty() || waveforms.count(parameters->
EMITTERID)) {
305 if (receivers.has(parameters->
DOMID)) {
353 copy(f2.begin(), __end, back_inserter(
data));
362 int number_of_events = 0;
364 for (buffer_type::const_iterator p =
data.begin(); p !=
data.end(); ++p) {
370 buffer_type::const_iterator q = p;
372 while (++q !=
data.end() && q->getToA() - p->getToA() <=
parameters.TMax_s) {}
378 buffer_type::iterator
root = buffer.begin();
379 buffer_type::iterator __p = buffer.begin();
380 buffer_type::iterator __q = buffer.begin();
387 for (buffer_type::const_iterator
i = p; ++
i != q; ) {
399 out[1] =
JEvent(oid, ++number_of_events,
ID, root, __q);
405 out[1] =
JEvent(oid, ++number_of_events,
ID, p, q);
410 if (!out[0].empty()) {
418 out[0].merge(out[1]);
425 if (!out[0].empty()) {
430 STATUS(
"triggers: " << setw(7) << number_of_events << endl);
hit_type(const JPosition3D &position, const JTransmission &transmission)
Constructor.
Utility class to parse command line options.
JPredicate< JResult_t T::*, JComparison::eq > make_predicate(JResult_t T::*member, const JResult_t value)
Helper method to create predicate for data member.
int main(int argc, char *argv[])
double getQ() const
Get quality.
JComparator< JResult_t T::*, JComparison::lt > make_comparator(JResult_t T::*member)
Helper method to create comparator between values of data member.
Algorithms for hit clustering and sorting.
std::vector< T >::difference_type distance(typename std::vector< T >::const_iterator first, typename PhysicsEvent::const_iterator< T > second)
Specialisation of STL distance.
JVector3D getPosition(T __begin, T __end, const JPredicate< JTypename_t, JComparator_t > &predicate)
Get position from element in data which corresponds to given predicate.
General purpose class for hash map of unique elements.
ROOT TTree parameter settings.
Recording of objects on file according a format that follows from the file name extension.
virtual bool operator()(const hit_type &first, const hit_type &second) const override
Match operator.
std::string DETID
constraint
*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)...
Function object interface for hit matching.
Auxiliary data structure for floating point format specification.
3D match criterion for acoustic signals.
static const int FACTORY_LIMIT
Bit indicating max nhits reached in trigger.
JMatch3D(const JSoundVelocity &V, const double Tmax_s=0.0)
Constructor.
Data structure for detector geometry and calibration.
std::vector< JHitW0 > buffer_type
hits
then echo The file $DIR KM3NeT_00000001_00000000 root already please rename or remove it first
double getDistance(const JFirst_t &first, const JSecond_t &second)
Get distance between objects.
Data structure for hydrophone.
bool operator()(const JEvent &first, const JEvent &second) const
Match criterion.
const JPolynome f1(1.0, 2.0, 3.0)
Function.
Auxiliary class for defining the range of iterations of objects.
static const JSoundVelocity getSoundVelocity(1541.0,-17.0e-3,-2000.0)
Function object for velocity of sound.
Base class for match operations for cluster and hit-preprocessing methods.
I/O formatting auxiliaries.
JContainer< std::vector< JHydrophone > > hydrophones_container
Auxiliary wrapper for I/O of container with optional comment (see JComment).
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
const array_type< JValue_t > & make_array(const JValue_t(&array)[N])
Method to create array of values.
int getID() const
Get identifier.
Template class for object cloning.
then echo Variable JPP_DIR undefined exit fi source $JPP_DIR setenv sh $JPP_DIR &dev null set_variable DETECTOR $JPP_DATA km3net_reference detx set_variable NUMBER_OF_STRINGS set_variable ID if do_usage *then usage $script[detector file[identifier]] fi case set_variable ID
ROOT TTree parameter settings.
const JPosition3D & getPosition() const
Get position.
General purpose messaging.
Implementation for depth dependend velocity of sound.
Scanning of objects from multiple files according a format that follows from the extension of each fi...
double getT(const double t_s) const
Get corrected time.
z range($ZMAX-$ZMIN)< $MINIMAL_DZ." fi fi typeset -Z 4 STRING typeset -Z 2 FLOOR JPlot1D -f $
JEventOverlap(const double Tmax_s=0.0)
Constructor.
int getString() const
Get string number.
Auxiliary data structure for average.
virtual double getTime(const double D_m, const double z1, const double z2) const override
Get propagation time of sound.
void load(const std::string &file_name, JDetector &detector)
Load detector from input file.
Acoustic trigger parameters.
Auxiliary class to define a range between two values.
General purpose class for object reading from a list of file names.
Utility class to parse command line options.
hit_type()
Default constructor.
double getToA() const
Get calibrated time of arrival.
Auxiliary class to compare transmissions.
void copy(const Head &from, JHead &to)
Copy header from from to to.
const JLimit & getLimit() const
Get limit.
Data structure for position in three dimensions.
bool equals(const JFirst_t &first, const JSecond_t &second, const double precision=std::numeric_limits< double >::min())
Check equality.
JRange< double > time_range
Type definition of time range.
do set_variable DETECTOR_TXT $WORKDIR detector
JSoundVelocity & set(const double z0)
Set depth.
Match of two events considering overlap in time.
double getZ() const
Get z position.
int EMITTERID
waveform identifier
static struct JTRIGGER::clusterize clusterize
do JPlot2D f $WORKDIR canberra[${EMITTER}] root
#define DEBUG(A)
Message macros.