#include <DTTTrigCalibration.h>
Public Member Functions | |
void | analyze (const edm::Event &event, const edm::EventSetup &eventSetup) override |
Fill the time boxes. More... | |
DTTTrigCalibration (const edm::ParameterSet &pset) | |
Constructor. More... | |
void | endJob () override |
Fit the time box rising edge and write the resulting ttrig to the DB. More... | |
~DTTTrigCalibration () override | |
Destructor. More... | |
Public Member Functions inherited from edm::one::EDAnalyzer<> | |
EDAnalyzer ()=default | |
EDAnalyzer (const EDAnalyzer &)=delete | |
SerialTaskQueue * | globalLuminosityBlocksQueue () final |
SerialTaskQueue * | globalRunsQueue () final |
const EDAnalyzer & | operator= (const EDAnalyzer &)=delete |
bool | wantsGlobalLuminosityBlocks () const noexcept final |
bool | wantsGlobalRuns () const noexcept final |
bool | wantsInputProcessBlocks () const noexcept final |
bool | wantsProcessBlocks () const noexcept 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 noexcept |
bool | wantsStreamRuns () const noexcept |
~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 | |
ESResolverIndex const * | esGetTokenIndices (edm::Transition iTrans) const |
std::vector< ESResolverIndex > const & | esGetTokenIndicesVector (edm::Transition iTrans) const |
std::vector< ESRecordIndex > const & | esGetTokenRecordIndicesVector (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::array< std::vector< ModuleDescription const *> *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, 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 |
void | selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase) |
ProductResolverIndexAndSkipBit | uncheckedIndexFrom (EDGetToken) const |
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
void | updateLookup (eventsetup::ESRecordsToProductResolverIndices const &) |
virtual | ~EDConsumerBase () noexcept(false) |
Private Member Functions | |
void | dumpTTrigMap (const DTTtrig *tTrig) const |
std::string | getOccupancyName (const DTLayerId &slId) const |
std::string | getTBoxName (const DTSuperLayerId &slId) const |
void | plotTTrig (const DTTtrig *tTrig) const |
Private Attributes | |
bool | checkNoisyChannels |
bool | debug |
edm::EDGetTokenT< DTDigiCollection > | digiToken |
bool | doSubtractT0 |
bool | findTMeanAndSigma |
double | kFactor |
int | maxDigiPerLayer |
int | maxTDCCounts |
TFile * | theFile |
std::unique_ptr< DTTimeBoxFitter > | theFitter |
std::map< DTSuperLayerId, TH1F * > | theHistoMap |
std::map< DTLayerId, TH1F * > | theOccupancyMap |
edm::ESGetToken< DTStatusFlag, DTStatusFlagRcd > | theStatusMapToken |
std::unique_ptr< DTTTrigBaseSync > | theSync |
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) |
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 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) |
Analyzer class which fills time box plots with SL granularity for t_trig computation, fits the rising edge and write results to DB. The time boxes are written to file.
Definition at line 34 of file DTTTrigCalibration.h.
DTTTrigCalibration::DTTTrigCalibration | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 39 of file DTTTrigCalibration.cc.
References dtSegmentSelection_cfi::checkNoisyChannels, gather_cfg::cout, debug, dtNoiseCalibration_cfi::digiLabel, dtTTrigCalibration_cfi::doSubtractT0, deDxTools::esConsumes(), get, ProducerED_cfi::InputTag, dtTTrigCalibration_cfi::kFactor, dtTTrigCalibration_cfi::maxDigiPerLayer, muonDTDigis_cfi::pset, dtNoiseCalibration_cfi::rootFileName, AlCaHLTBitMon_QueryRunRegistry::string, and makeListRunsInFiles::theFile.
|
override |
Destructor.
Definition at line 88 of file DTTTrigCalibration.cc.
References gather_cfg::cout, debug, and makeListRunsInFiles::theFile.
|
overridevirtual |
Fill the time boxes.
Perform the real analysis.
Implements edm::one::EDAnalyzerBase.
Definition at line 103 of file DTTTrigCalibration.cc.
References DTStatusFlag::cellStatus(), relativeConstraints::chamber, DTSuperLayerId::chamberId(), dtSegmentSelection_cfi::checkNoisyChannels, gather_cfg::cout, debug, dtTTrigCalibration_cfi::doSubtractT0, options_cfi::eventSetup, nano_mu_digi_cff::layer, dtTTrigCalibration_cfi::maxDigiPerLayer, HLT_IsoTrack_cff::offset, DTLayerId::superlayerId(), and makeListRunsInFiles::theFile.
|
private |
Definition at line 278 of file DTTTrigCalibration.cc.
References gather_cfg::cout, and dttriganalyzer_cfi::tTrig.
|
overridevirtual |
Fit the time box rising edge and write the resulting ttrig to the DB.
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 212 of file DTTTrigCalibration.cc.
References gather_cfg::cout, debug, dtTTrigCalibration_cfi::kFactor, DTTimeUnits::ns, makeListRunsInFiles::theFile, dttriganalyzer_cfi::tTrig, and DTCalibDBUtils::writeToDB().
Referenced by o2olib.O2ORunMgr::executeJob().
|
private |
Definition at line 269 of file DTTTrigCalibration.cc.
References HltBtagPostValidation_cff::histoName, DTLayerId::layer(), DTChamberId::sector(), DTChamberId::station(), DTSuperLayerId::superlayer(), and DTChamberId::wheel().
|
private |
Definition at line 260 of file DTTTrigCalibration.cc.
References HltBtagPostValidation_cff::histoName, DTChamberId::sector(), DTChamberId::station(), DTSuperLayerId::superlayer(), and DTChamberId::wheel().
|
private |
Definition at line 288 of file DTTTrigCalibration.cc.
References dttriganalyzer_cfi::tTrig.
|
private |
Definition at line 84 of file DTTTrigCalibration.h.
|
private |
Definition at line 64 of file DTTTrigCalibration.h.
Referenced by util.rrapi.RRApi::dprint(), rrapi.RRApi::dprint(), pkg.AbstractPkg::generate(), rrapi.RRApi::get(), util.rrapi.RRApi::get(), pkg.AbstractPkg::get_kwds(), runTauIdMVA.TauIDEmbedder::load_againstElectronMVA6(), runTauIdMVA.TauIDEmbedder::loadMVA_WPs_run2_2017(), crabFunctions.CrabController::submit(), and pkg.AbstractPkg::write().
|
private |
Definition at line 67 of file DTTTrigCalibration.h.
|
private |
Definition at line 82 of file DTTTrigCalibration.h.
|
private |
Definition at line 86 of file DTTTrigCalibration.h.
|
private |
Definition at line 88 of file DTTTrigCalibration.h.
|
private |
Definition at line 72 of file DTTTrigCalibration.h.
|
private |
Definition at line 70 of file DTTTrigCalibration.h.
|
private |
Definition at line 75 of file DTTTrigCalibration.h.
|
private |
Definition at line 91 of file DTTTrigCalibration.h.
|
private |
Definition at line 78 of file DTTTrigCalibration.h.
|
private |
Definition at line 79 of file DTTTrigCalibration.h.
|
private |
Definition at line 94 of file DTTTrigCalibration.h.
|
private |
Definition at line 93 of file DTTTrigCalibration.h.