|
| RechitClusterProducerT (const edm::ParameterSet &) |
|
| ~RechitClusterProducerT () override=default |
|
| EDProducer ()=default |
|
| EDProducer (const EDProducer &)=delete |
|
bool | hasAbilityToProduceInBeginLumis () const final |
|
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
|
bool | hasAbilityToProduceInBeginRuns () const final |
|
bool | hasAbilityToProduceInEndLumis () const final |
|
bool | hasAbilityToProduceInEndProcessBlocks () const final |
|
bool | hasAbilityToProduceInEndRuns () const final |
|
EDProducer & | operator= (const EDProducer &)=delete |
|
bool | wantsGlobalLuminosityBlocks () const final |
|
bool | wantsGlobalRuns () const final |
|
bool | wantsInputProcessBlocks () const final |
|
bool | wantsProcessBlocks () const final |
|
bool | wantsStreamLuminosityBlocks () const final |
|
bool | wantsStreamRuns () const final |
|
| EDProducerBase () |
|
ModuleDescription const & | moduleDescription () const |
|
| ~EDProducerBase () override |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
std::vector
< edm::ProductResolverIndex >
const & | indiciesForPutProducts (BranchType iBranchType) const |
|
| ProducerBase () |
|
std::vector
< edm::ProductResolverIndex >
const & | putTokenIndexToProductResolverIndex () const |
|
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
|
std::function< void(BranchDescription
const &)> | registrationCallback () const |
| used by the fwk to register list of products More...
|
|
void | resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel) |
|
| ~ProducerBase () noexcept(false) override |
|
std::vector< ConsumesInfo > | consumesInfo () const |
|
void | convertCurrentProcessAlias (std::string const &processName) |
| Convert "@currentProcess" in InputTag process names to the actual current process name. More...
|
|
| EDConsumerBase () |
|
| EDConsumerBase (EDConsumerBase const &)=delete |
|
| EDConsumerBase (EDConsumerBase &&)=default |
|
ESProxyIndex const * | esGetTokenIndices (edm::Transition iTrans) const |
|
std::vector< ESProxyIndex > const & | esGetTokenIndicesVector (edm::Transition iTrans) const |
|
std::vector< ESRecordIndex >
const & | esGetTokenRecordIndicesVector (edm::Transition iTrans) const |
|
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
|
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
|
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
|
std::vector
< ProductResolverIndexAndSkipBit >
const & | itemsToGetFrom (BranchType iType) const |
|
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
|
void | modulesWhoseProductsAreConsumed (std::array< std::vector< ModuleDescription const * > *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
|
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
|
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
|
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase) |
|
ProductResolverIndexAndSkipBit | uncheckedIndexFrom (EDGetToken) const |
|
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
|
void | updateLookup (eventsetup::ESRecordsToProxyIndices const &) |
|
virtual | ~EDConsumerBase () noexcept(false) |
|
|
typedef EDProducerBase | ModuleType |
|
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
|
typedef
ProductRegistryHelper::TypeLabelList | TypeLabelList |
|
typedef ProductLabels | Labels |
|
ProducesCollector | producesCollector () |
|
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 () noexcept |
|
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...
|
|
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) |
|
template<typename Trait>
class RechitClusterProducerT< Trait >
Definition at line 45 of file RechitClusterProducer.cc.
template<typename Trait >
Implements edm::global::EDProducerBase.
Definition at line 82 of file RechitClusterProducer.cc.
References HLT_FULL_cff::clusters, submitPVResolutionJobs::count, edm::Event::get(), edm::EventSetup::getData(), PixelMapPlotter::inputs, fwrapper::jet_def, PV3DBase< T, PVType, FrameType >::mag(), eostools::move(), position, ptmin, edm::Event::put(), HI_PhotonSkim_cff::rechits, mathSSE::sqrt(), relativeConstraints::station, gpuClustering::x, PV3DBase< T, PVType, FrameType >::x(), detailsBasic3DVector::y, PV3DBase< T, PVType, FrameType >::y(), detailsBasic3DVector::z, and PV3DBase< T, PVType, FrameType >::z().
86 std::vector<fastjet::PseudoJet> fjInput;
89 fastjet::JetDefinition
jet_def(fastjet::cambridge_algorithm,
rParam_);
94 for (
auto const& rechit :
rechits) {
95 LocalPoint recHitLocalPosition = rechit.localPosition();
96 auto detid = recHitTrait.detid(rechit);
97 auto thischamber = geo.chamber(detid);
99 GlobalPoint globalPosition = thischamber->toGlobal(recHitLocalPosition);
100 float x = globalPosition.
x();
101 float y = globalPosition.
y();
102 float z = globalPosition.
z();
104 inputs.push_back(ref);
105 fjInput.push_back(fastjet::PseudoJet(x, y, z, globalPosition.
mag()));
106 fjInput.back().set_user_index(recIt);
110 fastjet::ClusterSequence clus_seq(fjInput,
jet_def);
114 std::vector<fastjet::PseudoJet> fjJets = clus_seq.inclusive_jets(ptmin);
116 auto clusters = std::make_unique<RecHitClusterCollection>();
117 for (
auto const& fjJet : fjJets) {
119 if (
int(fjJet.constituents().size()) <
nRechitMin_)
123 for (
auto const& constituent : fjJet.constituents()) {
124 auto index = constituent.user_index();
125 if (
index >= 0 && static_cast<unsigned int>(
index) < inputs.size()) {
126 rechits.push_back(inputs[
index]);
133 float avgStation = 0.0;
134 std::map<int, int> station_count_map;
135 for (
auto const& rechit : rechits) {
136 station_count_map[recHitTrait.station(*rechit)]++;
139 std::map<int, int>::iterator it;
140 for (
auto const& [
station,
count] : station_count_map) {
147 if (totStation != 0) {
148 avgStation = avgStation / totStation;
150 float invN = 1.f / rechits.size();
152 float jetX = fjJet.px() * invN;
153 float jetY = fjJet.py() * invN;
154 float jetZ = fjJet.pz() * invN;
157 std::sqrt(jetX * jetX + jetY * jetY), etaFromXYZ(jetX, jetY, jetZ), std::atan2(jetY, jetX));
const edm::ESGetToken< typename Trait::GeometryType, MuonGeometryRecord > geometryToken_
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Trait::RecHitRef RechitRef
ROOT::Math::DisplacementVector3D< ROOT::Math::CylindricalEta3D< float > > RhoEtaPhiVectorF
spatial vector with cylindrical internal representation using pseudorapidity
bool getData(T &iHolder) const
bool get(ProductID const &oid, Handle< PROD > &result) const
Trait::RecHitRefVector RecHitRefVector
static int position[264][3]
edm::EDGetTokenT< typename Trait::InputType > inputToken_