1 #ifndef __JRECONSTRUCTION__JMUONFEATURES__
2 #define __JRECONSTRUCTION__JMUONFEATURES__
82 using JRegressor_t::operator();
96 const std::string& pdf_file,
97 const int debug = 0) :
103 using namespace JFIT;
112 JRegressor_t::MAXIMUM_ITERATIONS =
NMax;
114 this->parameters.resize(5);
134 using namespace JFIT;
141 buildL0(event,
router,
true, back_inserter(dataL0));
143 return (*
this)(dataL0, in);
157 using namespace JFIT;
162 for (JEvt::const_iterator track = in.begin(); track != in.end(); ++track) {
179 for (buffer_type::const_iterator i =
data.begin(); i !=
data.end(); ++i) {
186 buffer.push_back(hit);
199 const int number_of_lines = string_ids.size();
201 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
Get default 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 first and last hits in metres from JStart.cc
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
JDirection3D getDirection(const Vec &dir)
Get direction.
JPosition3D getPosition(const Vec &pos)
Get position.
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).
Auxiliary classes and methods for triggering.
Template specialisation of class JModel to match hit with muon trajectory along z-axis.
Regressor function object for JLine3Z fit using JGandalf minimiser.
Template definition of a data regressor of given model.
Wrapper class to add features after the final fit of muon trajectory.
JRegressor< JLine3Z, JGandalf > JRegressor_t
JTRIGGER::JHitL0 hit_type
std::vector< hit_type > buffer_type
JEvt operator()(const buffer_type &data, const JEvt &in)
Fit function.
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