#include "DQM/HcalCommon/interface/Constants.h"
#include "DQM/HcalCommon/interface/HcalCommonHeaders.h"
Go to the source code of this file.
Namespaces | |
hcaldqm | |
hcaldqm::hashfunctions | |
Typedefs | |
typedef uint32_t(* | hcaldqm::hashfunctions::hash_function_did) (HcalDetId const &) |
typedef uint32_t(* | hcaldqm::hashfunctions::hash_function_eid) (HcalElectronicsId const &) |
typedef uint32_t(* | hcaldqm::hashfunctions::hash_function_tid) (HcalTrigTowerDetId const &) |
typedef std::string(* | hcaldqm::hashfunctions::name_function_did) (HcalDetId const &) |
typedef std::string(* | hcaldqm::hashfunctions::name_function_eid) (HcalElectronicsId const &) |
typedef std::string(* | hcaldqm::hashfunctions::name_function_tid) (HcalTrigTowerDetId const &) |
Variables | |
const hash_function_did | hcaldqm::hashfunctions::hash_did [nHashType_did] |
const hash_function_eid | hcaldqm::hashfunctions::hash_eid [nHashType_eid - nHashType_did - 1] |
const std::string | hcaldqm::hashfunctions::hash_names [nhashes] |
const hash_function_tid | hcaldqm::hashfunctions::hash_tid [nHashType_tid - nHashType_eid - 1] |
const name_function_did | hcaldqm::hashfunctions::name_did [nHashType_did] |
const name_function_eid | hcaldqm::hashfunctions::name_eid [nHashType_eid - nHashType_did - 1] |
const name_function_tid | hcaldqm::hashfunctions::name_tid [nHashType_tid - nHashType_eid - 1] |
const int | hcaldqm::hashfunctions::nhashes = nHashType_did + (nHashType_eid - nHashType_did - 1) + (nHashType_tid - nHashType_eid - 1) |