LArSoft  v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
TrackLineFitAlg.h
Go to the documentation of this file.
1 #ifndef TRACKLINEFITALG_H
11 #define TRACKLINEFITALG_H
12 
13 #include <vector>
14 
16 
17 // LArSoft includes
19 
20 namespace geo {
21  struct WireID;
22 }
23 
24 class TVector3;
25 
26 namespace trkf {
27 
29  public:
30  void TrkLineFit(std::vector<geo::WireID>& hitWID,
31  std::vector<double>& hitX,
32  std::vector<double>& hitXErr,
33  double XOrigin,
34  TVector3& Pos,
35  TVector3& Dir,
36  float& ChiDOF) const;
37 
38  private:
40 
41  }; // class TrackLineFitAlg
42 
43 } // namespace trkf
44 
45 #endif // ifndef TRACKLINEFITALG_H
cout<< "Opened file "<< fin<< " ixs= "<< ixs<< endl;if(ixs==0) hhh=(TH1F *) fff-> Get("h1")
Definition: AddMC.C:8
IDparameter< geo::WireID > WireID
Member type of validated geo::WireID parameter.
Interface for a class providing readout channel mapping to geometry.
ROOT libraries.