#include <Residual.h>
◆ ResidualCompare()
| LArSamples::ResidualCompare::ResidualCompare |
( |
int | sampling | ) |
|
|
inline |
◆ operator()()
| bool ResidualCompare::operator() |
( |
const Residual & | r1, |
|
|
const Residual & | r2 ) const |
Definition at line 61 of file LArCalorimeter/LArSamplesMon/src/Residual.cxx.
62{
63 if (!
r1.hasSameRange(r2)) {
64 cout << "WARNING : residuals have different ranges, this may crash the sorting..." << endl;
65 return false;
66 }
67
68
69
70
71
72
73
75
76
77
78
79
82 cout << "WARNING : comparison on an unknown sample, this may crash the sorting..." << endl;
83 return false;
84}
◆ m_sampling
| int LArSamples::ResidualCompare::m_sampling |
|
private |
The documentation for this class was generated from the following files: