#include <SiStripGainCosmicCalculator.h>
Public Member Functions | |
SiStripGainCosmicCalculator (const edm::ParameterSet &) | |
~SiStripGainCosmicCalculator () | |
Public Member Functions inherited from ConditionDBWriter< SiStripApvGain > | |
ConditionDBWriter (const edm::ParameterSet &iConfig) | |
virtual | ~ConditionDBWriter () |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
void | algoAnalyze (const edm::Event &, const edm::EventSetup &) |
void | algoBeginJob (const edm::EventSetup &) |
void | algoEndJob () |
SiStripApvGain * | getNewObject () |
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 &) |
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.
SiStripGainCosmicCalculator::~SiStripGainCosmicCalculator | ( | ) |
Definition at line 63 of file SiStripGainCosmicCalculator.cc.
|
privatevirtual |
Reimplemented from ConditionDBWriter< SiStripApvGain >.
Definition at line 145 of file SiStripGainCosmicCalculator.cc.
References SiStripRecHit2D::cluster(), funct::cos(), HcalObjRepresent::Fill(), edm::Event::getByLabel(), HlistAPVPairs, HlistOtherHistos, TrackingRecHit::localPosition(), moduleThickness(), moduleWidth(), total_nr_of_events, HLT_25ns10e33_v2_cff::trackCollection, TrackLabel, testEve_cfg::tracks, and PV3DBase< T, PVType, FrameType >::x().
|
privatevirtual |
Reimplemented from ConditionDBWriter< SiStripApvGain >.
Definition at line 70 of file SiStripGainCosmicCalculator.cc.
References gather_cfg::cout, detModulesToBeExcluded, eventSetupCopy_, cmsRelvalreport::exit, edm::EventSetup::get(), SiStripSubStructure::getTIBDetectors(), SiStripSubStructure::getTOBDetectors(), HlistAPVPairs, HlistOtherHistos, StripTopology::nstrips(), AlCaHLTBitMon_ParallelJobs::p, edm::ESHandle< class >::product(), SelectedDetIds, thickness_map, total_nr_of_events, and tTopo.
|
privatevirtual |
Reimplemented from ConditionDBWriter< SiStripApvGain >.
Definition at line 67 of file SiStripGainCosmicCalculator.cc.
|
privatevirtual |
Implements ConditionDBWriter< SiStripApvGain >.
Definition at line 280 of file SiStripGainCosmicCalculator.cc.
References FedChannelConnection::ccuAddr(), FedChannelConnection::ccuChan(), gather_cfg::cout, eventSetupCopy_, FedChannelConnection::fecCrate(), FedChannelConnection::fecRing(), FedChannelConnection::fecSlot(), HcalObjRepresent::Fill(), edm::EventSetup::get(), getPeakOfLandau(), HlistAPVPairs, HlistOtherHistos, moduleThickness(), moduleWidth(), getGTfromDQMFile::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 209 of file SiStripGainCosmicCalculator.cc.
References beam_dqm_sourceclient-live_cfg::chi2, gather_cfg::cout, relativeConstraints::error, MaxChi2OverNDF, and MinNrEntries.
Referenced by getNewObject().
|
private |
Definition at line 266 of file SiStripGainCosmicCalculator.cc.
References Surface::bounds(), gather_cfg::cout, edm::EventSetup::get(), GeomDet::surface(), and Bounds::thickness().
Referenced by algoAnalyze(), and getNewObject().
|
private |
Definition at line 252 of file SiStripGainCosmicCalculator.cc.
References Surface::bounds(), gather_cfg::cout, edm::EventSetup::get(), 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 getNewObject(), 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().