CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
DTTTrigCorrection Class Reference

#include <DTTTrigCorrection.h>

Inheritance diagram for DTTTrigCorrection:
edm::one::EDAnalyzer< edm::one::WatchRuns > edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

void analyze (const edm::Event &event, const edm::EventSetup &setup) override
 
void beginJob () override
 
void beginRun (const edm::Run &run, const edm::EventSetup &setup) override
 
 DTTTrigCorrection (const edm::ParameterSet &pset)
 Constructor. More...
 
void endJob () override
 
void endRun (const edm::Run &run, const edm::EventSetup &setup) override
 
 ~DTTTrigCorrection () override
 Destructor. More...
 
- Public Member Functions inherited from edm::one::EDAnalyzer< edm::one::WatchRuns >
 EDAnalyzer ()=default
 
 EDAnalyzer (const EDAnalyzer &)=delete
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
const EDAnalyzeroperator= (const EDAnalyzer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () 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< ConsumesInfoconsumesInfo () 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
 
std::vector< ESProxyIndex > 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
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, 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::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Attributes

std::unique_ptr< dtCalibration::DTTTrigBaseCorrectioncorrectionAlgo_
 
edm::ESGetToken< DTGeometry, MuonGeometryRecorddtGeomToken_
 
edm::ESHandle< DTGeometrymuonGeom_
 
const DTTtrigtTrigMap_
 
edm::ESGetToken< DTTtrig, DTTtrigRcdttrigToken_
 

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< Bconsumes (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 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<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)
 

Detailed Description

Class which read a ttrig DB and correct it with the near SL (or the global average)

Author
S. Maselli - INFN Torino

Definition at line 27 of file DTTTrigCorrection.h.

Constructor & Destructor Documentation

◆ DTTTrigCorrection()

DTTTrigCorrection::DTTTrigCorrection ( const edm::ParameterSet pset)

Constructor.

Definition at line 36 of file DTTTrigCorrection.cc.

References edm::EDConsumerBase::consumesCollector(), get, and muonDTDigis_cfi::pset.

37  : correctionAlgo_{DTTTrigCorrectionFactory::get()->create(pset.getParameter<string>("correctionAlgo"),
38  pset.getParameter<ParameterSet>("correctionAlgoConfig"),
39  consumesCollector())} {
40  ttrigToken_ =
41  esConsumes<edm::Transition::BeginRun>(edm::ESInputTag("", pset.getUntrackedParameter<string>("dbLabel")));
42  dtGeomToken_ = esConsumes<edm::Transition::BeginRun>();
43  LogVerbatim("Calibration") << "[DTTTrigCorrection] Constructor called" << endl;
44 }
Log< level::Info, true > LogVerbatim
ConsumesCollector consumesCollector()
Use a ConsumesCollector to gather consumes information from helper functions.
std::unique_ptr< dtCalibration::DTTTrigBaseCorrection > correctionAlgo_
edm::ESGetToken< DTTtrig, DTTtrigRcd > ttrigToken_
edm::ESGetToken< DTGeometry, MuonGeometryRecord > dtGeomToken_
#define get

◆ ~DTTTrigCorrection()

DTTTrigCorrection::~DTTTrigCorrection ( )
override

Destructor.

Definition at line 46 of file DTTTrigCorrection.cc.

46  {
47  LogVerbatim("Calibration") << "[DTTTrigCorrection] Destructor called" << endl;
48 }
Log< level::Info, true > LogVerbatim

Member Function Documentation

◆ analyze()

void DTTTrigCorrection::analyze ( const edm::Event event,
const edm::EventSetup setup 
)
inlineoverridevirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 39 of file DTTTrigCorrection.h.

39 {}

◆ beginJob()

void DTTTrigCorrection::beginJob ( )
inlineoverridevirtual

Reimplemented from edm::one::EDAnalyzerBase.

Definition at line 37 of file DTTTrigCorrection.h.

37 {}

◆ beginRun()

void DTTTrigCorrection::beginRun ( const edm::Run run,
const edm::EventSetup setup 
)
override

Definition at line 50 of file DTTTrigCorrection.cc.

References correctionAlgo_, dtGeomToken_, muonGeom_, singleTopDQM_cfi::setup, dttriganalyzer_cfi::tTrig, tTrigMap_, and ttrigToken_.

50  {
51  // Get tTrig record from DB
53  tTrigMap_ = &*tTrig;
54  LogVerbatim("Calibration") << "[DTTTrigCorrection]: TTrig version: " << tTrig->version() << endl;
55 
56  // Get geometry from Event Setup
57  muonGeom_ = setup.getHandle(dtGeomToken_);
58 
59  // Pass EventSetup to correction Algo
60  correctionAlgo_->setES(setup);
61 }
Log< level::Info, true > LogVerbatim
const DTTtrig * tTrigMap_
std::unique_ptr< dtCalibration::DTTTrigBaseCorrection > correctionAlgo_
edm::ESGetToken< DTTtrig, DTTtrigRcd > ttrigToken_
edm::ESHandle< DTGeometry > muonGeom_
edm::ESGetToken< DTGeometry, MuonGeometryRecord > dtGeomToken_

◆ endJob()

void DTTTrigCorrection::endJob ( void  )
overridevirtual

Reimplemented from edm::one::EDAnalyzerBase.

Definition at line 63 of file DTTTrigCorrection.cc.

References correctionAlgo_, MillePedeFileConverter_cfg::e, DTTtrig::get(), dttriganalyzer_cfi::kFactor, dtCalibration::DTTTrigData::kFactor, dtCalibration::DTTTrigData::mean, muonGeom_, DTTimeUnits::ns, AlCaHarvesting_cff::record, DTTtrig::set(), dtCalibration::DTTTrigData::sigma, mps_update::status, DTGeometry::superLayers(), and tTrigMap_.

Referenced by o2olib.O2ORunMgr::executeJob().

63  {
64  // Create the object to be written to DB
65  DTTtrig tTrigNewMap;
66 
67  for (vector<const DTSuperLayer*>::const_iterator sl = muonGeom_->superLayers().begin();
68  sl != muonGeom_->superLayers().end();
69  ++sl) {
70  // Get old value from DB
71  float tTrigMean, tTrigSigma, kFactor;
72  int status = tTrigMap_->get((*sl)->id(), tTrigMean, tTrigSigma, kFactor, DTTimeUnits::ns);
73 
74  //Compute new ttrig
75  try {
76  dtCalibration::DTTTrigData tTrigCorr = correctionAlgo_->correction((*sl)->id());
77  float tTrigMeanNew = tTrigCorr.mean;
78  float tTrigSigmaNew = tTrigCorr.sigma;
79  float kFactorNew = tTrigCorr.kFactor;
80  tTrigNewMap.set((*sl)->id(), tTrigMeanNew, tTrigSigmaNew, kFactorNew, DTTimeUnits::ns);
81 
82  LogVerbatim("Calibration") << "New tTrig for: " << (*sl)->id() << " mean from " << tTrigMean << " to "
83  << tTrigMeanNew << " sigma from " << tTrigSigma << " to " << tTrigSigmaNew
84  << " kFactor from " << kFactor << " to " << kFactorNew << endl;
85  } catch (cms::Exception& e) {
86  LogError("Calibration") << e.explainSelf();
87  // Set db to the old value, if it was there in the first place
88  if (!status) {
89  tTrigNewMap.set((*sl)->id(), tTrigMean, tTrigSigma, kFactor, DTTimeUnits::ns);
90  LogVerbatim("Calibration") << "Keep old tTrig for: " << (*sl)->id() << " mean " << tTrigMean << " sigma "
91  << tTrigSigma << " kFactor " << kFactor << endl;
92  }
93  continue;
94  }
95  } //End of loop on superlayers
96 
97  //Write object to DB
98  LogVerbatim("Calibration") << "[DTTTrigCorrection]: Writing ttrig object to DB!" << endl;
99  string record = "DTTtrigRcd";
100  DTCalibDBUtils::writeToDB<DTTtrig>(record, tTrigNewMap);
101 }
Log< level::Info, true > LogVerbatim
int set(int wheelId, int stationId, int sectorId, int slId, float tTrig, float tTrms, float kFact, DTTimeUnits::type unit)
Definition: DTTtrig.cc:172
Log< level::Error, false > LogError
const DTTtrig * tTrigMap_
std::unique_ptr< dtCalibration::DTTTrigBaseCorrection > correctionAlgo_
edm::ESHandle< DTGeometry > muonGeom_
int get(int wheelId, int stationId, int sectorId, int slId, float &tTrig, float &tTrms, float &kFact, DTTimeUnits::type unit) const
get content
Definition: DTTtrig.cc:59
const std::vector< const DTSuperLayer * > & superLayers() const
Return a vector of all SuperLayer.
Definition: DTGeometry.cc:86

◆ endRun()

void DTTTrigCorrection::endRun ( const edm::Run run,
const edm::EventSetup setup 
)
inlineoverride

Definition at line 40 of file DTTTrigCorrection.h.

40 {};

Member Data Documentation

◆ correctionAlgo_

std::unique_ptr<dtCalibration::DTTTrigBaseCorrection> DTTTrigCorrection::correctionAlgo_
private

Definition at line 51 of file DTTTrigCorrection.h.

Referenced by beginRun(), and endJob().

◆ dtGeomToken_

edm::ESGetToken<DTGeometry, MuonGeometryRecord> DTTTrigCorrection::dtGeomToken_
private

Definition at line 49 of file DTTTrigCorrection.h.

Referenced by beginRun().

◆ muonGeom_

edm::ESHandle<DTGeometry> DTTTrigCorrection::muonGeom_
private

Definition at line 46 of file DTTTrigCorrection.h.

Referenced by beginRun(), and endJob().

◆ tTrigMap_

const DTTtrig* DTTTrigCorrection::tTrigMap_
private

Definition at line 45 of file DTTTrigCorrection.h.

Referenced by beginRun(), and endJob().

◆ ttrigToken_

edm::ESGetToken<DTTtrig, DTTtrigRcd> DTTTrigCorrection::ttrigToken_
private

Definition at line 48 of file DTTTrigCorrection.h.

Referenced by beginRun().