Classes | |
struct | hitsinfo |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions | |
void | analyze (edm::Event const &, edm::EventSetup const &) override |
void | beginJob () override |
void | beginRun (edm::Run const &, edm::EventSetup const &) override |
void | endRun (edm::Run const &, edm::EventSetup const &) override |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
void | resetItemsToGetFrom (BranchType iType) |
Private Member Functions | |
void | analyzeHits (int, const std::string &, const std::vector< PCaloHit > &) |
Private Attributes | |
const std::string | caloHitSource_ |
const int | depthMax_ |
std::vector< TH1D * > | h_E_ |
std::map< int, TH1D * > | h_eta_ |
std::map< std::pair< int, int >, TH1D * > | h_phi_ |
TH2D * | h_RZ_ |
std::vector< TH1D * > | h_T_ |
const HcalDDDRecConstants * | hcons_ |
const int | ietaMax_ |
const int | ietaMin_ |
const int | nbinR_ |
const int | nbinZ_ |
const double | rmax_ |
const double | rmin_ |
const edm::EDGetTokenT< edm::PCaloHitContainer > | tok_hits_ |
const edm::ESGetToken< HcalDDDRecConstants, HcalRecNumberingRecord > | tok_HRNDC_ |
const int | verbosity_ |
const double | zmax_ |
const double | zmin_ |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Definition at line 40 of file HcalGeomCheck.cc.
|
explicit |
Definition at line 76 of file HcalGeomCheck.cc.
References TFileService::kSharedResource.
|
overridedefault |
|
overrideprotectedvirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 109 of file HcalGeomCheck.cc.
References funct::cos(), LEDCalibrationChannels::depth, HcalDetId::depth(), HCALHighEnergyHPDFilter_cfi::energy, fastmath::etaphi(), HcalDDDRecConstants::getEtaPhi(), HcalDDDRecConstants::getRZ(), h_E_, h_eta_, h_phi_, h_RZ_, h_T_, hcons_, hit::id, LEDCalibrationChannels::ieta, HcalDetId::ieta(), iEvent, LEDCalibrationChannels::iphi, HcalDetId::iphi(), edm::HandleBase::isValid(), edm::Handle< T >::product(), HcalHitRelabeller::relabel(), funct::sin(), HcalDetId::subdet(), nnet::tanh(), protons_cff::time, tok_hits_, and verbosity_.
|
private |
|
overrideprotectedvirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 195 of file HcalGeomCheck.cc.
References LEDCalibrationChannels::depth, depthMax_, compareTotals::fs, h_E_, h_eta_, h_phi_, h_RZ_, h_T_, LEDCalibrationChannels::ieta, ietaMax_, ietaMin_, Skims_PA_cff::name, nbinR_, nbinZ_, rmax_, rmin_, runGCPTkAlMap::title, verbosity_, zmax_, and zmin_.
|
overrideprotected |
Definition at line 188 of file HcalGeomCheck.cc.
References edm::EventSetup::getData(), hcons_, tok_HRNDC_, and verbosity_.
|
inlineoverrideprotected |
Definition at line 55 of file HcalGeomCheck.cc.
|
static |
Definition at line 93 of file HcalGeomCheck.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 61 of file HcalGeomCheck.cc.
|
private |
Definition at line 62 of file HcalGeomCheck.cc.
Referenced by beginJob().
|
private |
Definition at line 73 of file HcalGeomCheck.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 72 of file HcalGeomCheck.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 71 of file HcalGeomCheck.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 70 of file HcalGeomCheck.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 73 of file HcalGeomCheck.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 67 of file HcalGeomCheck.cc.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 62 of file HcalGeomCheck.cc.
Referenced by beginJob().
|
private |
Definition at line 62 of file HcalGeomCheck.cc.
Referenced by beginJob().
|
private |
Definition at line 64 of file HcalGeomCheck.cc.
Referenced by beginJob().
|
private |
Definition at line 64 of file HcalGeomCheck.cc.
Referenced by beginJob().
|
private |
Definition at line 63 of file HcalGeomCheck.cc.
Referenced by beginJob().
|
private |
Definition at line 63 of file HcalGeomCheck.cc.
Referenced by beginJob().
|
private |
Definition at line 65 of file HcalGeomCheck.cc.
Referenced by analyze().
|
private |
Definition at line 66 of file HcalGeomCheck.cc.
Referenced by beginRun().
|
private |
Definition at line 64 of file HcalGeomCheck.cc.
Referenced by analyze(), beginJob(), and beginRun().
|
private |
Definition at line 63 of file HcalGeomCheck.cc.
Referenced by beginJob().
|
private |
Definition at line 63 of file HcalGeomCheck.cc.
Referenced by beginJob().