#include <SiStripGainCosmicCalculator.h>
Private Member Functions | |
void | algoAnalyze (const edm::Event &, const edm::EventSetup &) override |
void | algoBeginJob (const edm::EventSetup &) override |
void | algoEndJob () override |
SiStripApvGain * | getNewObject () override |
std::pair< double, double > | getPeakOfLandau (TH1F *inputHisto) |
double | moduleThickness (const uint32_t detid, const edm::EventSetup *iSetup) |
double | moduleWidth (const uint32_t detid, const edm::EventSetup *iSetup) |
Private Attributes | |
std::vector< uint32_t > | detModulesToBeExcluded |
const edm::EventSetup * | eventSetupCopy_ |
double | ExpectedChargeDeposition |
TObjArray * | HlistAPVPairs |
TObjArray * | HlistOtherHistos |
double | MaxChi2OverNDF |
unsigned int | MinNrEntries |
TString | outputFileName |
bool | outputHistogramsInRootFile |
bool | printdebug_ |
std::vector< uint32_t > | SelectedDetIds |
std::map< uint32_t, double > | thickness_map |
uint32_t | total_nr_of_events |
std::string | TrackLabel |
std::string | TrackProducer |
const TrackerTopology * | tTopo |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Protected Member Functions inherited from ConditionDBWriter< SiStripApvGain > | |
void | setDoStore (const bool doStore) |
When set to false the payload will not be written to the db. More... | |
void | storeOnDbNow () |
cond::Time_t | timeOfLastIOV () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
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 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) |
Definition at line 25 of file SiStripGainCosmicCalculator.h.
|
explicit |
Definition at line 37 of file SiStripGainCosmicCalculator.cc.
References detModulesToBeExcluded, ExpectedChargeDeposition, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), MaxChi2OverNDF, MinNrEntries, outputFileName, outputHistogramsInRootFile, printdebug_, AlCaHLTBitMon_QueryRunRegistry::string, TrackLabel, and tTopo.
|
override |
Definition at line 63 of file SiStripGainCosmicCalculator.cc.
|
overrideprivatevirtual |
Reimplemented from ConditionDBWriter< SiStripApvGain >.
Definition at line 144 of file SiStripGainCosmicCalculator.cc.
References SiStripRecHit2D::cluster(), funct::cos(), HcalObjRepresent::Fill(), edm::Event::getByLabel(), HlistAPVPairs, HlistOtherHistos, createfilelist::int, TrackingRecHit::localPosition(), moduleThickness(), moduleWidth(), edm::Handle< T >::product(), total_nr_of_events, findElectronsInSiStrips_cfi::trackCollection, TrackLabel, l1t::tracks, and PV3DBase< T, PVType, FrameType >::x().
|
overrideprivatevirtual |
Reimplemented from ConditionDBWriter< SiStripApvGain >.
Definition at line 70 of file SiStripGainCosmicCalculator.cc.
References SiStripDetCabling::addActiveDetectorsRawIds(), gather_cfg::cout, detModulesToBeExcluded, TrackerGeometry::dets(), eventSetupCopy_, cmsRelvalreport::exit, edm::EventSetup::get(), SiStripSubStructure::getTIBDetectors(), SiStripSubStructure::getTOBDetectors(), HlistAPVPairs, HlistOtherHistos, StripTopology::nstrips(), AlCaHLTBitMon_ParallelJobs::p, edm::ESHandle< T >::product(), SelectedDetIds, thickness_map, total_nr_of_events, and tTopo.
|
overrideprivatevirtual |
Reimplemented from ConditionDBWriter< SiStripApvGain >.
Definition at line 67 of file SiStripGainCosmicCalculator.cc.
|
overrideprivatevirtual |
Implements ConditionDBWriter< SiStripApvGain >.
Definition at line 279 of file SiStripGainCosmicCalculator.cc.
References FedChannelConnection::ccuAddr(), FedChannelConnection::ccuChan(), gather_cfg::cout, eventSetupCopy_, FedChannelConnection::fecCrate(), FedChannelConnection::fecRing(), FedChannelConnection::fecSlot(), HcalObjRepresent::Fill(), edm::EventSetup::get(), SiStripDetCabling::getConnection(), getPeakOfLandau(), HlistAPVPairs, HlistOtherHistos, moduleThickness(), moduleWidth(), GetRecoTauVFromDQM_MC_cff::obj, estimatePileup_makeJSON::outputfile, outputFileName, outputHistogramsInRootFile, DetId::rawId(), DetId::subdetId(), StripSubdetector::TIB, TrackerTopology::tibGlued(), TrackerTopology::tibLayer(), TrackerTopology::tibStereo(), StripSubdetector::TOB, TrackerTopology::tobLayer(), total_nr_of_events, and tTopo.
|
private |
Definition at line 208 of file SiStripGainCosmicCalculator.cc.
References vertices_cff::chi2, gather_cfg::cout, relativeConstraints::error, MaxChi2OverNDF, and MinNrEntries.
Referenced by getNewObject().
|
private |
Definition at line 265 of file SiStripGainCosmicCalculator.cc.
References Surface::bounds(), gather_cfg::cout, edm::EventSetup::get(), TrackerGeometry::idToDetUnit(), GeomDet::surface(), and Bounds::thickness().
Referenced by algoAnalyze(), and getNewObject().
|
private |
Definition at line 251 of file SiStripGainCosmicCalculator.cc.
References Surface::bounds(), gather_cfg::cout, edm::EventSetup::get(), TrackerGeometry::idToDetUnit(), GeomDet::surface(), and Bounds::width().
Referenced by algoAnalyze(), and getNewObject().
|
private |
Definition at line 48 of file SiStripGainCosmicCalculator.h.
Referenced by algoBeginJob(), and SiStripGainCosmicCalculator().
|
private |
Definition at line 49 of file SiStripGainCosmicCalculator.h.
Referenced by algoBeginJob(), and getNewObject().
|
private |
Definition at line 45 of file SiStripGainCosmicCalculator.h.
Referenced by SiStripGainCosmicCalculator().
|
private |
Definition at line 42 of file SiStripGainCosmicCalculator.h.
Referenced by algoAnalyze(), algoBeginJob(), and getNewObject().
|
private |
Definition at line 43 of file SiStripGainCosmicCalculator.h.
Referenced by algoAnalyze(), algoBeginJob(), and getNewObject().
|
private |
Definition at line 51 of file SiStripGainCosmicCalculator.h.
Referenced by getPeakOfLandau(), and SiStripGainCosmicCalculator().
|
private |
Definition at line 50 of file SiStripGainCosmicCalculator.h.
Referenced by getPeakOfLandau(), and SiStripGainCosmicCalculator().
|
private |
Definition at line 53 of file SiStripGainCosmicCalculator.h.
Referenced by PhaseITreeProducer.ModuleLvlValuesReader::CreateTree2(), getNewObject(), InefficientDoubleROC.InefficientDeadROCs::ReadHistograms(), and SiStripGainCosmicCalculator().
|
private |
Definition at line 52 of file SiStripGainCosmicCalculator.h.
Referenced by getNewObject(), and SiStripGainCosmicCalculator().
|
private |
Definition at line 54 of file SiStripGainCosmicCalculator.h.
Referenced by SiStripGainCosmicCalculator().
|
private |
Definition at line 47 of file SiStripGainCosmicCalculator.h.
Referenced by algoBeginJob().
|
private |
Definition at line 46 of file SiStripGainCosmicCalculator.h.
Referenced by algoBeginJob().
|
private |
Definition at line 44 of file SiStripGainCosmicCalculator.h.
Referenced by algoAnalyze(), algoBeginJob(), and getNewObject().
|
private |
Definition at line 40 of file SiStripGainCosmicCalculator.h.
Referenced by algoAnalyze(), and SiStripGainCosmicCalculator().
|
private |
Definition at line 39 of file SiStripGainCosmicCalculator.h.
|
private |
Definition at line 55 of file SiStripGainCosmicCalculator.h.
Referenced by algoBeginJob(), getNewObject(), and SiStripGainCosmicCalculator().