#include <DQM/SiStripCommissioningSources/plugins/tracking/SiStripFineDelayHit.cc>
Private Types | |
using | DeviceMask = std::pair< uint32_t, uint32_t > |
Private Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
std::pair< const SiStripCluster *, double > | closestCluster (const TrackerGeometry &tracker, const reco::Track *tk, const uint32_t &detId, const edmNew::DetSetVector< SiStripCluster > &clusters, const edm::DetSetVector< SiStripDigi > &hits) |
std::vector< std::pair< uint32_t, std::pair< double, double > > > | detId (const TrackerGeometry &tracker, const TrackerTopology *tkrTopo, const reco::Track *tk, const std::vector< Trajectory > &trajVec, const StripSubdetector::SubDetector subdet=StripSubdetector::TIB, const int substructure=0xff) |
std::vector< std::pair< uint32_t, std::pair< double, double > > > | detId (const TrackerGeometry &tracker, const TrackerTopology *tkrTopo, const reco::Track *tk, const std::vector< Trajectory > &trajVec, const uint32_t &maskDetId, const uint32_t &rootDetId) |
DeviceMask | deviceMask (const StripSubdetector::SubDetector subdet, const int substructure, const TrackerTopology *tkrTopo) |
void | produce (edm::Event &, const edm::EventSetup &) override |
virtual void | produceNoTracking (edm::Event &, const edm::EventSetup &) |
bool | rechit (reco::Track *tk, uint32_t detId) |
Private Attributes | |
SiStripFineDelayTLA * | anglefinder_ |
edm::EDGetTokenT< edmNew::DetSetVector< SiStripCluster > > | clustersToken_ |
std::map< uint32_t, uint32_t > | connectionMap_ |
bool | cosmic_ |
edm::EDGetTokenT< edm::DetSetVector< SiStripDigi > > | digiToken_ |
const edm::Event * | event_ |
int | explorationWindow_ |
bool | field_ |
bool | homeMadeClusters_ |
edm::EDGetTokenT< SiStripEventSummary > | inputModuleToken_ |
double | maxAngle_ |
double | maxClusterDistance_ |
double | minTrackP2_ |
int | mode_ |
bool | noTracking_ |
edm::EDGetTokenT< TrajectorySeedCollection > | seedcollToken_ |
edm::EDGetTokenT< reco::TrackCollection > | trackCollectionToken_ |
edm::EDGetTokenT< std::vector< Trajectory > > | trackToken_ |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | 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::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsInputProcessBlocks () |
static bool | wantsProcessBlocks () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Protected Member Functions inherited from edm::ProducerBase | |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces () |
declare what type of product will make and with which optional label More... | |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<BranchType B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<Transition B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () noexcept |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 39 of file SiStripFineDelayHit.h.
|
private |
Definition at line 48 of file SiStripFineDelayHit.h.
|
explicit |
Definition at line 75 of file SiStripFineDelayHit.cc.
References anglefinder_, clustersToken_, cosmic_, digiToken_, explorationWindow_, field_, edm::ParameterSet::getParameter(), homeMadeClusters_, inputModuleToken_, maxAngle_, maxClusterDistance_, minTrackP2_, mode_, noTracking_, seedcollToken_, trackCollectionToken_, and trackToken_.
|
override |
|
overrideprivatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 614 of file SiStripFineDelayHit.cc.
References SiStripCommissioningClient_cfg::conn, connectionMap_, SiStripFedCabling::fedConnections(), PixelSLinkDataInputSource_cfi::fedid, SiStripFedCabling::fedIds(), l1tstage2emulator_dqm_sourceclient-live_cfg::feds, edm::EventSetup::get(), get, and sistrip::invalid_.
|
private |
Definition at line 260 of file SiStripFineDelayHit.cc.
References SiStripCluster::barycenter(), bsc_activity_cfg::clusters, edm::DetSet< T >::end(), mps_fire::end, explorationWindow_, hfClusterShapes_cfi::hits, homeMadeClusters_, createfilelist::int, LogDebug, Topology::measurementPosition(), AlCaHLTBitMon_ParallelJobs::p, reco::Track::recHitsBegin(), reco::Track::recHitsEnd(), mps_fire::result, GeomDet::topology(), and PbPb_ZMuSkimMuonDPG_cff::tracker.
Referenced by produce().
|
private |
Definition at line 148 of file SiStripFineDelayHit.cc.
References deviceMask(), and PbPb_ZMuSkimMuonDPG_cff::tracker.
Referenced by produce().
|
private |
Definition at line 163 of file SiStripFineDelayHit.cc.
References anglefinder_, funct::cos(), cosmic_, TauDecayModes::dec, event_, field_, spr::find(), SiStripFineDelayTLA::findtrackangle(), edm::Event::getByToken(), runTauDisplay::gp, mps_fire::i, LogDebug, maxAngle_, reco::TrackBase::momentum(), reco::TrackBase::parameters(), Pi, DetId::rawId(), reco::Track::recHitsEnd(), mps_fire::result, seedcollToken_, TrackerTopology::tecDetId(), TrackerTopology::tidDetId(), SiStripFineDelayTOF::timeOfFlight(), PbPb_ZMuSkimMuonDPG_cff::tracker, and SiStripFineDelayTOF::trackParameters().
|
private |
Definition at line 115 of file SiStripFineDelayHit.cc.
References funct::abs(), DetId::rawId(), StripSubdetector::TEC, TrackerTopology::tecDetId(), StripSubdetector::TIB, TrackerTopology::tibDetId(), StripSubdetector::TID, TrackerTopology::tidDetId(), StripSubdetector::TOB, and TrackerTopology::tobDetId().
Referenced by detId(), and produceNoTracking().
|
overrideprivatevirtual |
Implements edm::EDProducer.
Definition at line 377 of file SiStripFineDelayHit.cc.
References funct::abs(), anglefinder_, sistrip::APV_LATENCY, closestCluster(), bsc_activity_cfg::clusters, clustersToken_, connectionMap_, detId(), digiToken_, event_, sistrip::FINE_DELAY, edm::EventSetup::get(), get, hfClusterShapes_cfi::hits, homeMadeClusters_, iEvent, SiStripFineDelayTLA::init(), inputModuleToken_, createfilelist::int, LogDebug, maxClusterDistance_, minTrackP2_, mode_, eostools::move(), noTracking_, convertSQLitetoXML_cfg::output, produceNoTracking(), edm::ESHandle< T >::product(), SiStripEventSummary::runType(), edmLumisInFiles::summary, StripSubdetector::TEC, StripSubdetector::TIB, StripSubdetector::TID, StripSubdetector::TOB, duplicaterechits_cfi::trackCollection, trackCollectionToken_, PbPb_ZMuSkimMuonDPG_cff::tracker, PDWG_EXOHSCP_cff::tracks, trackToken_, and trackerHitRTTI::vector.
|
privatevirtual |
Definition at line 529 of file SiStripFineDelayHit.cc.
References bsc_activity_cfg::clusters, clustersToken_, connectionMap_, TauDecayModes::dec, deviceMask(), mps_fire::end, event_, edm::EventSetup::get(), get, SiStripNoises::getNoise(), SiStripNoises::getRange(), iEvent, inputModuleToken_, LogDebug, mode_, eostools::move(), hgcalDigitizer_cfi::noise, convertSQLitetoXML_cfg::output, edm::ESHandle< T >::product(), edmLumisInFiles::summary, StripSubdetector::TEC, StripSubdetector::TIB, StripSubdetector::TID, and StripSubdetector::TOB.
Referenced by produce().
|
private |
Definition at line 249 of file SiStripFineDelayHit.cc.
References reco::Track::recHitsBegin(), and reco::Track::recHitsEnd().
|
private |
Definition at line 73 of file SiStripFineDelayHit.h.
Referenced by detId(), produce(), SiStripFineDelayHit(), and ~SiStripFineDelayHit().
|
private |
Definition at line 84 of file SiStripFineDelayHit.h.
Referenced by produce(), produceNoTracking(), and SiStripFineDelayHit().
|
private |
Definition at line 86 of file SiStripFineDelayHit.h.
Referenced by beginRun(), produce(), and produceNoTracking().
|
private |
Definition at line 75 of file SiStripFineDelayHit.h.
Referenced by detId(), and SiStripFineDelayHit().
|
private |
Definition at line 83 of file SiStripFineDelayHit.h.
Referenced by produce(), and SiStripFineDelayHit().
|
private |
Definition at line 74 of file SiStripFineDelayHit.h.
Referenced by detId(), produce(), and produceNoTracking().
|
private |
Definition at line 78 of file SiStripFineDelayHit.h.
Referenced by closestCluster(), and SiStripFineDelayHit().
|
private |
Definition at line 75 of file SiStripFineDelayHit.h.
Referenced by detId(), and SiStripFineDelayHit().
|
private |
Definition at line 75 of file SiStripFineDelayHit.h.
Referenced by closestCluster(), produce(), and SiStripFineDelayHit().
|
private |
Definition at line 81 of file SiStripFineDelayHit.h.
Referenced by produce(), produceNoTracking(), and SiStripFineDelayHit().
|
private |
Definition at line 76 of file SiStripFineDelayHit.h.
Referenced by detId(), and SiStripFineDelayHit().
|
private |
Definition at line 76 of file SiStripFineDelayHit.h.
Referenced by produce(), and SiStripFineDelayHit().
|
private |
Definition at line 76 of file SiStripFineDelayHit.h.
Referenced by produce(), and SiStripFineDelayHit().
|
private |
Definition at line 77 of file SiStripFineDelayHit.h.
Referenced by produce(), produceNoTracking(), and SiStripFineDelayHit().
|
private |
Definition at line 75 of file SiStripFineDelayHit.h.
Referenced by produce(), and SiStripFineDelayHit().
|
private |
Definition at line 80 of file SiStripFineDelayHit.h.
Referenced by detId(), and SiStripFineDelayHit().
|
private |
Definition at line 82 of file SiStripFineDelayHit.h.
Referenced by produce(), and SiStripFineDelayHit().
|
private |
Definition at line 85 of file SiStripFineDelayHit.h.
Referenced by produce(), and SiStripFineDelayHit().