CMS 3D CMS Logo

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

#include <DTT0Correction.h>

Inheritance diagram for DTT0Correction:
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
 
 DTT0Correction (const edm::ParameterSet &pset)
 Constructor. More...
 
void endJob () override
 
 ~DTT0Correction () 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
 
ESProxyIndex const * esGetTokenIndices (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::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)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Attributes

std::unique_ptr< dtCalibration::DTT0BaseCorrectioncorrectionAlgo_
 
edm::ESHandle< DTGeometrymuonGeom_
 
const DTT0t0Map_
 

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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
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 that reads and corrects t0 DB

Definition at line 20 of file DTT0Correction.h.

Constructor & Destructor Documentation

DTT0Correction::DTT0Correction ( const edm::ParameterSet pset)

Constructor.

Definition at line 30 of file DTT0Correction.cc.

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

30  :
31  correctionAlgo_{DTT0CorrectionFactory::get()->create(pset.getParameter<string>("correctionAlgo"),
32  pset.getParameter<ParameterSet>("correctionAlgoConfig"))}
33 {
34  LogVerbatim("Calibration") << "[DTT0Correction] Constructor called" << endl;
35 }
T getParameter(std::string const &) const
std::unique_ptr< dtCalibration::DTT0BaseCorrection > correctionAlgo_
T get(const Candidate &c)
Definition: component.h:55
DTT0Correction::~DTT0Correction ( )
override

Destructor.

Definition at line 37 of file DTT0Correction.cc.

37  {
38  LogVerbatim("Calibration") << "[DTT0Correction] Destructor called" << endl;
39 }

Member Function Documentation

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

Definition at line 32 of file DTT0Correction.h.

32 {}
void DTT0Correction::beginJob ( void  )
inlineoverridevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 30 of file DTT0Correction.h.

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

30 {}
void DTT0Correction::beginRun ( const edm::Run run,
const edm::EventSetup setup 
)
override

Definition at line 41 of file DTT0Correction.cc.

References correctionAlgo_, edm::EventSetup::get(), muonGeom_, t0Map_, and DTT0::version().

41  {
42  // Get t0 record from DB
43  ESHandle<DTT0> t0H;
44  setup.get<DTT0Rcd>().get(t0H);
45  t0Map_ = &*t0H;
46  LogVerbatim("Calibration") << "[DTT0Correction]: T0 version: " << t0H->version() << endl;
47 
48  // Get geometry from Event Setup
49  setup.get<MuonGeometryRecord>().get(muonGeom_);
50 
51  // Pass EventSetup to correction Algo
52  correctionAlgo_->setES(setup);
53 }
const DTT0 * t0Map_
std::unique_ptr< dtCalibration::DTT0BaseCorrection > correctionAlgo_
edm::ESHandle< DTGeometry > muonGeom_
Definition: DTT0Rcd.h:9
T get() const
Definition: EventSetup.h:71
const std::string & version() const
access version
Definition: DTT0.cc:118
void DTT0Correction::endJob ( void  )
overridevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 55 of file DTT0Correction.cc.

References correctionAlgo_, DTTimeUnits::counts, MillePedeFileConverter_cfg::e, cms::Exception::explainSelf(), DTTopology::firstChannel(), DTT0::get(), DTTopology::lastChannel(), dtCalibration::DTT0Data::mean, muonGeom_, record, dtCalibration::DTT0Data::rms, DTT0::set(), mps_update::status, DTGeometry::superLayers(), and t0Map_.

Referenced by o2olib.O2ORunMgr::executeJob().

55  {
56  // Create the object to be written to DB
57  DTT0* t0NewMap = new DTT0();
58 
59  // Loop over all channels
60  for(vector<const DTSuperLayer*>::const_iterator sl = muonGeom_->superLayers().begin();
61  sl != muonGeom_->superLayers().end(); ++sl) {
62  for(vector<const DTLayer*>::const_iterator layer = (*sl)->layers().begin();
63  layer != (*sl)->layers().end(); ++layer) {
64  // Access layer topology
65  const DTTopology& dtTopo = (*layer)->specificTopology();
66  const int firstWire = dtTopo.firstChannel();
67  const int lastWire = dtTopo.lastChannel();
68  //const int nWires = dtTopo.channels();
69 
70  //Loop on wires
71  for(int wire = firstWire; wire <= lastWire; ++wire){
72  DTWireId wireId((*layer)->id(),wire);
73 
74  // Get old value from DB
75  float t0Mean,t0RMS;
76  int status = t0Map_->get(wireId,t0Mean,t0RMS,DTTimeUnits::counts);
77 
78  // Compute new t0 for this wire
79  try{
80  dtCalibration::DTT0Data t0Corr = correctionAlgo_->correction( wireId );
81  float t0MeanNew = t0Corr.mean;
82  float t0RMSNew = t0Corr.rms;
83  t0NewMap->set(wireId,t0MeanNew,t0RMSNew,DTTimeUnits::counts);
84 
85  LogVerbatim("Calibration") << "New t0 for: " << wireId
86  << " mean from " << t0Mean << " to " << t0MeanNew
87  << " rms from " << t0RMS << " to " << t0RMSNew << endl;
88  } catch(cms::Exception& e){
89  LogError("Calibration") << e.explainSelf();
90  // Set db to the old value, if it was there in the first place
91  if(!status){
92  t0NewMap->set(wireId,t0Mean,t0RMS,DTTimeUnits::counts);
93  LogVerbatim("Calibration") << "Keep old t0 for: " << wireId
94  << " mean " << t0Mean
95  << " rms " << t0RMS << endl;
96  }
97  continue;
98  }
99  } // End of loop on wires
100  } // End of loop on layers
101  } // End of loop on superlayers
102 
103  //Write object to DB
104  LogVerbatim("Calibration") << "[DTT0Correction]: Writing t0 object to DB!" << endl;
105  string record = "DTT0Rcd";
106  DTCalibDBUtils::writeToDB<DTT0>(record, t0NewMap);
107 }
int set(int wheelId, int stationId, int sectorId, int slId, int layerId, int cellId, float t0mean, float t0rms, DTTimeUnits::type unit)
Definition: DTT0.cc:140
const DTT0 * t0Map_
JetCorrectorParameters::Record record
Definition: classes.h:7
virtual std::string explainSelf() const
Definition: Exception.cc:108
std::unique_ptr< dtCalibration::DTT0BaseCorrection > correctionAlgo_
edm::ESHandle< DTGeometry > muonGeom_
int get(int wheelId, int stationId, int sectorId, int slId, int layerId, int cellId, float &t0mean, float &t0rms, DTTimeUnits::type unit) const
Definition: DTT0.cc:67
int firstChannel() const
Returns the wire number of the first wire.
Definition: DTTopology.h:78
int lastChannel() const
Returns the wire number of the last wire.
Definition: DTTopology.h:80
Definition: DTT0.h:53
const std::vector< const DTSuperLayer * > & superLayers() const
Return a vector of all SuperLayer.
Definition: DTGeometry.cc:107

Member Data Documentation

std::unique_ptr<dtCalibration::DTT0BaseCorrection> DTT0Correction::correctionAlgo_
private

Definition at line 42 of file DTT0Correction.h.

Referenced by beginRun(), and endJob().

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

Definition at line 40 of file DTT0Correction.h.

Referenced by beginRun(), and endJob().

const DTT0* DTT0Correction::t0Map_
private

Definition at line 39 of file DTT0Correction.h.

Referenced by beginRun(), and endJob().