ProfileCalculator.h
Go to the documentation of this file.
1 #ifndef _ProfileCalculator_h_
2 #define _ProfileCalculator_h_
3 
4 
5 namespace fevt{
6  class Eye;
7 }
8 
9 namespace FdEnergyDepositFinderKG {
10 
11  class CFMatrixCalculator;
12 
14 
15  public:
16  bool CalculateProfile(fevt::Eye& eye,
17  const CFMatrixCalculator& cfMatrix,
18  bool onlyEyedEdX = false);
19 
20 
21  private:
22  void InitProfiles(fevt::Eye& eye);
23  };
24 
25 }
26 
27 
28 #endif
Fluorescence Detector Eye Event.
Definition: FEvent/Eye.h:29
bool CalculateProfile(fevt::Eye &eye, const CFMatrixCalculator &cfMatrix, bool onlyEyedEdX=false)

, generated on Tue Sep 26 2023.