![]() |
![]() |
#include <DTT0Calibration.h>
Public Member Functions | |
void | analyze (const edm::Event &event, const edm::EventSetup &eventSetup) |
Fill the maps with t0 (by channel) More... | |
DTT0Calibration (const edm::ParameterSet &pset) | |
Constructor. More... | |
void | endJob () |
Compute the mean and the RMS of the t0 from the maps and write them to the DB with channel granularity. More... | |
virtual | ~DTT0Calibration () |
Destructor. More... | |
![]() | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
![]() | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
std::string | getHistoName (const DTWireId &wId) const |
std::string | getHistoName (const DTLayerId &lId) const |
Private Attributes | |
std::vector< std::string > | cellsWithHistos |
bool | correctByChamberMean_ |
bool | debug |
std::string | digiLabel |
edm::ESHandle< DTGeometry > | dtGeom |
unsigned int | eventsForLayerT0 |
unsigned int | eventsForWireT0 |
TH1D * | hT0SectorHisto |
std::map< DTWireId, double > | mK |
std::map< DTWireId, double > | mK_ref |
std::map< DTWireId, int > | nDigiPerWire |
std::map< DTWireId, int > | nDigiPerWire_ref |
unsigned int | nevents |
std::map< DTWireId, double > | qK |
unsigned int | rejectDigiFromPeak |
int | selSector |
int | selWheel |
std::map< DTWireId, double > | theAbsoluteT0PerWire |
std::string | theCalibSector |
std::string | theCalibWheel |
TFile * | theFile |
std::map< DTLayerId, TH1I * > | theHistoLayerMap |
std::map< DTWireId, TH1I * > | theHistoWireMap |
std::map< DTWireId, TH1I * > | theHistoWireMap_ref |
TFile * | theOutputFile |
std::map< DTWireId, double > | theRelativeT0PerWire |
std::map< std::string, double > | theSigmaT0LayerMap |
std::map< DTWireId, double > | theSigmaT0PerWire |
std::map< std::string, double > | theT0LayerMap |
double | tpPeakWidth |
std::vector< DTWireId > | wireIdWithHistos |
Additional Inherited Members | |
![]() | |
typedef EDAnalyzer | ModuleType |
![]() | |
typedef ProductLabels | Labels |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
![]() | |
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 computes the mean and RMS of t0 from pulses. Those values are written in the DB with cell granularity. The mean value for each channel is normalized to a reference time common to all the sector. The t0 of wires in odd layers are corrected for the relative difference between odd and even layers
Definition at line 28 of file DTT0Calibration.h.
DTT0Calibration::DTT0Calibration | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 27 of file DTT0Calibration.cc.
|
virtual |
Destructor.
Definition at line 84 of file DTT0Calibration.cc.
|
virtual |
Fill the maps with t0 (by channel)
Perform the real analysis.
Implements edm::EDAnalyzer.
Definition at line 92 of file DTT0Calibration.cc.
|
virtual |
Compute the mean and the RMS of the t0 from the maps and write them to the DB with channel granularity.
Loop on superlayer to correct between even-odd layers (2 different test pulse lines!)
Change t0 absolute reference -> from sector peak to chamber average
Write the t0 map into DB
Reimplemented from edm::EDAnalyzer.
Definition at line 271 of file DTT0Calibration.cc.
|
private |
Definition at line 484 of file DTT0Calibration.cc.
|
private |
Definition at line 493 of file DTT0Calibration.cc.
|
private |
Definition at line 92 of file DTT0Calibration.h.
|
private |
Definition at line 77 of file DTT0Calibration.h.
|
private |
Definition at line 53 of file DTT0Calibration.h.
|
private |
Definition at line 56 of file DTT0Calibration.h.
|
private |
Definition at line 111 of file DTT0Calibration.h.
|
private |
Definition at line 66 of file DTT0Calibration.h.
|
private |
Definition at line 68 of file DTT0Calibration.h.
|
private |
Definition at line 88 of file DTT0Calibration.h.
|
private |
Definition at line 100 of file DTT0Calibration.h.
|
private |
Definition at line 101 of file DTT0Calibration.h.
|
private |
Definition at line 98 of file DTT0Calibration.h.
|
private |
Definition at line 99 of file DTT0Calibration.h.
|
private |
Definition at line 64 of file DTT0Calibration.h.
|
private |
Definition at line 102 of file DTT0Calibration.h.
|
private |
Definition at line 71 of file DTT0Calibration.h.
|
private |
Definition at line 83 of file DTT0Calibration.h.
|
private |
Definition at line 81 of file DTT0Calibration.h.
|
private |
Definition at line 95 of file DTT0Calibration.h.
|
private |
Definition at line 82 of file DTT0Calibration.h.
|
private |
Definition at line 80 of file DTT0Calibration.h.
|
private |
Definition at line 59 of file DTT0Calibration.h.
|
private |
Definition at line 86 of file DTT0Calibration.h.
|
private |
Definition at line 104 of file DTT0Calibration.h.
|
private |
Definition at line 105 of file DTT0Calibration.h.
|
private |
Definition at line 61 of file DTT0Calibration.h.
|
private |
Definition at line 96 of file DTT0Calibration.h.
|
private |
Definition at line 108 of file DTT0Calibration.h.
|
private |
Definition at line 97 of file DTT0Calibration.h.
|
private |
Definition at line 107 of file DTT0Calibration.h.
|
private |
Definition at line 74 of file DTT0Calibration.h.
|
private |
Definition at line 91 of file DTT0Calibration.h.