#include <DTTTrigCalibration.h>
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 |
std::string | digiLabel |
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 |
std::unique_ptr< DTTTrigBaseSync > | theSync |
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 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) |
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 31 of file DTTTrigCalibration.h.
DTTTrigCalibration::DTTTrigCalibration | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 39 of file DTTTrigCalibration.cc.
References dtDigiTask_cfi::checkNoisyChannels, gather_cfg::cout, debug, DataMixerDataOnData_cff::digiLabel, get, dttriganalyzer_cfi::kFactor, muonDTDigis_cfi::pset, CSCSkim_cfi::rootFileName, and interactiveExample::theFile.
|
override |
Destructor.
Definition at line 83 of file DTTTrigCalibration.cc.
References gather_cfg::cout, debug, and interactiveExample::theFile.
|
overridevirtual |
Fill the time boxes.
Perform the real analysis.
Implements edm::EDAnalyzer.
Definition at line 98 of file DTTTrigCalibration.cc.
References DTStatusFlag::cellStatus(), relativeConstraints::chamber, DTSuperLayerId::chamberId(), dtDigiTask_cfi::checkNoisyChannels, gather_cfg::cout, debug, DataMixerDataOnData_cff::digiLabel, edm::EventSetup::get(), get, hltrates_dqm_sourceclient-live_cfg::offset, DTLayerId::superlayerId(), and interactiveExample::theFile.
|
private |
Definition at line 274 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::EDAnalyzer.
Definition at line 208 of file DTTTrigCalibration.cc.
References gather_cfg::cout, debug, dttriganalyzer_cfi::kFactor, DTTimeUnits::ns, interactiveExample::theFile, dttriganalyzer_cfi::tTrig, and DTCalibDBUtils::writeToDB().
Referenced by o2olib.O2ORunMgr::executeJob().
|
private |
Definition at line 265 of file DTTTrigCalibration.cc.
References HltBtagPostValidation_cff::histoName, DTLayerId::layer(), DTChamberId::sector(), DTChamberId::station(), DTSuperLayerId::superlayer(), and DTChamberId::wheel().
|
private |
Definition at line 256 of file DTTTrigCalibration.cc.
References HltBtagPostValidation_cff::histoName, DTChamberId::sector(), DTChamberId::station(), DTSuperLayerId::superlayer(), and DTChamberId::wheel().
|
private |
|
private |
Definition at line 81 of file DTTTrigCalibration.h.
|
private |
Definition at line 61 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::loadMVA_WPs_run2_2017(), runTauIdMVA.TauIDEmbedder::runTauID(), crabFunctions.CrabController::submit(), and pkg.AbstractPkg::write().
|
private |
Definition at line 64 of file DTTTrigCalibration.h.
|
private |
Definition at line 79 of file DTTTrigCalibration.h.
|
private |
Definition at line 83 of file DTTTrigCalibration.h.
|
private |
Definition at line 85 of file DTTTrigCalibration.h.
|
private |
Definition at line 69 of file DTTTrigCalibration.h.
|
private |
Definition at line 67 of file DTTTrigCalibration.h.
|
private |
Definition at line 72 of file DTTTrigCalibration.h.
|
private |
Definition at line 88 of file DTTTrigCalibration.h.
|
private |
Definition at line 75 of file DTTTrigCalibration.h.
|
private |
Definition at line 76 of file DTTTrigCalibration.h.
|
private |
Definition at line 90 of file DTTTrigCalibration.h.