#include <DTFineDelayCorr.h>
Public Member Functions | |
DTFineDelayCorr (const edm::ParameterSet &ps) | |
Constructor. More... | |
virtual | ~DTFineDelayCorr () |
Destructor. More... | |
Public Member Functions inherited from DTLocalTriggerBaseTest | |
DTLocalTriggerBaseTest () | |
Constructor. More... | |
virtual | ~DTLocalTriggerBaseTest () |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Protected Member Functions | |
void | beginJob () |
Begin Job. More... | |
void | beginRun (const edm::Run &run, const edm::EventSetup &evSU) |
Begin Run. More... | |
void | endJob () |
End Job. More... | |
void | runClientDiagnostic () |
DQM Client Diagnostic. More... | |
void | writeConsts (const std::string &outputFileName) const |
Protected Member Functions inherited from DTLocalTriggerBaseTest | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
Analyze. More... | |
void | beginJob () |
BeginJob. More... | |
void | beginLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &context) |
Perform begin lumiblock operations. More... | |
void | beginRun (edm::Run const &run, edm::EventSetup const &context) |
BeginRun. More... | |
void | bookCmsHistos (std::string hTag, std::string folder="", bool isGlb=false) |
Book the new MEs (CMS summary) More... | |
void | bookSectorHistos (int wheel, int sector, std::string hTag, std::string folder="") |
Book the new MEs (for each sector) More... | |
void | bookWheelHistos (int wheel, std::string hTag, std::string folder="") |
Book the new MEs (for each wheel) More... | |
std::string | category () |
Get message logger name. More... | |
void | endJob () |
EndJob. More... | |
void | endLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &context) |
Perform client diagnostic in online. More... | |
void | endRun (edm::Run const &run, edm::EventSetup const &context) |
Perform client diagnostic in offline. More... | |
std::string | fullName (std::string htype) |
Create fullname from histo partial name. More... | |
template<class T > | |
T * | getHisto (MonitorElement *me) |
Convert ME to Histogram fo type T. More... | |
std::string | getMEName (std::string histoTag, std::string subfolder, const DTChamberId &chambid) |
Get the ME name (by chamber) More... | |
std::string | getMEName (std::string histoTag, std::string subfolder, int wh) |
Get the ME name (by wheel) More... | |
std::pair< float, float > | phiRange (const DTChamberId &id) |
Calculate phi range for histograms. More... | |
void | setConfig (const edm::ParameterSet &ps, std::string name) |
Set configuration variables. More... | |
std::string & | topFolder (bool isDCC) |
Get top folder name. More... | |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Private Attributes | |
std::map< DTChamberId, std::vector< float > > | delayMap |
edm::ESHandle< DTConfigManager > | dtConfig |
bool | gaussMean |
int | minEntries |
int | nEvents |
std::map< DTChamberId, std::pair< int, float > > | oldDelayMap |
std::string | oldDelaysInputFile |
std::string | outputFileName |
bool | readOldFromDb |
std::string | t0MeanHistoTag |
std::string | trSource |
edm::ESHandle< DTTPGParameters > | worstPhaseMap |
bool | writeDB |
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 Attributes inherited from DTLocalTriggerBaseTest | |
std::string | baseFolderDCC |
std::string | baseFolderDDU |
std::map< std::string, MonitorElement * > | cmsME |
DQMStore * | dbe |
std::string | hwSource |
std::vector< std::string > | hwSources |
edm::ESHandle< DTGeometry > | muonGeom |
int | nevents |
unsigned int | nLumiSegs |
edm::ParameterSet | parameters |
int | prescaleFactor |
int | run |
bool | runOnline |
std::map< int, std::map < std::string, MonitorElement * > > | secME |
std::string | sourceFolder |
std::string | testName |
std::string | trigSource |
std::vector< std::string > | trigSources |
std::map< int, std::map < std::string, MonitorElement * > > | whME |
Class to calculate corrections to the fine delays loaded in DT MiniCrates
Definition at line 28 of file DTFineDelayCorr.h.
DTFineDelayCorr::DTFineDelayCorr | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 45 of file DTFineDelayCorr.cc.
|
virtual |
|
protectedvirtual |
Begin Job.
Reimplemented from edm::EDAnalyzer.
Definition at line 59 of file DTFineDelayCorr.cc.
References dumpDBToFile_GT_ttrig_cfg::outputFileName, and Parameters::parameters.
|
protectedvirtual |
Begin Run.
Reimplemented from edm::EDAnalyzer.
Definition at line 80 of file DTFineDelayCorr.cc.
References DTLocalTriggerBaseTest::beginRun(), and edm::EventSetup::get().
|
protectedvirtual |
End Job.
Reimplemented from edm::EDAnalyzer.
Definition at line 187 of file DTFineDelayCorr.cc.
References filterCSVwithJSON::copy, DTLocalTriggerBaseTest::endJob(), python.multivaluedict::map(), GetRecoTauVFromDQM_MC_cff::outFile, and dumpDBToFile_GT_ttrig_cfg::outputFileName.
|
protectedvirtual |
DQM Client Diagnostic.
Implements DTLocalTriggerBaseTest.
Definition at line 88 of file DTFineDelayCorr.cc.
References python.rootplot.argparse::category, gather_cfg::cout, DTChamberId, DTLayerId, DTTopology::firstChannel(), DTConfigPedestals::getOffset(), DTLayer::id(), geometryCSVtoXML::line, timingPdfMaker::mean, DTTimeUnits::ns, DetId::rawId(), DTChamberId::sector(), DTLayer::specificTopology(), DTChamberId::station(), relativeConstraints::station, and DTChamberId::wheel().
|
protected |
|
private |
Definition at line 72 of file DTFineDelayCorr.h.
|
private |
Definition at line 65 of file DTFineDelayCorr.h.
|
private |
Definition at line 62 of file DTFineDelayCorr.h.
|
private |
Definition at line 63 of file DTFineDelayCorr.h.
|
private |
Definition at line 64 of file DTFineDelayCorr.h.
|
private |
Definition at line 69 of file DTFineDelayCorr.h.
|
private |
Definition at line 58 of file DTFineDelayCorr.h.
|
private |
Definition at line 57 of file DTFineDelayCorr.h.
|
private |
Definition at line 60 of file DTFineDelayCorr.h.
|
private |
Definition at line 56 of file DTFineDelayCorr.h.
|
private |
Definition at line 59 of file DTFineDelayCorr.h.
|
private |
Definition at line 66 of file DTFineDelayCorr.h.
|
private |
Definition at line 61 of file DTFineDelayCorr.h.