#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 | endRun (const edm::Run &, const edm::EventSetup &) override |
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_ |
edm::ESGetToken< SiStripFedCabling, SiStripFedCablingRcd > | fedCablingToken_ |
bool | field_ |
bool | homeMadeClusters_ |
edm::EDGetTokenT< SiStripEventSummary > | inputModuleToken_ |
double | maxAngle_ |
double | maxClusterDistance_ |
double | minTrackP2_ |
int | mode_ |
edm::ESGetToken< SiStripNoises, SiStripNoisesRcd > | noiseToken_ |
bool | noTracking_ |
edm::EDGetTokenT< TrajectorySeedCollection > | seedcollToken_ |
edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecord > | tkGeomToken_ |
edm::EDGetTokenT< reco::TrackCollection > | trackCollectionToken_ |
edm::EDGetTokenT< std::vector< Trajectory > > | trackToken_ |
edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > | tTopoToken_ |
Additional Inherited Members | |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
template<typename T > | |
using | BranchAliasSetterT = ProductRegistryHelper::BranchAliasSetterT< T > |
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::ProducerBase | |
template<Transition Tr = Transition::Event> | |
auto | produces (std::string instanceName) noexcept |
declare what type of product will make and with which optional label More... | |
template<Transition B> | |
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) |
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 () |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
template<Transition Tr = Transition::Event> | |
auto | produces () noexcept |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 41 of file SiStripFineDelayHit.h.
|
private |
Definition at line 51 of file SiStripFineDelayHit.h.
|
explicit |
Definition at line 65 of file SiStripFineDelayHit.cc.
References anglefinder_, clustersToken_, edm::EDConsumerBase::consumesCollector(), cosmic_, digiToken_, edm::EDConsumerBase::esConsumes(), explorationWindow_, fedCablingToken_, field_, edm::ParameterSet::getParameter(), homeMadeClusters_, inputModuleToken_, maxAngle_, maxClusterDistance_, minTrackP2_, mode_, noiseToken_, noTracking_, seedcollToken_, tkGeomToken_, trackCollectionToken_, trackToken_, and tTopoToken_.
|
override |
Definition at line 101 of file SiStripFineDelayHit.cc.
References anglefinder_.
|
overrideprivate |
Definition at line 605 of file SiStripFineDelayHit.cc.
References getInfo::conn, connectionMap_, fedCablingToken_, PixelSLinkDataInputSource_cfi::fedid, l1tstage2emulator_dqm_sourceclient-live_cfg::feds, edm::EventSetup::getData(), and sistrip::invalid_.
|
private |
Definition at line 255 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 143 of file SiStripFineDelayHit.cc.
References deviceMask(), gpuClustering::pixelStatus::mask, and PbPb_ZMuSkimMuonDPG_cff::tracker.
Referenced by produce().
|
private |
Definition at line 158 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 110 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().
|
inlineoverrideprivate |
Definition at line 49 of file SiStripFineDelayHit.h.
|
overrideprivatevirtual |
Implements edm::one::EDProducerBase.
Definition at line 372 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::getData(), hfClusterShapes_cfi::hits, homeMadeClusters_, iEvent, SiStripFineDelayTLA::init(), inputModuleToken_, createfilelist::int, LogDebug, maxClusterDistance_, minTrackP2_, mode_, eostools::move(), noTracking_, convertSQLitetoXML_cfg::output, produceNoTracking(), SiStripEventSummary::runType(), edmLumisInFiles::summary, StripSubdetector::TEC, StripSubdetector::TIB, StripSubdetector::TID, tkGeomToken_, StripSubdetector::TOB, JetHT_cfg::trackCollection, trackCollectionToken_, PbPb_ZMuSkimMuonDPG_cff::tracker, pwdgSkimBPark_cfi::tracks, trackToken_, tTopoToken_, and trackerHitRTTI::vector.
|
privatevirtual |
Definition at line 522 of file SiStripFineDelayHit.cc.
References bsc_activity_cfg::clusters, clustersToken_, connectionMap_, TauDecayModes::dec, deviceMask(), mps_fire::end, event_, edm::EventSetup::getData(), iEvent, inputModuleToken_, LogDebug, gpuClustering::pixelStatus::mask, mode_, eostools::move(), hgchebackDigitizer_cfi::noise, hgcalLayerClusters_cfi::noises, noiseToken_, convertSQLitetoXML_cfg::output, edmLumisInFiles::summary, StripSubdetector::TEC, StripSubdetector::TIB, StripSubdetector::TID, StripSubdetector::TOB, and tTopoToken_.
Referenced by produce().
|
private |
Definition at line 244 of file SiStripFineDelayHit.cc.
References reco::Track::recHitsBegin(), and reco::Track::recHitsEnd().
|
private |
Definition at line 76 of file SiStripFineDelayHit.h.
Referenced by detId(), produce(), SiStripFineDelayHit(), and ~SiStripFineDelayHit().
|
private |
Definition at line 87 of file SiStripFineDelayHit.h.
Referenced by produce(), produceNoTracking(), and SiStripFineDelayHit().
|
private |
Definition at line 89 of file SiStripFineDelayHit.h.
Referenced by beginRun(), produce(), and produceNoTracking().
|
private |
Definition at line 78 of file SiStripFineDelayHit.h.
Referenced by detId(), and SiStripFineDelayHit().
|
private |
Definition at line 86 of file SiStripFineDelayHit.h.
Referenced by produce(), and SiStripFineDelayHit().
|
private |
Definition at line 77 of file SiStripFineDelayHit.h.
Referenced by detId(), produce(), and produceNoTracking().
|
private |
Definition at line 81 of file SiStripFineDelayHit.h.
Referenced by closestCluster(), and SiStripFineDelayHit().
|
private |
Definition at line 93 of file SiStripFineDelayHit.h.
Referenced by beginRun(), and SiStripFineDelayHit().
|
private |
Definition at line 78 of file SiStripFineDelayHit.h.
Referenced by detId(), and SiStripFineDelayHit().
|
private |
Definition at line 78 of file SiStripFineDelayHit.h.
Referenced by closestCluster(), produce(), and SiStripFineDelayHit().
|
private |
Definition at line 84 of file SiStripFineDelayHit.h.
Referenced by produce(), produceNoTracking(), and SiStripFineDelayHit().
|
private |
Definition at line 79 of file SiStripFineDelayHit.h.
Referenced by detId(), and SiStripFineDelayHit().
|
private |
Definition at line 79 of file SiStripFineDelayHit.h.
Referenced by produce(), and SiStripFineDelayHit().
|
private |
Definition at line 79 of file SiStripFineDelayHit.h.
Referenced by produce(), and SiStripFineDelayHit().
|
private |
Definition at line 80 of file SiStripFineDelayHit.h.
Referenced by produce(), produceNoTracking(), and SiStripFineDelayHit().
|
private |
Definition at line 94 of file SiStripFineDelayHit.h.
Referenced by produceNoTracking(), and SiStripFineDelayHit().
|
private |
Definition at line 78 of file SiStripFineDelayHit.h.
Referenced by produce(), and SiStripFineDelayHit().
|
private |
Definition at line 83 of file SiStripFineDelayHit.h.
Referenced by detId(), and SiStripFineDelayHit().
|
private |
Definition at line 91 of file SiStripFineDelayHit.h.
Referenced by produce(), and SiStripFineDelayHit().
|
private |
Definition at line 85 of file SiStripFineDelayHit.h.
Referenced by produce(), and SiStripFineDelayHit().
|
private |
Definition at line 88 of file SiStripFineDelayHit.h.
Referenced by produce(), and SiStripFineDelayHit().
|
private |
Definition at line 92 of file SiStripFineDelayHit.h.
Referenced by produce(), produceNoTracking(), and SiStripFineDelayHit().