CMS 3D CMS Logo

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

#include <DTTTrigCorrection.h>

Inheritance diagram for DTTTrigCorrection:
edm::EDAnalyzer 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
 
 ~DTTTrigCorrection () override
 Destructor. More...
 
- Public Member Functions inherited from edm::EDAnalyzer
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
std::string workerType () const
 
 ~EDAnalyzer () 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
 
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::vector< ModuleDescription const * > &modules, 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
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Attributes

dtCalibration::DTTTrigBaseCorrectioncorrectionAlgo_
 
std::string dbLabel_
 
edm::ESHandle< DTGeometrymuonGeom_
 
const DTTtrigtTrigMap_
 

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

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 23 of file DTTTrigCorrection.h.

Constructor & Destructor Documentation

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

Constructor.

Definition at line 35 of file DTTTrigCorrection.cc.

References correctionAlgo_, reco::get(), and edm::ParameterSet::getParameter().

35  :
36  dbLabel_( pset.getUntrackedParameter<string>("dbLabel", "") ) {
37 
38  LogVerbatim("Calibration") << "[DTTTrigCorrection] Constructor called" << endl;
39 
40  // Get the concrete algo from the factory
41  string theAlgoName = pset.getParameter<string>("correctionAlgo");
42  correctionAlgo_ = DTTTrigCorrectionFactory::get()->create(theAlgoName,pset.getParameter<ParameterSet>("correctionAlgoConfig"));
43 }
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
dtCalibration::DTTTrigBaseCorrection * correctionAlgo_
T get(const Candidate &c)
Definition: component.h:55
DTTTrigCorrection::~DTTTrigCorrection ( )
override

Destructor.

Definition at line 45 of file DTTTrigCorrection.cc.

References correctionAlgo_.

45  {
46  LogVerbatim("Calibration") << "[DTTTrigCorrection] Destructor called" << endl;
47  delete correctionAlgo_;
48 }
dtCalibration::DTTTrigBaseCorrection * correctionAlgo_

Member Function Documentation

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

Definition at line 35 of file DTTTrigCorrection.h.

35 {}
void DTTTrigCorrection::beginJob ( void  )
inlineoverridevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 33 of file DTTTrigCorrection.h.

References findQualityFiles::run, and GeneralSetup::setup().

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

Definition at line 50 of file DTTTrigCorrection.cc.

References correctionAlgo_, dbLabel_, edm::EventSetup::get(), muonGeom_, dtCalibration::DTTTrigBaseCorrection::setES(), tTrigMap_, and DTTtrig::version().

50  {
51  // Get tTrig record from DB
52  ESHandle<DTTtrig> tTrig;
53  setup.get<DTTtrigRcd>().get(dbLabel_,tTrig);
54  tTrigMap_ = &*tTrig;
55  LogVerbatim("Calibration") << "[DTTTrigCorrection]: TTrig version: " << tTrig->version() << endl;
56 
57  // Get geometry from Event Setup
58  setup.get<MuonGeometryRecord>().get(muonGeom_);
59 
60  // Pass EventSetup to correction Algo
61  correctionAlgo_->setES(setup);
62 }
const std::string & version() const
access version
Definition: DTTtrig.cc:231
virtual void setES(const edm::EventSetup &setup)=0
const DTTtrig * tTrigMap_
edm::ESHandle< DTGeometry > muonGeom_
T get() const
Definition: EventSetup.h:63
dtCalibration::DTTTrigBaseCorrection * correctionAlgo_
void DTTTrigCorrection::endJob ( void  )
overridevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 64 of file DTTTrigCorrection.cc.

References dtCalibration::DTTTrigBaseCorrection::correction(), correctionAlgo_, MillePedeFileConverter_cfg::e, cms::Exception::explainSelf(), DTTtrig::get(), DTAnalyzerDetailed_cfi::kFactor, dtCalibration::DTTTrigData::kFactor, dtCalibration::DTTTrigData::mean, muonGeom_, DTTimeUnits::ns, record, DTTtrig::set(), dtCalibration::DTTTrigData::sigma, mps_update::status, DTGeometry::superLayers(), and tTrigMap_.

Referenced by o2olib.O2ORunMgr::executeJob().

64  {
65  // Create the object to be written to DB
66  DTTtrig* tTrigNewMap = new DTTtrig();
67 
68  for(vector<const DTSuperLayer*>::const_iterator sl = muonGeom_->superLayers().begin();
69  sl != muonGeom_->superLayers().end(); ++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()
83  << " mean from " << tTrigMean << " to " << tTrigMeanNew
84  << " sigma from " << tTrigSigma << " to " << tTrigSigmaNew
85  << " kFactor from " << kFactor << " to " << kFactorNew << endl;
86  } catch(cms::Exception& e){
87  LogError("Calibration") << e.explainSelf();
88  // Set db to the old value, if it was there in the first place
89  if(!status){
90  tTrigNewMap->set((*sl)->id(),tTrigMean,tTrigSigma,kFactor,DTTimeUnits::ns);
91  LogVerbatim("Calibration") << "Keep old tTrig for: " << (*sl)->id()
92  << " mean " << tTrigMean
93  << " sigma " << tTrigSigma
94  << " kFactor " << kFactor << endl;
95  }
96  continue;
97  }
98  }//End of loop on superlayers
99 
100  //Write object to DB
101  LogVerbatim("Calibration") << "[DTTTrigCorrection]: Writing ttrig object to DB!" << endl;
102  string record = "DTTtrigRcd";
103  DTCalibDBUtils::writeToDB<DTTtrig>(record, tTrigNewMap);
104 }
int set(int wheelId, int stationId, int sectorId, int slId, float tTrig, float tTrms, float kFact, DTTimeUnits::type unit)
Definition: DTTtrig.cc:248
virtual DTTTrigData correction(const DTSuperLayerId &)=0
JetCorrectorParameters::Record record
Definition: classes.h:7
virtual std::string explainSelf() const
Definition: Exception.cc:146
const DTTtrig * tTrigMap_
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:85
edm::ESHandle< DTGeometry > muonGeom_
dtCalibration::DTTTrigBaseCorrection * correctionAlgo_
const std::vector< const DTSuperLayer * > & superLayers() const
Return a vector of all SuperLayer.
Definition: DTGeometry.cc:89

Member Data Documentation

dtCalibration::DTTTrigBaseCorrection* DTTTrigCorrection::correctionAlgo_
private

Definition at line 46 of file DTTTrigCorrection.h.

Referenced by beginRun(), DTTTrigCorrection(), endJob(), and ~DTTTrigCorrection().

std::string DTTTrigCorrection::dbLabel_
private

Definition at line 41 of file DTTTrigCorrection.h.

Referenced by beginRun().

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

Definition at line 44 of file DTTTrigCorrection.h.

Referenced by beginRun(), and endJob().

const DTTtrig* DTTTrigCorrection::tTrigMap_
private

Definition at line 43 of file DTTTrigCorrection.h.

Referenced by beginRun(), and endJob().