#include <ME0SegmentsValidation.h>
Private Types | |
typedef std::map< ME0SegmentCollection::const_iterator, std::vector< ME0RecHit > > | MapTypeSeg |
typedef std::map< edm::SimTrackContainer::const_iterator, edm::PSimHitContainer > | MapTypeSim |
Additional Inherited Members | |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
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) |
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) |
Protected Attributes inherited from ME0BaseValidation | |
edm::EDGetToken | InputTagToken_ |
std::vector< std::string > | layerLabel |
int | nBinXY_ |
std::vector< double > | nBinZR_ |
std::vector< double > | RangeZR_ |
std::vector< std::string > | regionLabel |
Protected Attributes inherited from DQMEDAnalyzer | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
Definition at line 17 of file ME0SegmentsValidation.h.
|
private |
Definition at line 58 of file ME0SegmentsValidation.h.
|
private |
Definition at line 57 of file ME0SegmentsValidation.h.
|
explicit |
Definition at line 5 of file ME0SegmentsValidation.cc.
References eta_max_, eta_min_, edm::ParameterSet::getParameter(), InputTagToken_, InputTagToken_Digis, InputTagToken_Segments, InputTagTokenST_, isMuonGun_, pt_min_, sigma_x_, and sigma_y_.
|
override |
Definition at line 86 of file ME0SegmentsValidation.cc.
|
overridevirtual |
Implements ME0BaseValidation.
Definition at line 90 of file ME0SegmentsValidation.cc.
References funct::abs(), relativeConstraints::chamber, ME0Geometry::chamber(), vertices_cff::chi2, KineDebug3::count(), PV3DBase< T, PVType, FrameType >::eta(), ME0Geometry::etaPartition(), MonitorElement::Fill(), objects.autophobj::float, edm::EventSetup::get(), edm::Event::getByToken(), runTauDisplay::gp, triggerObjects_cff::id, ME0Geometry::idToDet(), InputTagToken_, InputTagToken_Digis, InputTagToken_Segments, InputTagTokenST_, createfilelist::int, isMatched(), isSimMatched(), isSimTrackGood(), edm::HandleBase::isValid(), me0_matchedsimsegment_eta, me0_matchedsimsegment_phi, me0_matchedsimsegment_pt, me0_segment_chi2, me0_segment_ndof, me0_segment_numRH, me0_segment_numRHBkg, me0_segment_numRHSig, me0_segment_redchi2, me0_segment_size, me0_segment_time, me0_segment_timeErr, me0_simsegment_eta, me0_simsegment_phi, me0_simsegment_pt, me0_specRH_DeltaX, me0_specRH_DeltaY, me0_specRH_PullX, me0_specRH_PullY, me0_specRH_xy, me0_specRH_zr, ndof, PV3DBase< T, PVType, FrameType >::phi(), jets_cff::quality, mps_fire::result, mathSSE::return(), sigma_x_, sigma_y_, simTrackMatching_cfi::simTrack, tkConvValidator_cfi::simTracks, mathSSE::sqrt(), GeomDet::surface(), ntuplemaker::time, Surface::toGlobal(), x, and y.
|
overridevirtual |
Implements DQMEDAnalyzer.
Definition at line 19 of file ME0SegmentsValidation.cc.
References DQMStore::IBooker::book1D(), ME0BaseValidation::BookHistXY(), ME0BaseValidation::BookHistZR(), ME0BaseValidation::layerLabel, LogDebug, M_PI, me0_matchedsimsegment_eta, me0_matchedsimsegment_phi, me0_matchedsimsegment_pt, me0_segment_chi2, me0_segment_ndof, me0_segment_numRH, me0_segment_numRHBkg, me0_segment_numRHSig, me0_segment_redchi2, me0_segment_size, me0_segment_time, me0_segment_timeErr, me0_simsegment_eta, me0_simsegment_phi, me0_simsegment_pt, me0_specRH_DeltaX, me0_specRH_DeltaY, me0_specRH_PullX, me0_specRH_PullY, me0_specRH_xy, me0_specRH_zr, ME0BaseValidation::regionLabel, DQMStore::IBooker::setCurrentFolder(), and AlCaHLTBitMon_QueryRunRegistry::string.
std::pair< int, int > ME0SegmentsValidation::isMatched | ( | ME0DetId | me0id, |
LocalPoint | rhLP, | ||
edm::Handle< ME0DigiPreRecoCollection > | ME0Digis | ||
) |
Definition at line 332 of file ME0SegmentsValidation.cc.
References ME0DetId::chamber(), relativeConstraints::chamber, createfilelist::int, ME0DetId::layer(), objects.autophobj::particleType, ME0DetId::region(), mps_fire::result, ME0DetId::roll(), PV3DBase< T, PVType, FrameType >::x(), and PV3DBase< T, PVType, FrameType >::y().
Referenced by analyze().
bool ME0SegmentsValidation::isSimMatched | ( | edm::SimTrackContainer::const_iterator | simTrack, |
edm::PSimHitContainer::const_iterator | itHit | ||
) |
Definition at line 398 of file ME0SegmentsValidation.cc.
References mps_fire::result.
Referenced by analyze().
bool ME0SegmentsValidation::isSimTrackGood | ( | edm::SimTrackContainer::const_iterator | simTrack | ) |
Definition at line 384 of file ME0SegmentsValidation.cc.
References funct::abs(), PVValHelper::eta, eta_max_, isMuonGun_, and pt_min_.
Referenced by analyze().
|
private |
Definition at line 53 of file ME0SegmentsValidation.h.
Referenced by isSimTrackGood(), and ME0SegmentsValidation().
|
private |
Definition at line 53 of file ME0SegmentsValidation.h.
Referenced by ME0SegmentsValidation().
|
private |
Definition at line 48 of file ME0SegmentsValidation.h.
Referenced by analyze(), and ME0SegmentsValidation().
|
private |
Definition at line 47 of file ME0SegmentsValidation.h.
Referenced by analyze(), and ME0SegmentsValidation().
|
private |
Definition at line 46 of file ME0SegmentsValidation.h.
Referenced by analyze(), and ME0SegmentsValidation().
|
private |
Definition at line 49 of file ME0SegmentsValidation.h.
Referenced by analyze(), and ME0SegmentsValidation().
|
private |
Definition at line 55 of file ME0SegmentsValidation.h.
Referenced by isSimTrackGood(), and ME0SegmentsValidation().
|
private |
Definition at line 39 of file ME0SegmentsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 39 of file ME0SegmentsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 39 of file ME0SegmentsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 30 of file ME0SegmentsValidation.h.
|
private |
Definition at line 33 of file ME0SegmentsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 36 of file ME0SegmentsValidation.h.
|
private |
Definition at line 33 of file ME0SegmentsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 35 of file ME0SegmentsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 35 of file ME0SegmentsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 35 of file ME0SegmentsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 36 of file ME0SegmentsValidation.h.
|
private |
Definition at line 33 of file ME0SegmentsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 36 of file ME0SegmentsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 34 of file ME0SegmentsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 34 of file ME0SegmentsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 38 of file ME0SegmentsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 38 of file ME0SegmentsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 38 of file ME0SegmentsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 41 of file ME0SegmentsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 42 of file ME0SegmentsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 43 of file ME0SegmentsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 44 of file ME0SegmentsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 29 of file ME0SegmentsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 31 of file ME0SegmentsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 51 of file ME0SegmentsValidation.h.
|
private |
Definition at line 54 of file ME0SegmentsValidation.h.
Referenced by isSimTrackGood(), and ME0SegmentsValidation().
|
private |
Definition at line 52 of file ME0SegmentsValidation.h.
Referenced by analyze(), and ME0SegmentsValidation().
|
private |
Definition at line 52 of file ME0SegmentsValidation.h.
Referenced by analyze(), and ME0SegmentsValidation().