#include <DTTTrigCalibration.h>
Public Member Functions | |
void | analyze (const edm::Event &event, const edm::EventSetup &eventSetup) |
Fill the time boxes. More... | |
DTTTrigCalibration (const edm::ParameterSet &pset) | |
Constructor. More... | |
void | endJob () |
Fit the time box rising edge and write the resulting ttrig to the DB. More... | |
virtual | ~DTTTrigCalibration () |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
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 |
DTTimeBoxFitter * | theFitter |
std::map< DTSuperLayerId, TH1F * > | theHistoMap |
std::map< DTLayerId, TH1F * > | theOccupancyMap |
DTTTrigBaseSync * | theSync |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
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 edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
CurrentProcessingContext const * | currentContext () const |
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) |
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 45 of file DTTTrigCalibration.cc.
References gather_cfg::cout, debug, dtTPAnalyzer_cfg::digiLabel, reco::get(), edm::ParameterSet::getUntrackedParameter(), dtT0Analyzer_cfg::rootFileName, and interactiveExample::theFile.
|
virtual |
Destructor.
Definition at line 92 of file DTTTrigCalibration.cc.
References gather_cfg::cout, debug, and interactiveExample::theFile.
|
virtual |
Fill the time boxes.
Perform the real analysis.
Implements edm::EDAnalyzer.
Definition at line 110 of file DTTTrigCalibration.cc.
References DTLayer::chamber(), DTSuperLayerId::chamberId(), gather_cfg::cout, debug, dtTPAnalyzer_cfg::digiLabel, edm::EventSetup::get(), evf::evtn::offset(), crabStatusFromReport::statusMap, DTLayerId::superlayerId(), and interactiveExample::theFile.
|
private |
Definition at line 304 of file DTTTrigCalibration.cc.
References DTTtrig::begin(), gather_cfg::cout, and DTTtrig::end().
|
virtual |
Fit the time box rising edge and write the resulting ttrig to the DB.
Reimplemented from edm::EDAnalyzer.
Definition at line 224 of file DTTTrigCalibration.cc.
References gather_cfg::cout, debug, DTTimeUnits::ns, DTTtrig::set(), interactiveExample::theFile, and DTCalibDBUtils::writeToDB().
|
private |
Definition at line 294 of file DTTTrigCalibration.cc.
References DTLayerId::layer(), DTChamberId::sector(), DTChamberId::station(), DTSuperLayerId::superlayer(), and DTChamberId::wheel().
|
private |
Definition at line 285 of file DTTTrigCalibration.cc.
References DTChamberId::sector(), DTChamberId::station(), DTSuperLayerId::superlayer(), and DTChamberId::wheel().
|
private |
Definition at line 318 of file DTTTrigCalibration.cc.
References DTTtrig::begin(), and DTTtrig::end().
|
private |
Definition at line 86 of file DTTTrigCalibration.h.
|
private |
Definition at line 66 of file DTTTrigCalibration.h.
Referenced by pkg.AbstractPkg::generate(), pkg.AbstractPkg::get_kwds(), and pkg.AbstractPkg::write().
|
private |
Definition at line 69 of file DTTTrigCalibration.h.
|
private |
Definition at line 84 of file DTTTrigCalibration.h.
|
private |
Definition at line 88 of file DTTTrigCalibration.h.
|
private |
Definition at line 90 of file DTTTrigCalibration.h.
|
private |
Definition at line 74 of file DTTTrigCalibration.h.
|
private |
Definition at line 72 of file DTTTrigCalibration.h.
|
private |
Definition at line 77 of file DTTTrigCalibration.h.
|
private |
Definition at line 93 of file DTTTrigCalibration.h.
|
private |
Definition at line 80 of file DTTTrigCalibration.h.
|
private |
Definition at line 81 of file DTTTrigCalibration.h.
|
private |
Definition at line 95 of file DTTTrigCalibration.h.