Classes | |
struct | EcalHit |
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 | analyzeHits (std::vector< PCaloHit > &, int) |
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 Attributes | |
TH1F * | edep_ [ndets_] |
TH1F * | edepAll_ [ndets_] |
TH1F * | edepEM_ [ndets_] |
TH1F * | edepHad_ [ndets_] |
TH1F * | eneInc_ |
TH1F * | etaInc_ |
TH1F * | etot_ [ndets_] |
TH1F * | etotg_ [ndets_] |
const std::string | g4Label_ |
const CaloGeometry * | geometry_ |
TH1F * | hit_ [ndets_] |
const std::vector< std::string > | hitLab_ |
const double | maxEnergy_ |
TH1F * | phiInc_ |
TH2F * | poszn_ [ndets_] |
TH2F * | poszp_ [ndets_] |
TH1F * | ptInc_ |
TH1F * | r1by25_ [ndets_] |
TH1F * | r1by9_ [ndets_] |
TH1F * | r9by25_ [ndets_] |
const int | selX_ |
TH1F * | sEtaEta_ [ndets_] |
TH1F * | sEtaPhi_ [ndets_] |
TH1F * | sPhiPhi_ [ndets_] |
TH1F * | time_ [ndets_] |
TH1F * | timeAll_ [ndets_] |
const double | tmax_ |
const edm::EDGetTokenT < edm::HepMCProduct > | tok_evt_ |
const edm::ESGetToken < CaloGeometry, CaloGeometryRecord > | tokGeom_ |
const std::vector < edm::EDGetTokenT < edm::PCaloHitContainer > > | toks_calo_ |
const double | w0_ |
Static Private Attributes | |
static const int | ndets_ = 2 |
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 46 of file EcalSimHitStudy.cc.
EcalSimHitStudy::EcalSimHitStudy | ( | const edm::ParameterSet & | ps | ) |
Definition at line 83 of file EcalSimHitStudy.cc.
References funct::abs(), edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::addUntracked(), analyze(), analyzeHits(), beginJob(), TauDecayModes::dec, DEFINE_FWK_MODULE, makePileupJSON::denom, submitPVResolutionJobs::desc, PVValHelper::dz, alignCSCRings::e, edep_, edepAll_, edepEM_, edepHad_, eneInc_, relval_parameters_module::energy, etaInc_, etot_, etotg_, edm::EventID::event(), fillDescriptions(), g4Label_, geometry_, edm::Event::getByToken(), edm::EventSetup::getData(), CaloGeometry::getGeometry(), hit_, hitLab_, mps_fire::i, gpuClustering::id, edm::EventBase::id(), hit::id, edm::Service< T >::isAvailable(), edm::HandleBase::isValid(), isotrackApplyRegressor::k, TFileService::kSharedResource, log, M_PI, TFileService::make(), SiStripPI::max, maxEnergy_, mergeVDriftHistosByStation::name, ndets_, AlCaHLTBitMon_ParallelJobs::p, phiInc_, position, poszn_, poszp_, ptInc_, r1by25_, r1by9_, r9by25_, edm::EventID::run(), PixelPluginsPhase0_cfi::select, selX_, sEtaEta_, sEtaPhi_, sPhiPhi_, AlCaHLTBitMon_QueryRunRegistry::string, compare::tfile, time_, timeAll_, runGCPTkAlMap::title, tmax_, tok_evt_, tokGeom_, toks_calo_, edm::vector_transform(), w(), w0_, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), SiStrip_OfflineMonitoring_cff::ymax, PV3DBase< T, PVType, FrameType >::z(), and ecaldqm::zside().
|
inlineoverride |
Definition at line 49 of file EcalSimHitStudy.cc.
|
overrideprotectedvirtual |
Implements edm::one::EDAnalyzerBase.
Referenced by EcalSimHitStudy().
|
protected |
Referenced by EcalSimHitStudy().
|
overrideprotectedvirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Referenced by EcalSimHitStudy().
|
inlineoverrideprotected |
Definition at line 55 of file EcalSimHitStudy.cc.
|
inlineoverrideprotected |
Definition at line 56 of file EcalSimHitStudy.cc.
|
static |
Referenced by EcalSimHitStudy().
|
private |
Definition at line 76 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 77 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 76 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 76 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 74 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 74 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 77 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 77 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 67 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 73 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 75 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 68 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 69 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
staticprivate |
Definition at line 65 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 74 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 80 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 80 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 74 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 78 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 78 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 78 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 70 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 79 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 79 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 79 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 75 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 75 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 69 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 71 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 66 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 72 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 69 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().