#include <map>
Go to the source code of this file.
Classes | |
class | HCALResponse |
Namespaces | |
namespace | edm |
A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator. | |
Defines | |
#define | maxEMe 6 |
#define | maxEMeta 21 |
#define | maxHDe 15 |
#define | maxHDeta 51 |
#define | maxMUbin 40 |
#define | maxMUe 4 |
#define | maxMUeta 6 |
Typedefs | |
typedef std::pair< double, double > | response |
Enumerations | |
enum | part { hcbarrel = 0, hcendcap = 1, hcforward = 2 } |
enum | type { ECAL = 0, HCAL = 1, VFCAL = 2 } |
Helper class to contain the HCAL response to hadrons and e/gamma
Definition in file HCALResponse.h.
#define maxEMe 6 |
Definition at line 14 of file HCALResponse.h.
Referenced by HCALResponse::HCALResponse(), and HCALResponse::responseHCAL().
#define maxEMeta 21 |
Definition at line 15 of file HCALResponse.h.
Referenced by HCALResponse::HCALResponse(), and HCALResponse::responseHCAL().
#define maxHDe 15 |
Definition at line 12 of file HCALResponse.h.
Referenced by HCALResponse::HCALResponse(), and HCALResponse::responseHCAL().
#define maxHDeta 51 |
Definition at line 13 of file HCALResponse.h.
Referenced by HCALResponse::HCALResponse(), and HCALResponse::responseHCAL().
#define maxMUbin 40 |
Definition at line 18 of file HCALResponse.h.
Referenced by HCALResponse::HCALResponse(), and HCALResponse::interMU().
#define maxMUe 4 |
Definition at line 16 of file HCALResponse.h.
Referenced by HCALResponse::HCALResponse(), and HCALResponse::responseHCAL().
#define maxMUeta 6 |
Definition at line 17 of file HCALResponse.h.
Referenced by HCALResponse::HCALResponse(), and HCALResponse::responseHCAL().
typedef std::pair<double,double> response |
Definition at line 20 of file HCALResponse.h.
enum part |
Definition at line 21 of file HCALResponse.h.