#include <DTSegment4DQuality.h>
Public Member Functions | |
void | analyze (const edm::Event &event, const edm::EventSetup &eventSetup) |
Perform the real analysis. More... | |
virtual void | beginRun (const edm::Run &iRun, const edm::EventSetup &setup) |
DTSegment4DQuality (const edm::ParameterSet &pset) | |
Constructor. More... | |
void | endJob () |
void | endLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &c) |
virtual | ~DTSegment4DQuality () |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
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 Attributes | |
DQMStore * | dbe_ |
bool | debug |
bool | doall |
HRes4DHit * | h4DHit |
HRes4DHit * | h4DHit_W0 |
HRes4DHit * | h4DHit_W1 |
HRes4DHit * | h4DHit_W2 |
HRes4DHit * | h4DHitWS [3][4] |
HEff4DHit * | hEff_All |
HEff4DHit * | hEff_W0 |
HEff4DHit * | hEff_W1 |
HEff4DHit * | hEff_W2 |
HEff4DHit * | hEffWS [3][4] |
bool | local |
std::string | rootFileName |
edm::InputTag | segment4DLabel |
edm::EDGetTokenT < DTRecSegment4DCollection > | segment4DToken_ |
double | sigmaResAlpha |
double | sigmaResBeta |
double | sigmaResX |
double | sigmaResY |
edm::InputTag | simHitLabel |
edm::EDGetTokenT < edm::PSimHitContainer > | simHitToken_ |
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 &) |
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) |
Basic analyzer class which accesses 4D DTSegments and plots resolution comparing reconstructed and simulated quantities
Only true 4D segments are considered. Station 4 segments are not looked at. FIXME: Add flag to consider also segments with only phi view? Possible bias?
Residual/pull plots are filled for the reco segment with alpha closest to the simulated muon direction (defined from muon simhits in the chamber).
Efficiencies are defined as reconstructed 4D segments with alpha, beta, x, y, within 5 sigma relative to the sim muon, with sigmas specified in the config. Note that loss of even only one of the two views is considered as inefficiency!
Definition at line 43 of file DTSegment4DQuality.h.
DTSegment4DQuality::DTSegment4DQuality | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 47 of file DTSegment4DQuality.cc.
|
virtual |
Destructor.
Definition at line 115 of file DTSegment4DQuality.cc.
|
virtual |
Perform the real analysis.
Implements edm::EDAnalyzer.
Definition at line 147 of file DTSegment4DQuality.cc.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 71 of file DTSegment4DQuality.cc.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 122 of file DTSegment4DQuality.cc.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 118 of file DTSegment4DQuality.cc.
|
private |
Definition at line 97 of file DTSegment4DQuality.h.
|
private |
Definition at line 70 of file DTSegment4DQuality.h.
|
private |
Definition at line 98 of file DTSegment4DQuality.h.
|
private |
Definition at line 85 of file DTSegment4DQuality.h.
|
private |
Definition at line 86 of file DTSegment4DQuality.h.
|
private |
Definition at line 87 of file DTSegment4DQuality.h.
|
private |
Definition at line 88 of file DTSegment4DQuality.h.
|
private |
Definition at line 89 of file DTSegment4DQuality.h.
|
private |
Definition at line 91 of file DTSegment4DQuality.h.
|
private |
Definition at line 92 of file DTSegment4DQuality.h.
|
private |
Definition at line 93 of file DTSegment4DQuality.h.
|
private |
Definition at line 94 of file DTSegment4DQuality.h.
|
private |
Definition at line 95 of file DTSegment4DQuality.h.
|
private |
Definition at line 99 of file DTSegment4DQuality.h.
|
private |
Definition at line 72 of file DTSegment4DQuality.h.
|
private |
Definition at line 75 of file DTSegment4DQuality.h.
|
private |
Definition at line 77 of file DTSegment4DQuality.h.
|
private |
Definition at line 82 of file DTSegment4DQuality.h.
|
private |
Definition at line 83 of file DTSegment4DQuality.h.
|
private |
Definition at line 79 of file DTSegment4DQuality.h.
|
private |
Definition at line 80 of file DTSegment4DQuality.h.
|
private |
Definition at line 74 of file DTSegment4DQuality.h.
|
private |
Definition at line 76 of file DTSegment4DQuality.h.