#include <DTT0Calibration.h>
Public Member Functions | |
void | analyze (const edm::Event &event, const edm::EventSetup &eventSetup) override |
Fill the maps with t0 (by channel) More... | |
DTT0Calibration (const edm::ParameterSet &pset) | |
Constructor. More... | |
void | endJob () override |
Compute the mean and the RMS of the t0 from the maps and write them to the DB with channel granularity. More... | |
~DTT0Calibration () override | |
Destructor. More... | |
Public Member Functions inherited from edm::one::EDAnalyzer<> | |
EDAnalyzer ()=default | |
SerialTaskQueue * | globalLuminosityBlocksQueue () final |
SerialTaskQueue * | globalRunsQueue () final |
bool | wantsGlobalLuminosityBlocks () const final |
bool | wantsGlobalRuns () const final |
Public Member Functions inherited from edm::one::EDAnalyzerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzerBase () | |
ModuleDescription const & | moduleDescription () const |
bool | wantsStreamLuminosityBlocks () const |
bool | wantsStreamRuns () const |
~EDAnalyzerBase () override | |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
void | convertCurrentProcessAlias (std::string const &processName) |
Convert "@currentProcess" in InputTag process names to the actual current process name. More... | |
EDConsumerBase () | |
EDConsumerBase (EDConsumerBase const &)=delete | |
EDConsumerBase (EDConsumerBase &&)=default | |
ESProxyIndex const * | esGetTokenIndices (edm::Transition iTrans) const |
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFrom (BranchType iType) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
ProductResolverIndexAndSkipBit | uncheckedIndexFrom (EDGetToken) const |
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
void | updateLookup (eventsetup::ESRecordsToProxyIndices const &) |
virtual | ~EDConsumerBase () noexcept(false) |
Private Member Functions | |
std::string | getHistoName (const DTWireId &wId) const |
std::string | getHistoName (const DTLayerId &lId) const |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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 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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
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) |
Analyzer class computes the mean and RMS of t0 from pulses. Those values are written in the DB with cell granularity. The mean value for each channel is normalized to a reference time common to all the sector. The t0 of wires in odd layers are corrected for the relative difference between odd and even layers
Definition at line 36 of file DTT0Calibration.h.
DTT0Calibration::DTT0Calibration | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 34 of file DTT0Calibration.cc.
References gather_cfg::cout, debug, edm::ParameterSet::getUntrackedParameter(), selSector, selWheel, relativeConstraints::station, theCalibSector, theCalibWheel, makeMuonMisalignmentScenario::wheel, and wireIdWithHistos.
|
override |
Destructor.
Definition at line 83 of file DTT0Calibration.cc.
References gather_cfg::cout, debug, and theFile.
|
override |
Fill the maps with t0 (by channel)
Perform the real analysis.
Definition at line 91 of file DTT0Calibration.cc.
References funct::abs(), DTSuperLayerId::chamberId(), gather_cfg::cout, debug, digiToken, dtGeom, eventsForLayerT0, eventsForWireT0, spr::find(), edm::EventSetup::get(), getHistoName(), create_public_lumi_plots::hist, hLayerPeaks, layerIdWithWireHistos, mK, mK_ref, nDigiPerWire, nDigiPerWire_ref, nevents, or, qK, rejectDigiFromPeak, DTChamberId::sector(), selSector, selWheel, jetUpdater_cfi::sort, spectrum, DTLayerId::superlayerId(), genVertex_cff::t0, theAbsoluteT0PerWire, theCalibSector, theCalibWheel, theHistoLayerMap, theHistoWireMap, theTPPeakMap, tpPeakWidth, tpPeakWidthPerLayer, DTChamberId::wheel(), and wireIdWithHistos.
|
overridevirtual |
Compute the mean and the RMS of the t0 from the maps and write them to the DB with channel granularity.
Write the t0 map into DB
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 289 of file DTT0Calibration.cc.
References funct::abs(), DTTimeUnits::counts, gather_cfg::cout, debug, dtGeom, plotBeamSpotDB::first, hLayerPeaks, SiStripPI::mean, nDigiPerWire, nevents, funct::pow(), qK, edm::second(), DTT0::set(), mathSSE::sqrt(), DTGeometry::superLayers(), genVertex_cff::t0, theAbsoluteT0PerWire, theFile, theHistoLayerMap, theHistoWireMap, theRelativeT0PerWire, theSigmaT0PerWire, relativeConstraints::value, MuonErrorMatrixValues_cff::values, and DTCalibDBUtils::writeToDB().
Referenced by o2olib.O2ORunMgr::executeJob().
|
private |
Definition at line 485 of file DTT0Calibration.cc.
References DTLayerId::layer(), DTChamberId::sector(), DTChamberId::station(), DTSuperLayerId::superlayer(), DTChamberId::wheel(), and DTWireId::wire().
Referenced by analyze().
|
private |
Definition at line 494 of file DTT0Calibration.cc.
References DTLayerId::layer(), DTChamberId::sector(), DTChamberId::station(), DTSuperLayerId::superlayer(), and DTChamberId::wheel().
|
private |
Definition at line 61 of file DTT0Calibration.h.
Referenced by analyze(), rrapi.RRApi::dprint(), util.rrapi.RRApi::dprint(), DTT0Calibration(), endJob(), pkg.AbstractPkg::generate(), rrapi.RRApi::get(), util.rrapi.RRApi::get(), pkg.AbstractPkg::get_kwds(), runTauIdMVA.TauIDEmbedder::loadMVA_WPs_run2_2017(), runTauIdMVA.TauIDEmbedder::runTauID(), crabFunctions.CrabController::submit(), pkg.AbstractPkg::write(), and ~DTT0Calibration().
|
private |
Definition at line 64 of file DTT0Calibration.h.
Referenced by analyze().
|
private |
Definition at line 126 of file DTT0Calibration.h.
|
private |
Definition at line 72 of file DTT0Calibration.h.
Referenced by analyze().
|
private |
Definition at line 74 of file DTT0Calibration.h.
Referenced by analyze().
|
private |
Definition at line 95 of file DTT0Calibration.h.
|
private |
Definition at line 101 of file DTT0Calibration.h.
Referenced by analyze().
|
private |
Definition at line 109 of file DTT0Calibration.h.
Referenced by analyze().
|
private |
Definition at line 110 of file DTT0Calibration.h.
Referenced by analyze().
|
private |
Definition at line 107 of file DTT0Calibration.h.
|
private |
Definition at line 108 of file DTT0Calibration.h.
Referenced by analyze().
|
private |
Definition at line 70 of file DTT0Calibration.h.
|
private |
Definition at line 111 of file DTT0Calibration.h.
|
private |
Definition at line 83 of file DTT0Calibration.h.
Referenced by analyze().
|
private |
Definition at line 89 of file DTT0Calibration.h.
Referenced by analyze(), and DTT0Calibration().
|
private |
Definition at line 87 of file DTT0Calibration.h.
Referenced by analyze(), and DTT0Calibration().
|
private |
Definition at line 97 of file DTT0Calibration.h.
Referenced by analyze().
|
private |
Definition at line 104 of file DTT0Calibration.h.
|
private |
Definition at line 88 of file DTT0Calibration.h.
Referenced by analyze(), and DTT0Calibration().
|
private |
Definition at line 86 of file DTT0Calibration.h.
Referenced by analyze(), and DTT0Calibration().
|
private |
Definition at line 120 of file DTT0Calibration.h.
|
private |
Definition at line 67 of file DTT0Calibration.h.
Referenced by endJob(), and ~DTT0Calibration().
|
private |
Definition at line 92 of file DTT0Calibration.h.
|
private |
Definition at line 113 of file DTT0Calibration.h.
|
private |
Definition at line 122 of file DTT0Calibration.h.
|
private |
Definition at line 123 of file DTT0Calibration.h.
|
private |
Definition at line 105 of file DTT0Calibration.h.
Referenced by endJob().
|
private |
Definition at line 121 of file DTT0Calibration.h.
|
private |
Definition at line 116 of file DTT0Calibration.h.
|
private |
Definition at line 106 of file DTT0Calibration.h.
Referenced by endJob().
|
private |
Definition at line 119 of file DTT0Calibration.h.
|
private |
Definition at line 115 of file DTT0Calibration.h.
|
private |
Definition at line 117 of file DTT0Calibration.h.
Referenced by analyze().
|
private |
Definition at line 77 of file DTT0Calibration.h.
Referenced by analyze().
|
private |
Definition at line 80 of file DTT0Calibration.h.
Referenced by analyze().
|
private |
Definition at line 100 of file DTT0Calibration.h.
Referenced by analyze(), and DTT0Calibration().