#include "CondCore/Utilities/interface/PayloadInspector.h"
#include "DataFormats/EcalDetId/interface/EBDetId.h"
#include "DataFormats/EcalDetId/interface/EEDetId.h"
#include "CondFormats/EcalObjects/interface/EcalCondObjectContainer.h"
#include "TH2F.h"
#include <string>
Go to the source code of this file.
Enumerations | |
enum | { kEBChannels = 61200, kEEChannels = 14648 } |
enum | { MIN_IETA = 1, MIN_IPHI = 1, MAX_IETA = 85, MAX_IPHI = 360, EBhistEtaMax = 171 } |
enum | { IX_MIN = 1, IY_MIN = 1, IX_MAX = 100, IY_MAX = 100, EEhistXMax = 220 } |
Functions | |
template<class floatCondObj > | |
void | fillEBMap_SingleIOV (std::shared_ptr< floatCondObj > payload, TH2F *&barrel) |
template<class floatCondObj > | |
void | fillEBMap_TwoIOVs (std::shared_ptr< floatCondObj > payload, TH2F *&barrel, int irun, float pEB[], float &pEBmin, float &pEBmax, int method) |
template<class floatCondObj > | |
void | fillEEMap_SingleIOV (std::shared_ptr< floatCondObj > payload, TH2F *&endc_m, TH2F *&endc_p) |
template<class floatCondObj > | |
void | fillEEMap_TwoIOVs (std::shared_ptr< floatCondObj > payload, TH2F *&endc_m, TH2F *&endc_p, int irun, float pEE[], float &pEEmin, float &pEEmax, int method) |
void | fillTableWithSummary (TH2F *&align, std::string title, const float &mean_x_EB, const float &rms_EB, const int &num_x_EB, const float &mean_x_EE, const float &rms_EE, const int &num_x_EE) |
anonymous enum |
Enumerator | |
---|---|
kEBChannels | |
kEEChannels |
Definition at line 9 of file EcalFloatCondObjectContainerUtils.h.
anonymous enum |
Enumerator | |
---|---|
MIN_IETA | |
MIN_IPHI | |
MAX_IETA | |
MAX_IPHI | |
EBhistEtaMax |
Definition at line 10 of file EcalFloatCondObjectContainerUtils.h.
anonymous enum |
Enumerator | |
---|---|
IX_MIN | |
IY_MIN | |
IX_MAX | |
IY_MAX | |
EEhistXMax |
Definition at line 17 of file EcalFloatCondObjectContainerUtils.h.
void fillEBMap_SingleIOV | ( | std::shared_ptr< floatCondObj > | payload, |
TH2F *& | barrel | ||
) |
Definition at line 26 of file EcalFloatCondObjectContainerUtils.h.
References Reference_intrackfit_cff::barrel, PVValHelper::eta, nano_mu_digi_cff::float, hcalRecHitTable_cff::ieta, hcalRecHitTable_cff::iphi, EBDetId::kSizeForDenseIndexing, EBDetId::MIN_HASH, jetsAK4_Puppi_cff::payload, PVValHelper::phi, and EBDetId::unhashIndex().
void fillEBMap_TwoIOVs | ( | std::shared_ptr< floatCondObj > | payload, |
TH2F *& | barrel, | ||
int | irun, | ||
float | pEB[], | ||
float & | pEBmin, | ||
float & | pEBmax, | ||
int | method | ||
) |
Definition at line 69 of file EcalFloatCondObjectContainerUtils.h.
References Reference_intrackfit_cff::barrel, l1ctLayer1_cff::dr, PVValHelper::eta, nano_mu_digi_cff::float, hcalRecHitTable_cff::ieta, hcalRecHitTable_cff::iphi, EBDetId::kSizeForDenseIndexing, AlcaSiPixelAliHarvester0T_cff::method, EBDetId::MIN_HASH, jetsAK4_Puppi_cff::payload, PVValHelper::phi, EBDetId::unhashIndex(), and mps_merge::weight.
void fillEEMap_SingleIOV | ( | std::shared_ptr< floatCondObj > | payload, |
TH2F *& | endc_m, | ||
TH2F *& | endc_p | ||
) |
Definition at line 47 of file EcalFloatCondObjectContainerUtils.h.
References nano_mu_digi_cff::float, ALPAKA_ACCELERATOR_NAMESPACE::ecal::reconstruction::internal::endcap::ix(), IX_MAX, IX_MIN, ALPAKA_ACCELERATOR_NAMESPACE::ecal::reconstruction::internal::endcap::iy(), IY_MAX, IY_MIN, jetsAK4_Puppi_cff::payload, DetId::rawId(), EEDetId::validDetId(), and EEDetId::XYMODE.
void fillEEMap_TwoIOVs | ( | std::shared_ptr< floatCondObj > | payload, |
TH2F *& | endc_m, | ||
TH2F *& | endc_p, | ||
int | irun, | ||
float | pEE[], | ||
float & | pEEmin, | ||
float & | pEEmax, | ||
int | method | ||
) |
Definition at line 117 of file EcalFloatCondObjectContainerUtils.h.
References l1ctLayer1_cff::dr, nano_mu_digi_cff::float, EEDetId::hashedIndex(), ALPAKA_ACCELERATOR_NAMESPACE::ecal::reconstruction::internal::endcap::ix(), IX_MAX, IX_MIN, ALPAKA_ACCELERATOR_NAMESPACE::ecal::reconstruction::internal::endcap::iy(), IY_MAX, IY_MIN, AlcaSiPixelAliHarvester0T_cff::method, jetsAK4_Puppi_cff::payload, DetId::rawId(), EEDetId::validDetId(), mps_merge::weight, and EEDetId::XYMODE.
|
inline |
Definition at line 169 of file EcalFloatCondObjectContainerUtils.h.
References runGCPTkAlMap::title.