CMS 3D CMS Logo

Classes | Namespaces | Defines | Typedefs | Enumerations

/data/refman/pasoursint/CMSSW_5_3_8_patch3/src/FastSimulation/Calorimetry/interface/HCALResponse.h File Reference

#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 }

Detailed Description

Helper class to contain the HCAL response to hadrons and e/gamma

Definition in file HCALResponse.h.


Define Documentation

#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 Documentation

typedef std::pair<double,double> response

Definition at line 20 of file HCALResponse.h.


Enumeration Type Documentation

enum part
Enumerator:
hcbarrel 
hcendcap 
hcforward 

Definition at line 21 of file HCALResponse.h.

enum type
Enumerator:
ECAL 
HCAL 
VFCAL 

Definition at line 22 of file HCALResponse.h.

{ECAL=0, HCAL=1, VFCAL=2};