1#ifndef __JRECONSTRUCTION__JMUONFEATURES__ 
    2#define __JRECONSTRUCTION__JMUONFEATURES__ 
   83    using JRegressor_t::operator();
 
   97                  const std::string&              pdf_file,
 
   98                  const int                       debug = 0) :
 
  104      using namespace JFIT;
 
  110      JRegressor_t::debug              = 
debug;
 
  113      JRegressor_t::MAXIMUM_ITERATIONS = 
NMax;
 
  115      this->parameters.resize(5);
 
 
  135      using namespace JFIT;
 
  142      buildL0(event, 
router, 
true, back_inserter(dataL0));
 
  144      return (*
this)(dataL0, in);
 
 
  158      using namespace JFIT;
 
  163      for (JEvt::const_iterator track = in.begin(); track != in.end(); ++track) {
 
  180        for (buffer_type::const_iterator i = data.begin(); i != data.end(); ++i) {
 
  187            buffer.push_back(hit);
 
  194        for (vector<JHitW0>::const_iterator i = buffer.begin(); i != buffer.end(); ++i) {
 
  200        const int number_of_lines = string_ids.size();
 
  202        const int NDF = number_of_hits - this->parameters.size();
 
 
 
Basic data structure for L0 hit.
 
Data regression method for JFIT::JLine3Z.
 
General purpose messaging.
 
Direct access to module in detector data structure.
 
Auxiliary class to define a range between two values.
 
Auxiliary methods to convert data members or return values of member methods of a set of objects to a...
 
int getString() const
Get string number.
 
Router for direct addressing of module data in detector data structure.
 
const JModule & getModule(const JObjectID &id) const
Get module parameters.
 
Data structure for set of track fit results.
 
JFit & add(const int type)
Add event to history.
 
Fit method based on the Levenberg-Marquardt method.
 
Data structure for fit of straight line paralel to z-axis.
 
static parameter_type pY()
 
static parameter_type pX()
 
static parameter_type pT()
 
Data structure for fit of straight line in positive z-direction.
 
static parameter_type pDY()
 
static parameter_type pDX()
 
JAxis3D & rotate(const JRotation3D &R)
Rotate axis.
 
JPosition3D & rotate(const JRotation3D &R)
Rotate.
 
Auxiliary class for a hit with background rate value.
 
Router for fast addressing of summary data in KM3NETDAQ::JDAQSummaryslice data structure as a functio...
 
double getRate(const JDAQPMTIdentifier &id, const double rate_Hz) const
Get rate.
 
Data structure for L0 hit.
 
const JDAQModuleIdentifier & getModuleIdentifier() const
Get Module identifier.
 
const JDAQPMTIdentifier & getPMTIdentifier() const
Get PMT identifier.
 
static const int JMUONFEATURES
 
static const int JMUONFEATURES_NUMBER_OF_LINES
number of lines from JMuonFeatures.cc
 
static const int JSTART_LENGTH_METRES
distance between projected positions on the track of optical modules for which the response does not ...
 
static const int JMUONFEATURES_NUMBER_OF_HITS
number of hits from JMuonFeatures.cc
 
static const int JMUONFEATURES_NUMBER_OF_DOMS
number of doms from JMuonFeatures.cc
 
Auxiliary classes and methods for linear and iterative data regression.
 
JTOOLS::JRange< double > JZRange
 
Auxiliary classes and methods for 3D geometrical objects and operations.
 
const array_type< JValue_t > & make_array(const JValue_t(&array)[N])
Method to create array of values.
 
size_t getCount(const array_type< T > &buffer, const JCompare_t &compare)
Count number of unique values.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
JPosition3D getPosition(const JFit &fit)
Get position.
 
JDirection3D getDirection(const JFit &fit)
Get direction.
 
Auxiliary classes and methods for triggering.
 
Model for fit to acoustics data.
 
Template definition of a data regressor of given model.
 
Wrapper class to add features after the final fit of muon trajectory.
 
JTRIGGER::JHitL0 hit_type
 
JEvt operator()(const buffer_type &data, const JEvt &in)
Fit function.
 
JRegressor< JLine3Z, JGandalf > JRegressor_t
 
std::vector< hit_type > buffer_type
 
JEvt operator()(const KM3NETDAQ::JDAQEvent &event, const JEvt &in)
Fit function.
 
JMuonFeatures(const JMuonGandalfParameters_t ¶meters, const JModuleRouter &router, const JSummaryRouter &summary, const std::string &pdf_file, const int debug=0)
Constructor.
 
const JSummaryRouter & summary
 
const JModuleRouter & router
 
Data structure for fit parameters.
 
double TTS_ns
transition-time spread [ns]
 
double TMin_ns
minimal time w.r.t. Cherenkov hypothesis [ns]
 
double roadWidth_m
road width [m]
 
double TMax_ns
maximal time w.r.t. Cherenkov hypothesis [ns]
 
double VMax_npe
maximum number of of photo-electrons
 
double ZMax_m
maximal z-positon [m]
 
double ZMin_m
minimal z-positon [m]
 
int NMax
maximum number of iterations