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 | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (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) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
Private Attributes | |
TH1F * | edep_ [ndets_] |
TH1F * | edepAll_ [ndets_] |
TH1F * | edepEM_ [ndets_] |
TH1F * | edepHad_ [ndets_] |
TH1F * | eneInc_ |
TH1F * | etaInc_ |
TH1F * | etot_ [ndets_] |
TH1F * | etotg_ [ndets_] |
std::string | g4Label_ |
const CaloGeometry * | geometry_ |
TH1F * | hit_ [ndets_] |
std::string | hitLab_ [ndets_] |
double | maxEnergy_ |
TH1F * | phiInc_ |
TH1F * | ptInc_ |
TH1F * | r1by25_ [ndets_] |
TH1F * | r1by9_ [ndets_] |
TH1F * | r9by25_ [ndets_] |
int | selX_ |
TH1F * | sEtaEta_ [ndets_] |
TH1F * | sEtaPhi_ [ndets_] |
TH1F * | sPhiPhi_ [ndets_] |
TH1F * | time_ [ndets_] |
TH1F * | timeAll_ [ndets_] |
double | tmax_ |
edm::EDGetTokenT< edm::HepMCProduct > | tok_evt_ |
edm::EDGetTokenT< edm::PCaloHitContainer > | toks_calo_ [2] |
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 45 of file EcalSimHitStudy.cc.
EcalSimHitStudy::EcalSimHitStudy | ( | const edm::ParameterSet & | ps | ) |
Definition at line 79 of file EcalSimHitStudy.cc.
References g4Label_, edm::ParameterSet::getUntrackedParameter(), hitLab_, mps_fire::i, TFileService::kSharedResource, maxEnergy_, ndets_, selX_, AlCaHLTBitMon_QueryRunRegistry::string, tmax_, tok_evt_, toks_calo_, and w0_.
|
inlineoverride |
Definition at line 48 of file EcalSimHitStudy.cc.
|
overrideprotectedvirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 230 of file EcalSimHitStudy.cc.
References funct::abs(), analyzeHits(), MillePedeFileConverter_cfg::e, eneInc_, etaInc_, geometry_, edm::EventSetup::get(), get, edm::HepMCProduct::GetEvent(), edm::HandleBase::isValid(), AlCaHLTBitMon_ParallelJobs::p, phiInc_, edm::ESHandle< T >::product(), ptInc_, tok_evt_, and toks_calo_.
|
protected |
Definition at line 280 of file EcalSimHitStudy.cc.
References funct::abs(), TauDecayModes::dec, makePileupJSON::denom, HLT_2018_cff::dEta, HLT_2018_cff::dPhi, PVValHelper::dz, edep_, edepAll_, edepEM_, edepHad_, HCALHighEnergyHPDFilter_cfi::energy, etot_, etotg_, geometry_, CaloGeometry::getGeometry(), hit_, hfClusterShapes_cfi::hits, triggerObjects_cff::id, hit::id, LEDCalibrationChannels::iphi, dqmdumpme::k, dqm-mbProfile::log, M_PI, SiStripPI::max, position, r1by25_, r1by9_, r9by25_, singleTopDQM_cfi::select, selX_, sEtaEta_, sEtaPhi_, sPhiPhi_, ntuplemaker::time, time_, timeAll_, tmax_, w, w0_, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), PV3DBase< T, PVType, FrameType >::z(), and ecaldqm::zside().
Referenced by analyze().
|
overrideprotectedvirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 111 of file EcalSimHitStudy.cc.
References edep_, edepAll_, edepEM_, edepHad_, eneInc_, etaInc_, etot_, etotg_, hit_, mps_fire::i, maxEnergy_, Skims_PA_cff::name, ndets_, phiInc_, ptInc_, r1by25_, r1by9_, r9by25_, sEtaEta_, sEtaPhi_, sPhiPhi_, AlCaHLTBitMon_QueryRunRegistry::string, compare::tfile, time_, timeAll_, overlapproblemtsosanalyzer_cfi::title, and L1TOccupancyClient_cfi::ymax.
|
inlineoverrideprotected |
Definition at line 54 of file EcalSimHitStudy.cc.
|
inlineoverrideprotected |
Definition at line 55 of file EcalSimHitStudy.cc.
|
static |
Definition at line 99 of file EcalSimHitStudy.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::addUntracked(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 73 of file EcalSimHitStudy.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 74 of file EcalSimHitStudy.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 73 of file EcalSimHitStudy.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 73 of file EcalSimHitStudy.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 71 of file EcalSimHitStudy.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 71 of file EcalSimHitStudy.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 74 of file EcalSimHitStudy.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 74 of file EcalSimHitStudy.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 65 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 70 of file EcalSimHitStudy.cc.
Referenced by analyze(), and analyzeHits().
|
private |
Definition at line 72 of file EcalSimHitStudy.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 65 of file EcalSimHitStudy.cc.
Referenced by EcalSimHitStudy().
|
private |
Definition at line 68 of file EcalSimHitStudy.cc.
Referenced by beginJob(), and EcalSimHitStudy().
|
staticprivate |
Definition at line 64 of file EcalSimHitStudy.cc.
Referenced by beginJob(), and EcalSimHitStudy().
|
private |
Definition at line 71 of file EcalSimHitStudy.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 71 of file EcalSimHitStudy.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 75 of file EcalSimHitStudy.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 75 of file EcalSimHitStudy.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 75 of file EcalSimHitStudy.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 69 of file EcalSimHitStudy.cc.
Referenced by analyzeHits(), and EcalSimHitStudy().
|
private |
Definition at line 76 of file EcalSimHitStudy.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 76 of file EcalSimHitStudy.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 76 of file EcalSimHitStudy.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 72 of file EcalSimHitStudy.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 72 of file EcalSimHitStudy.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 68 of file EcalSimHitStudy.cc.
Referenced by analyzeHits(), and EcalSimHitStudy().
|
private |
Definition at line 66 of file EcalSimHitStudy.cc.
Referenced by analyze(), and EcalSimHitStudy().
|
private |
Definition at line 67 of file EcalSimHitStudy.cc.
Referenced by analyze(), and EcalSimHitStudy().
|
private |
Definition at line 68 of file EcalSimHitStudy.cc.
Referenced by analyzeHits(), and EcalSimHitStudy().