ZeroEMComponent.cc
Go to the documentation of this file.
1 
9 #include "ZeroEMComponent.h"
10 using namespace tls;
11 
12 #include <utl/ErrorLogger.h>
13 using namespace utl;
14 
15 #include <sstream>
16 using namespace std;
17 
19 {
20  ostringstream msg;
21  msg << "\n Remark:\n"
22  << " This is a dummy EMComponent for crosschecks.\n"
23  << " It returns a zero em fraction in any case.";
24  INFO(msg);
25 }
26 
28 {}
29 
30 double ZeroEMComponent::SignalRatio(double /*x*/, double /*y*/, double /*rmu*/, double /*theta*/, double /*phi*/)
31 {
32  return 0.;
33 }
34 
35 
36 // Configure (x)emacs for this file ...
37 // Local Variables:
38 // mode:c++
39 // compile-command: "make -C .. -k"
40 // End:
#define INFO(message)
Macro for logging informational messages.
Definition: ErrorLogger.h:161
virtual double SignalRatio(double x, double y, double rmu, double theta, double phi)
Class representing a document branch.
Definition: Branch.h:107
ZeroEMComponent(utl::Branch branch)

, generated on Tue Sep 26 2023.