|
| ShallowTracksProducer (const edm::ParameterSet &) |
|
| 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 |
|
std::vector< bool > const & | recordProvenanceList () 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) |
|
TypeLabelList const & | typeLabelList () const |
| used by the fwk to register the list of products of this module More...
|
|
| ~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 |
|
ESResolverIndex const * | esGetTokenIndices (edm::Transition iTrans) const |
|
std::vector< ESResolverIndex > 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 |
|
void | selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase) |
|
ProductResolverIndexAndSkipBit | uncheckedIndexFrom (EDGetToken) const |
|
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
|
void | updateLookup (eventsetup::ESRecordsToProductResolverIndices const &) |
|
virtual | ~EDConsumerBase () noexcept(false) |
|
|
typedef EDProducerBase | ModuleType |
|
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 |
|
typedef ProductLabels | Labels |
|
static const std::string & | baseType () |
|
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
|
static void | prevalidate (ConfigurationDescriptions &descriptions) |
|
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 () |
|
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 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) |
|
Definition at line 9 of file ShallowTracksProducer.h.
Implements edm::global::EDProducerBase.
Definition at line 40 of file ShallowTracksProducer.cc.
References algoPut_, ALCARECOTkAlJpsiMuMu_cff::charge, chargePut_, nano_mu_local_reco_cff::chi2, chi2ndofPut_, chi2Put_, run3scouting_cff::dsz, dszerrPut_, dszPut_, PVValHelper::dxy, dxyerrPut_, dxyPut_, PVValHelper::eta, etaerrPut_, etaPut_, hitslostPut_, hitsvalidPut_, iEvent, momentumPut_, eostools::move(), ndof, ndofPut_, contentValuesFiles::number, numberPut_, phi, phierrPut_, phiPut_, DiDispStaMuonMonitor_cfi::pt, pterrPut_, ptPut_, run3scouting_cff::qoverp, qoverperrPut_, qoverpPut_, theta(), thetaerrPut_, thetaPut_, HLT_2024v14_cff::track, DiMuonV_cfg::tracks, tracks_token_, btvMC_cff::vx, vxPut_, btvMC_cff::vy, vyPut_, btvMC_cff::vz, and vzPut_.
45 std::vector<double>
chi2;
47 std::vector<double>
ndof;
49 std::vector<double> chi2ndof;
53 std::vector<float> momentum;
55 std::vector<float>
pt;
57 std::vector<float> pterr;
59 std::vector<unsigned int> hitsvalid;
61 std::vector<unsigned int> hitslost;
63 std::vector<double>
theta;
65 std::vector<double> thetaerr;
67 std::vector<double>
phi;
69 std::vector<double> phierr;
71 std::vector<double>
eta;
73 std::vector<double> etaerr;
75 std::vector<double>
dxy;
77 std::vector<double> dxyerr;
79 std::vector<double>
dsz;
81 std::vector<double> dszerr;
83 std::vector<double>
qoverp;
85 std::vector<double> qoverperr;
87 std::vector<double>
vx;
89 std::vector<double>
vy;
91 std::vector<double>
vz;
93 std::vector<int>
algo;
99 chi2ndof.push_back(
track.chi2() /
track.ndof());
101 momentum.push_back(
track.p());
103 pterr.push_back(
track.ptError());
104 hitsvalid.push_back(
track.numberOfValidHits());
105 hitslost.push_back(
track.numberOfLostHits());
107 thetaerr.push_back(
track.thetaError());
109 phierr.push_back(
track.phiError());
111 etaerr.push_back(
track.etaError());
113 dxyerr.push_back(
track.dxyError());
115 dszerr.push_back(
track.dszError());
117 qoverperr.push_back(
track.qoverpError());
const edm::EDPutTokenT< std::vector< double > > dxyPut_
const edm::EDPutTokenT< std::vector< double > > dszerrPut_
const edm::EDPutTokenT< std::vector< float > > ptPut_
const edm::EDPutTokenT< std::vector< int > > algoPut_
const edm::EDPutTokenT< std::vector< double > > qoverperrPut_
const edm::EDGetTokenT< edm::View< reco::Track > > tracks_token_
const edm::EDPutTokenT< std::vector< double > > vyPut_
const edm::EDPutTokenT< std::vector< float > > momentumPut_
const edm::EDPutTokenT< std::vector< unsigned int > > hitslostPut_
const edm::EDPutTokenT< std::vector< double > > dxyerrPut_
const edm::EDPutTokenT< std::vector< double > > ndofPut_
const edm::EDPutTokenT< std::vector< float > > pterrPut_
const edm::EDPutTokenT< unsigned int > numberPut_
const edm::EDPutTokenT< std::vector< double > > vzPut_
const edm::EDPutTokenT< std::vector< double > > phierrPut_
const edm::EDPutTokenT< std::vector< double > > qoverpPut_
const edm::EDPutTokenT< std::vector< double > > chi2ndofPut_
const edm::EDPutTokenT< std::vector< double > > thetaerrPut_
const edm::EDPutTokenT< std::vector< double > > chi2Put_
const edm::EDPutTokenT< std::vector< unsigned int > > hitsvalidPut_
const edm::EDPutTokenT< std::vector< double > > vxPut_
const edm::EDPutTokenT< std::vector< double > > phiPut_
const edm::EDPutTokenT< std::vector< double > > etaPut_
const edm::EDPutTokenT< std::vector< double > > dszPut_
const edm::EDPutTokenT< std::vector< double > > etaerrPut_
const edm::EDPutTokenT< std::vector< float > > chargePut_
Geom::Theta< T > theta() const
const edm::EDPutTokenT< std::vector< double > > thetaPut_