CorrectedApLightCalculator.h
Go to the documentation of this file.
1 #ifndef _FdLightCollectionEfficiency_CorrectedApLightCalculator_h_
2 #define _FdLightCollectionEfficiency_CorrectedApLightCalculator_h_
3 
12 namespace fevt {
13  class TelescopeSimData;
14 }
15 
16 #include <utl/Trace.h>
17 
18 namespace FdLightCollectionEfficiencyKG {
19 
32 
33  public:
35  utl::TraceD& outputApTrace,
36  //const unsigned int eyeId, // unused. LN.
37  const unsigned int telId,
38  const int verbosity);
40  void Run();
41 
42  void SetVerbosity(const int verbosity) { fVerbosity = verbosity; }
43  int GetVerbosity() const { return fVerbosity; }
44 
45  private:
48 
49  //unsigned int fEyeId; // unused. LN.
50  unsigned int fTelId;
51 
54  };
55 }
56 
57 #endif
58 
59 // Configure (x)emacs for this file ...
60 // Local Variables:
61 // mode: c++
62 // End:
CorrectedApLightCalculator(const fevt::TelescopeSimData &telSimData, utl::TraceD &outputApTrace, const unsigned int telId, const int verbosity)
Description of simulated data for one Telescope.
Calculates an aperture light trace based on the ray-traced photons&#39; times.

, generated on Tue Sep 26 2023.