Represents an energy-measuring region of our detector. More...
#include <DetectorElement.h>
Public Member Functions | |
DetectorElement (DetectorElementType type, double calib=1.0) | |
double | getCalib () const |
double | getCalib (double eta, double phi) const |
DetectorElementType | getType () const |
void | setCalib (double calib) throw (PFToolsException&) |
virtual | ~DetectorElement () |
Private Member Functions | |
DetectorElement (const DetectorElement &de) | |
virtual double | getCalibCore () const |
virtual double | getCalibCore (double eta, double phi) const |
virtual void | setCalibCore (double calib) throw (PFToolsException&) |
Private Attributes | |
double | myCalib |
DetectorElementType | myType |
Friends | |
std::ostream & | operator<< (std::ostream &s, const DetectorElement &de) |
Represents an energy-measuring region of our detector.
The Calibrator class will make a calibration constant for each DetectorElement passed to it.
Definition at line 35 of file DetectorElement.h.
DetectorElement::DetectorElement | ( | DetectorElementType | type, |
double | calib = 1.0 |
||
) |
Definition at line 6 of file DetectorElement.cc.
|
virtual |
Definition at line 34 of file DetectorElement.cc.
|
private |
|
inline |
Definition at line 50 of file DetectorElement.h.
References getCalibCore().
Referenced by getCalibCore(), and pftools::operator<<().
|
inline |
Definition at line 58 of file DetectorElement.h.
References getCalibCore().
|
privatevirtual |
Definition at line 23 of file DetectorElement.cc.
References myCalib, myType, and pftools::OFFSET.
Referenced by getCalib().
|
privatevirtual |
|
inline |
Definition at line 40 of file DetectorElement.h.
References myType.
Referenced by pftools::operator<<().
|
inline |
Definition at line 65 of file DetectorElement.h.
References calib, and setCalibCore().
|
privatevirtual |
|
friend |
|
private |
Definition at line 79 of file DetectorElement.h.
Referenced by getCalibCore().
|
private |
Definition at line 78 of file DetectorElement.h.
Referenced by getCalibCore(), and getType().