fixed size matrix More...
Functions | |
constexpr int32_t | ceil (float num) |
template<typename ConstView , typename = std::enable_if_t<isTrackSoAConstView<ConstView>>> | |
ALPAKA_FN_HOST_ACC ALPAKA_FN_INLINE constexpr float | charge (ConstView const &tracks, int32_t i) |
int | checkMethod (const edm::FunctionWithDict &mem, const edm::TypeWithDict &type, const std::vector< AnyMethodArgument > &args, std::vector< AnyMethodArgument > &fixuppedArgs) |
template<int N> | |
PatternSet< N > | commonHits (PatternSet< N > const &p1, PatternSet< N > const &p2) |
constexpr double | deltaPhi (double phi1, double phi2) |
constexpr double | deltaPhi (float phi1, double phi2) |
constexpr double | deltaPhi (double phi1, float phi2) |
constexpr float | deltaPhi (float phi1, float phi2) |
template<typename T1 , typename T2 > | |
constexpr auto | deltaPhi (T1 const &t1, T2 const &t2) -> decltype(deltaPhi(t1.phi(), t2.phi())) |
template<typename T > | |
constexpr T | deltaPhi (T phi1, T phi2) |
template<typename T1 , typename T2 > | |
constexpr auto | deltaR (const T1 &t1, const T2 &t2) -> decltype(t1.eta()) |
template<class T1 , class T2 , class T3 , class T4 > | |
constexpr T1 | deltaR (T1 eta1, T2 phi1, T3 eta2, T4 phi2) |
template<typename T1 , typename T2 > | |
constexpr auto | deltaR2 (const T1 &t1, const T2 &t2) -> decltype(t1.eta()) |
template<class T1 , class T2 , class T3 , class T4 > | |
constexpr T1 | deltaR2 (T1 eta1, T2 phi1, T3 eta2, T4 phi2) |
template<typename EXPR > | |
EXPR * | expressionEvaluator (const char *pkg, const char *iname, const std::string &iexpr) |
PerigeeCovarianceMatrix & | fillCovariance (PerigeeCovarianceMatrix &v, const float *data) |
edm::MemberWithDict | findDataMember (const edm::TypeWithDict &iType, const std::string &iName, int &oError) |
std::pair< edm::FunctionWithDict, bool > | findMethod (const edm::TypeWithDict &type, const std::string &name, const std::vector< reco::parser::AnyMethodArgument > &args, std::vector< reco::parser::AnyMethodArgument > &fixuppedArgs, const char *where, int &oError) |
std::pair< edm::FunctionWithDict, bool > | findMethod (const edm::TypeWithDict &t, const std::string &name, const std::vector< AnyMethodArgument > &args, std::vector< AnyMethodArgument > &fixuppedArgs, const char *iIterator, int &oError) |
int | flavour (const Candidate &part) |
template<typename T > | |
T | get (const Candidate &c) |
template<typename T , typename Tag > | |
T | get (const Candidate &c) |
template<typename T > | |
T | get (const Candidate &c, size_t i) |
template<typename T , typename Tag > | |
T | get (const Candidate &c, size_t i) |
TaggingVariableName | getTaggingVariableName (const std::string &name) |
HcalSubdetector | hcalSubdetector (int iEta, const HcalTopology &topology) |
converts eta to the corresponding HCAL subdetector. More... | |
ALPAKA_FN_HOST_ACC ALPAKA_FN_INLINE void | init (ZVertexSoAView &vertices) |
bool | isElectron (const Candidate &part) |
bool | isLepton (const Candidate &part) |
bool | isMuon (const Candidate &part) |
bool | isNeutrino (const Candidate &part) |
bool | isTau (const Candidate &part) |
template<typename ConstView , typename = std::enable_if_t<isTrackSoAConstView<ConstView>>> | |
ALPAKA_FN_HOST_ACC ALPAKA_FN_INLINE constexpr bool | isTriplet (ConstView const &tracks, int32_t i) |
bool | makeSpecific (std::vector< reco::CandidatePtr > const &towers, const CaloSubdetectorGeometry *towerGeometry, reco::CaloJet::Specific *caloJetSpecific, const HcalTopology &topology) |
Make CaloJet specifics. Assumes PseudoJet is made from CaloTowerCandidates. More... | |
bool | makeSpecific (std::vector< reco::CandidatePtr > const &particles, reco::PFJet::Specific *pfJetSpecific, edm::ValueMap< float > const *weights=nullptr) |
Make PFlowJet specifics. Assumes PseudoJet is made from ParticleFlowCandidates. More... | |
bool | makeSpecific (std::vector< reco::CandidatePtr > const &mcparticles, reco::GenJet::Specific *genJetSpecific) |
Make GenJet specifics. Assumes PseudoJet is made from HepMCCandidate. More... | |
bool | nCasts (const OK &a, const OK &b) |
template<typename T > | |
size_t | numberOf (const Candidate &c) |
template<typename T , typename Tag > | |
size_t | numberOf (const Candidate &c) |
std::ostream & | operator<< (std::ostream &out, const CaloCluster &cluster) |
std::ostream & | operator<< (std::ostream &out, const PileUpPFCandidate &c) |
std::ostream & | operator<< (std::ostream &out, const IsolatedPFCandidate &c) |
std::ostream & | operator<< (std::ostream &out, const pat::Photon &obj) |
pipe operator (introduced to use pat::Photon with PFTopProjectors) More... | |
std::ostream & | operator<< (std::ostream &out, const PFRecHitFraction &hit) |
std::ostream & | operator<< (std::ostream &out, const pat::Muon &obj) |
pipe operator (introduced to use pat::Muon with PFTopProjectors) More... | |
std::ostream & | operator<< (std::ostream &out, const pat::Tau &obj) |
pipe operator (introduced to use pat::Tau with PFTopProjectors) More... | |
std::ostream & | operator<< (std::ostream &out, const pat::Electron &obj) |
pipe operator (introduced to use pat::Electron with PFTopProjectors) More... | |
std::ostream & | operator<< (std::ostream &out, const PFSuperCluster &cluster) |
std::ostream & | operator<< (std::ostream &out, const pat::Jet &obj) |
pipe operator (introduced to use pat::Jet with PFTopProjectors) More... | |
std::ostream & | operator<< (std::ostream &out, const PFSimParticle &track) |
std::ostream & | operator<< (std::ostream &out, const PFRecTrack &track) |
std::ostream & | operator<< (std::ostream &out, const CaloID &id) |
std::ostream & | operator<< (std::ostream &stream, const PFRecoTauChargedHadron &c) |
std::ostream & | operator<< (std::ostream &out, const RecoTauPiZero &c) |
std::ostream & | operator<< (std::ostream &out, const PFBlock &co) |
std::ostream & | operator<< (std::ostream &out, const PFTrack &track) |
std::ostream & | operator<< (std::ostream &out, const reco::PFTrajectoryPoint &trajPoint) |
std::ostream & | operator<< (std::ostream &out, const PFCandidateElectronExtra &c) |
print the variables More... | |
std::ostream & | operator<< (std::ostream &, BeamSpot beam) |
std::ostream & | operator<< (std::ostream &out, const PFCluster &cluster) |
std::ostream & | operator<< (std::ostream &out, const PFBlockElement &element) |
std::ostream & | operator<< (std::ostream &out, const reco::PFJet &jet) |
std::ostream & | operator<< (std::ostream &out, const PFCandidateEGammaExtra &c) |
print the variables More... | |
std::ostream & | operator<< (std::ostream &out, const PFTau &c) |
std::ostream & | operator<< (std::ostream &out, const PFCandidate &c) |
bool | operator== (const reco::Conversion &c1, const reco::Conversion &c2) |
template<typename ConstView , typename = std::enable_if_t<isTrackSoAConstView<ConstView>>> | |
ALPAKA_FN_HOST_ACC ALPAKA_FN_INLINE constexpr float | phi (ConstView const &tracks, int32_t i) |
template<typename T > | |
constexpr T | reduceRange (T x) |
edm::TypeWithDict | returnType (const edm::FunctionWithDict &) |
method::TypeCode | returnTypeCode (const edm::FunctionWithDict &) |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< RecoTrackViewRefSelector > > | s_filler_0__LINE__ ("RecoTrackViewRefSelector") |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< CosmicTrackingParticleSelector > > | s_filler_0__LINE__ ("CosmicTrackingParticleSelector") |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< RecoTrackRefSelector > > | s_filler_0__LINE__ ("RecoTrackRefSelector") |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< CentralityProducer > > | s_filler_0__LINE__ ("CentralityProducer") |
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< RecoTrackViewRefSelector > > | s_maker__LINE__ ("RecoTrackViewRefSelector") |
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< CosmicTrackingParticleSelector > > | s_maker__LINE__ ("CosmicTrackingParticleSelector") |
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< RecoTrackRefSelector > > | s_maker__LINE__ ("RecoTrackRefSelector") |
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< CentralityProducer > > | s_maker__LINE__ ("CentralityProducer") |
void | swap (reco::ClusterRemovalInfo &cri1, reco::ClusterRemovalInfo &cri2) |
template<typename ConstView , typename = std::enable_if_t<isTrackSoAConstView<ConstView>>> | |
ALPAKA_FN_HOST_ACC ALPAKA_FN_INLINE constexpr float | tip (ConstView const &tracks, int32_t i) |
std::pair< bool, reco::TrackBase::ParameterVector > | trackingParametersAtClosestApproachToBeamSpot (const Basic3DVector< double > &vertex, const Basic3DVector< double > &momAtVtx, float charge, const MagneticField &magField, const BeamSpot &bs) |
method::TypeCode | typeCode (const edm::TypeWithDict &) |
void | writeSpecific (reco::CaloJet &jet, reco::Particle::LorentzVector const &p4, reco::Particle::Point const &point, std::vector< reco::CandidatePtr > const &constituents, CaloGeometry const &geometry, HcalTopology const &topology) |
void | writeSpecific (reco::PFJet &jet, reco::Particle::LorentzVector const &p4, reco::Particle::Point const &point, std::vector< reco::CandidatePtr > const &constituents, edm::ValueMap< float > const *weights=nullptr) |
void | writeSpecific (reco::GenJet &jet, reco::Particle::LorentzVector const &p4, reco::Particle::Point const &point, std::vector< reco::CandidatePtr > const &constituents) |
void | writeSpecific (reco::TrackJet &jet, reco::Particle::LorentzVector const &p4, reco::Particle::Point const &point, std::vector< reco::CandidatePtr > const &constituents) |
Make TrackJet. Assumes constituents point to tracks, through RecoChargedCandidates. More... | |
void | writeSpecific (reco::PFClusterJet &jet, reco::Particle::LorentzVector const &p4, reco::Particle::Point const &point, std::vector< reco::CandidatePtr > const &constituents) |
Make PFClusterJet. Assumes PseudoJet is made from PFCluster. More... | |
void | writeSpecific (reco::BasicJet &jet, reco::Particle::LorentzVector const &p4, reco::Particle::Point const &point, std::vector< reco::CandidatePtr > const &constituents) |
Make BasicJet. Assumes nothing about the jet. More... | |
template<typename ConstView , typename = std::enable_if_t<isTrackSoAConstView<ConstView>>> | |
ALPAKA_FN_HOST_ACC ALPAKA_FN_INLINE constexpr float | zip (ConstView const &tracks, int32_t i) |
std::pair< const Candidate *, const Candidate * > | zMCLeptonDaughters (const Candidate &z, int leptonPdgId) |
Variables | |
template<typename T > | |
constexpr bool | isTrackSoAConstView = IsTrackSoAConstView<T>::value |
static const std::vector< std::pair< char const *const, method::TypeCode > > | retTypeVec |
const char *const | TaggingVariableDescription [] |
const char *const | TaggingVariableTokens [] |
fixed size matrix
Base class for factories producing reference trajectories, i.e. instances of classes deriving from ReferenceTrajectoryBase, from a TrajTrackPairCollection.
by Edmund Widl, see CMS NOTE-2007/032.
Define match between two objects by deltaEta.
Define match between two objects by deltaR and deltaPt.
Provides the less operator for two pairs of matched objects based on deltaEta.
Provides the less operator for two pairs of matched objects based on deltaPt.
class: BeamSpot.cc package: DataFormats/BeamSpot
A reconstructed beam spot providing position, width, slopes, and errors.
author: Francisco Yumiceva, Fermilab (yumic) eva@ fnal. gov
Class holding information on the tangent to the electron track on one surface
Extension of reco::Track for GSF. It contains one additional Ref to a GsfTrackExtra object.
Extension of a GSF track providing multi-states at the inner- and outermost measurement
ecalClusterEnergyUncertaintyElectronSpecific Function that provides uncertainty on supercluster energy measurement Available numbers: total effective uncertainty (in GeV) assymetric uncertainties (positive and negative)
$Id: ecalClusterEnergyUncertaintyElectronSpecific.h $Date: $Revision:
Configurables:
Generic: tracks = InputTag of a collection of tracks to read from minimumHits = Minimum hits that the output TrackCandidate must have to be saved replaceWithInactiveHits = instead of discarding hits, replace them with a invalid "inactive" hits, so multiple scattering is accounted for correctly. stripFrontInvalidHits = strip invalid hits at the beginning of the track stripBackInvalidHits = strip invalid hits at the end of the track stripAllInvalidHits = remove ALL invald hits (might be a problem for multiple scattering, use with care!)
Per structure: commands = list of commands, to be applied in order as they are written commands can be: "keep XYZ" , "drop XYZ" (XYZ = PXB, PXE, TIB, TID, TOB, TEC) "keep XYZ l", "drop XYZ n" (XYZ as above, n = layer, wheel or disk = 1 .. 6 ; positive and negative are the same )
Individual modules: detsToIgnore = individual list of detids on which hits must be discarded
Configurables:
Generic: tracks = InputTag of a collection of tracks to read from minimumHits = Minimum hits that the output TrackCandidate must have to be saved replaceWithInactiveHits = instead of discarding hits, replace them with a invalid "inactive" hits, so multiple scattering is accounted for correctly. truncateTracks = determines if recHits collection is to be truncated to provide tracks with layersRemaining number of layers after refitting layersRemaining = number of tracker layers with measurement remaining after truncating track stripFrontInvalidHits = strip invalid hits at the beginning of the track stripBackInvalidHits = strip invalid hits at the end of the track stripAllInvalidHits = remove ALL invald hits (might be a problem for multiple scattering, use with care!)
Per structure: commands = list of commands, to be applied in order as they are written commands can be: "keep XYZ" , "drop XYZ" (XYZ = PXB, PXE, TIB, TID, TOB, TEC) "keep XYZ l", "drop XYZ n" (XYZ as above, n = layer, wheel or disk = 1 .. 6 ; positive and negative are the same )
Individual modules: detsToIgnore = individual list of detids on which hits must be discarded
trackingParametersAtClosestApproachToBeamSpot "TrackingTools/PatternTools/interface/trackingParametersAtClosestApproachToBeamSpot.h"
Description: Given the momentum and origin of a particle, calculate the tracking parameters at its closest approach to the beam spot
Usage: Value of first in return value is true if parameters were properly calculated.
Abstract Base class for reference counted TransientTrack
Concrete implementation of the TransientTrack for a reco::Track
Concrete implementation of the TransientTrack for a multi-state reco::GsfTrack
Definition of Transient Track class to be used for higher-level reconstruction (vertexing, b-tagging...). It allows access to several services that the DataFormat tracks can not access (magnetic field, geometry)
Concrete implementation of the TransientTrack for a multi-state reco::GsfTrack To be built through the factory TransientTrackFromFTSFactory or the TransientTrackBuilder
typedef std::vector< BaseTagInfo > reco::BaseTagInfoCollection |
Definition at line 34 of file BaseTagInfo.h.
Definition at line 34 of file BaseTagInfo.h.
Definition at line 34 of file BaseTagInfo.h.
Definition at line 34 of file BaseTagInfo.h.
Definition at line 34 of file BaseTagInfo.h.
iterator over a vector of references to BaseTau objects all in the same collection
Definition at line 19 of file BaseTauFwd.h.
typedef std::vector<BaseTau> reco::BaseTauCollection |
collection of BaseTau objects
Definition at line 9 of file BaseTauFwd.h.
typedef edm::Ref<BaseTauCollection> reco::BaseTauRef |
presistent reference to a BaseTau
Definition at line 13 of file BaseTauFwd.h.
references to BaseTau collection
Definition at line 15 of file BaseTauFwd.h.
vector of references to BaseTau objects all in the same collection
Definition at line 17 of file BaseTauFwd.h.
iterator over a vector of references to BaseTauTagInfo objects all in the same collection
Definition at line 19 of file BaseTauTagInfoFwd.h.
typedef std::vector<BaseTauTagInfo> reco::BaseTauTagInfoCollection |
collection of BaseTauTagInfo objects
Definition at line 9 of file BaseTauTagInfoFwd.h.
presistent reference to a BaseTauTagInfo
Definition at line 13 of file BaseTauTagInfoFwd.h.
references to BaseTauTagInfo collection
Definition at line 15 of file BaseTauTagInfoFwd.h.
vector of references to BaseTauTagInfo objects all in the same collection
Definition at line 17 of file BaseTauTagInfoFwd.h.
typedef CaloCluster reco::BasicCluster |
Definition at line 13 of file BasicClusterFwd.h.
iterator over a vector of references to BasicCluster objects
Definition at line 28 of file BasicClusterFwd.h.
typedef std::vector<BasicCluster> reco::BasicClusterCollection |
collection of BasicCluster objects
Definition at line 16 of file BasicClusterFwd.h.
persistent reference to BasicCluster objects
Definition at line 19 of file BasicClusterFwd.h.
reference to BasicCluster collection
Definition at line 22 of file BasicClusterFwd.h.
vector of references to BasicCluster objects all in the same collection
Definition at line 25 of file BasicClusterFwd.h.
Definition at line 18 of file BasicClusterShapeAssociation.h.
typedef edm::AssociationMap<edm::OneToOne<BasicClusterCollection, ClusterShapeCollection> > reco::BasicClusterShapeAssociationCollection |
Definition at line 17 of file BasicClusterShapeAssociation.h.
Definition at line 19 of file BasicClusterShapeAssociation.h.
typedef edm::RefProd<BasicClusterShapeAssociationCollection> reco::BasicClusterShapeAssociationRefProd |
Definition at line 20 of file BasicClusterShapeAssociation.h.
typedef edm::RefVector<BasicClusterShapeAssociationCollection> reco::BasicClusterShapeAssociationRefVector |
Definition at line 21 of file BasicClusterShapeAssociation.h.
typedef std::vector<BasicJet> reco::BasicJetCollection |
collection of BasicJet objects
Definition at line 13 of file BasicJetCollection.h.
typedef edm::FwdPtr<BasicJet> reco::BasicJetFwdPtr |
Definition at line 17 of file BasicJetCollection.h.
typedef std::vector<edm::FwdPtr<BasicJet> > reco::BasicJetFwdPtrVector |
Definition at line 20 of file BasicJetCollection.h.
Definition at line 16 of file BasicJetCollection.h.
typedef std::vector<edm::FwdRef<BasicJetCollection> > reco::BasicJetFwdRefVector |
Definition at line 19 of file BasicJetCollection.h.
typedef edm::Ref<BasicJetCollection> reco::BasicJetRef |
edm references
Definition at line 15 of file BasicJetCollection.h.
Definition at line 21 of file BasicJetCollection.h.
Definition at line 18 of file BasicJetCollection.h.
iterator over a vector of references to PFRecHit objects
Definition at line 24 of file PFRecHitFwd.h.
typedef std::vector< BoostedDoubleSVTagInfo > reco::BoostedDoubleSVTagInfoCollection |
Definition at line 33 of file BoostedDoubleSVTagInfo.h.
Definition at line 33 of file BoostedDoubleSVTagInfo.h.
Definition at line 33 of file BoostedDoubleSVTagInfo.h.
Definition at line 33 of file BoostedDoubleSVTagInfo.h.
Definition at line 33 of file BoostedDoubleSVTagInfo.h.
iterator over a vector of reference to Conversion objects
Definition at line 24 of file ConversionFwd.h.
Definition at line 25 of file CaloClusterFwd.h.
typedef std::vector<CaloCluster> reco::CaloClusterCollection |
collection of CaloCluster objects
Definition at line 19 of file CaloClusterFwd.h.
typedef edm::Ptr<CaloCluster> reco::CaloClusterPtr |
Definition at line 21 of file CaloClusterFwd.h.
Definition at line 22 of file CaloClusterFwd.h.
typedef edm::View<CaloCluster> reco::CaloClusterView |
Definition at line 23 of file CaloClusterFwd.h.
typedef std::vector<CaloJet> reco::CaloJetCollection |
collection of CaloJet objects
Definition at line 15 of file CaloJetCollection.h.
typedef edm::FwdPtr<CaloJet> reco::CaloJetFwdPtr |
Definition at line 19 of file CaloJetCollection.h.
typedef std::vector<edm::FwdPtr<CaloJet> > reco::CaloJetFwdPtrVector |
Definition at line 23 of file CaloJetCollection.h.
Definition at line 18 of file CaloJetCollection.h.
typedef std::vector<edm::FwdRef<CaloJetCollection> > reco::CaloJetFwdRefVector |
Definition at line 22 of file CaloJetCollection.h.
typedef edm::Ref<CaloJetCollection> reco::CaloJetRef |
edm references
Definition at line 17 of file CaloJetCollection.h.
Definition at line 21 of file CaloJetCollection.h.
Definition at line 20 of file CaloJetCollection.h.
typedef std::vector< CaloMET > reco::CaloMETCollection |
collection of CaloMET objects
Definition at line 20 of file CaloMETCollection.h.
typedef edm::Ref<CaloMETCollection> reco::CaloMETRef |
edm references
Definition at line 13 of file CaloMETFwd.h.
Definition at line 15 of file CaloMETFwd.h.
Definition at line 14 of file CaloMETFwd.h.
typedef std::vector<CaloMuon> reco::CaloMuonCollection |
using reco::CaloRecHitHostCollection = typedef PortableHostCollection<CaloRecHitSoA> |
Definition at line 9 of file CaloRecHitHostCollection.h.
using reco::CaloRecHitSoA = typedef CaloRecHitSoALayout<> |
Definition at line 17 of file CaloRecHitSoA.h.
typedef edm::AssociationVector<CandidateRefProd, std::vector<double> > reco::CandDoubleAssociations |
Definition at line 32 of file CandAssociation.h.
typedef edm::AssociationVector<CandidateRefProd, std::vector<float> > reco::CandFloatAssociations |
Definition at line 31 of file CandAssociation.h.
persistent reference to an object in a collection of Candidate objects
Definition at line 31 of file CandidateFwd.h.
vector of references to objects in the same collection of Candidate objects via base type
Definition at line 39 of file CandidateFwd.h.
vector of references to objects in the same collection of Candidate objects via base type
Definition at line 35 of file CandidateFwd.h.
collection of Candidate objects
Definition at line 21 of file CandidateFwd.h.
typedef edm::Ptr<Candidate> reco::CandidatePtr |
persistent reference to an object in a collection of Candidate objects
Definition at line 25 of file CandidateFwd.h.
persistent reference to an object in a collection of Candidate objects
Definition at line 27 of file CandidateFwd.h.
persistent reference to an object in a collection of Candidate objects
Definition at line 29 of file CandidateFwd.h.
reference to a collection of Candidate objects
Definition at line 37 of file CandidateFwd.h.
vector of references to objects in the same collection of Candidate objects
Definition at line 33 of file CandidateFwd.h.
typedef edm::View<Candidate> reco::CandidateView |
view of a collection containing candidates
Definition at line 23 of file CandidateFwd.h.
Definition at line 38 of file VoronoiBackground.h.
typedef edm::AssociationVector<CandidateRefProd, std::vector<int> > reco::CandIntAssociations |
Definition at line 33 of file CandAssociation.h.
typedef IPTagInfo<std::vector<CandidatePtr>, JetTagInfo> reco::CandIPTagInfo |
Definition at line 10 of file CandIPTagInfo.h.
typedef std::vector< CandIPTagInfo > reco::CandIPTagInfoCollection |
Definition at line 12 of file CandIPTagInfo.h.
Definition at line 12 of file CandIPTagInfo.h.
Definition at line 12 of file CandIPTagInfo.h.
Definition at line 12 of file CandIPTagInfo.h.
Definition at line 12 of file CandIPTagInfo.h.
typedef edm::AssociationMap<edm::OneToOne<reco::CandidateCollection, reco::CandidateCollection> > reco::CandMatchMap |
Definition at line 15 of file CandMatchMap.h.
typedef edm::AssociationMap<edm::OneToManyWithQuality<reco::CandidateCollection, reco::CandidateCollection, double> > reco::CandMatchMapMany |
Definition at line 15 of file CandMatchMapMany.h.
Definition at line 39 of file CandAssociation.h.
typedef reco::TemplatedSecondaryVertexTagInfo<reco::CandIPTagInfo, reco::VertexCompositePtrCandidate> reco::CandSecondaryVertexTagInfo |
Definition at line 10 of file CandSecondaryVertexTagInfo.h.
typedef std::vector< CandSecondaryVertexTagInfo > reco::CandSecondaryVertexTagInfoCollection |
Definition at line 12 of file CandSecondaryVertexTagInfo.h.
Definition at line 12 of file CandSecondaryVertexTagInfo.h.
Definition at line 12 of file CandSecondaryVertexTagInfo.h.
Definition at line 12 of file CandSecondaryVertexTagInfo.h.
typedef edm::RefVector< CandSecondaryVertexTagInfoCollection> reco::CandSecondaryVertexTagInfoRefVector |
Definition at line 12 of file CandSecondaryVertexTagInfo.h.
Definition at line 13 of file CandSoftLeptonTagInfo.h.
typedef std::vector< CandSoftLeptonTagInfo > reco::CandSoftLeptonTagInfoCollection |
Definition at line 15 of file CandSoftLeptonTagInfo.h.
Definition at line 15 of file CandSoftLeptonTagInfo.h.
Definition at line 15 of file CandSoftLeptonTagInfo.h.
Definition at line 15 of file CandSoftLeptonTagInfo.h.
Definition at line 15 of file CandSoftLeptonTagInfo.h.
typedef edm::AssociationVector<CandidateRefProd, std::vector<unsigned int> > reco::CandUIntAssociations |
Definition at line 34 of file CandAssociation.h.
typedef edm::AssociationVector<CandidateBaseRefProd, std::vector<double> > reco::CandViewDoubleAssociations |
Definition at line 36 of file CandAssociation.h.
typedef edm::AssociationVector<CandidateBaseRefProd, std::vector<float> > reco::CandViewFloatAssociations |
Definition at line 35 of file CandAssociation.h.
typedef edm::AssociationVector<CandidateBaseRefProd, std::vector<int> > reco::CandViewIntAssociations |
Definition at line 37 of file CandAssociation.h.
typedef edm::AssociationMap<edm::OneToOneGeneric<reco::CandidateView, reco::CandidateView> > reco::CandViewMatchMap |
Definition at line 17 of file CandMatchMap.h.
typedef edm::AssociationVector<CandidateBaseRefProd, std::vector<unsigned int> > reco::CandViewUIntAssociations |
Definition at line 38 of file CandAssociation.h.
iterator over a vector of references to CastorCell objects all in the same collection
Definition at line 87 of file CastorCell.h.
typedef std::vector<CastorCell> reco::CastorCellCollection |
collection of CastorCell objects
Definition at line 78 of file CastorCell.h.
Definition at line 81 of file CastorCell.h.
vector of references to CastorCell objects all in the same collection
Definition at line 84 of file CastorCell.h.
iterator over a vector of references to CastorCluster objects all in the same collection
Definition at line 164 of file CastorCluster.h.
typedef std::vector<CastorCluster> reco::CastorClusterCollection |
collection of CastorCluster objects
Definition at line 155 of file CastorCluster.h.
Definition at line 158 of file CastorCluster.h.
vector of references to CastorCluster objects all in the same collection
Definition at line 161 of file CastorCluster.h.
typedef std::vector<CastorEgamma> reco::CastorEgammaCollection |
Definition at line 97 of file CastorEgamma.h.
typedef std::vector<CastorJet> reco::CastorJetCollection |
Definition at line 97 of file CastorJet.h.
Definition at line 39 of file CastorJetID.h.
iterator over a vector of references to CastorTower objects all in the same collection
Definition at line 146 of file CastorTower.h.
typedef std::vector<CastorTower> reco::CastorTowerCollection |
collection of CastorTower objects
Definition at line 137 of file CastorTower.h.
Definition at line 140 of file CastorTower.h.
vector of references to CastorTower objects all in the same collection
Definition at line 143 of file CastorTower.h.
typedef std::vector< CATopJetTagInfo > reco::CATopJetTagInfoCollection |
Definition at line 57 of file CATopJetTagInfo.h.
Definition at line 57 of file CATopJetTagInfo.h.
Definition at line 57 of file CATopJetTagInfo.h.
Definition at line 57 of file CATopJetTagInfo.h.
Definition at line 57 of file CATopJetTagInfo.h.
typedef std::vector<reco::Centrality> reco::CentralityCollection |
Definition at line 95 of file Centrality.h.
iterator over a vector of references to ClusterShape objects
Definition at line 23 of file ClusterShapeFwd.h.
typedef std::vector<ClusterShape> reco::ClusterShapeCollection |
collection of ClusterShape objects
Definition at line 8 of file ClusterShapeFwd.h.
reference to an object in a collection of ClusterShape objects
Definition at line 14 of file ClusterShapeFwd.h.
reference to a collection of ClusterShape objects
Definition at line 17 of file ClusterShapeFwd.h.
vector of references to objects in the same collectin of ClusterShape objects
Definition at line 20 of file ClusterShapeFwd.h.
typedef std::vector< CombinedTauTagInfo > reco::CombinedTauTagInfoCollection |
Definition at line 207 of file CombinedTauTagInfo.h.
Definition at line 207 of file CombinedTauTagInfo.h.
Definition at line 207 of file CombinedTauTagInfo.h.
Definition at line 207 of file CombinedTauTagInfo.h.
Definition at line 207 of file CombinedTauTagInfo.h.
vector of references to objects in the same collection of Candidate objects via base type
Definition at line 29 of file CompositeCandidateFwd.h.
typedef std::vector<CompositeCandidate> reco::CompositeCandidateCollection |
collection of Candidate objects
Definition at line 19 of file CompositeCandidateFwd.h.
persistent reference to an object in a collection of Candidate objects
Definition at line 23 of file CompositeCandidateFwd.h.
reference to a collection of Candidate objects
Definition at line 27 of file CompositeCandidateFwd.h.
vector of references to objects in the same collection of Candidate objects
Definition at line 25 of file CompositeCandidateFwd.h.
view of a collection containing candidates
Definition at line 21 of file CompositeCandidateFwd.h.
iterator over a vector of reference to ConvBremSeed objects
Definition at line 19 of file ConvBremSeedFwd.h.
typedef std::vector<ConvBremSeed> reco::ConvBremSeedCollection |
collectin of ConvBremSeed objects
Definition at line 9 of file ConvBremSeedFwd.h.
reference to an object in a collection of ConvBremSeed objects
Definition at line 13 of file ConvBremSeedFwd.h.
reference to a collection of ConvBremSeed objects
Definition at line 15 of file ConvBremSeedFwd.h.
vector of objects in the same collection of ConvBremSeed objects
Definition at line 17 of file ConvBremSeedFwd.h.
typedef std::vector<Conversion> reco::ConversionCollection |
collectin of Conversion objects
Definition at line 9 of file ConversionFwd.h.
reference to an object in a collection of Conversion objects
Definition at line 15 of file ConversionFwd.h.
reference to a collection of Conversion objects
Definition at line 18 of file ConversionFwd.h.
vector of objects in the same collection of Conversion objects
Definition at line 21 of file ConversionFwd.h.
typedef std::vector<ConversionTrack> reco::ConversionTrackCollection |
collection of ConversionTracks
Definition at line 6 of file ConversionTrackFwd.h.
Definition at line 16 of file CosmicTrackingParticleSelector.cc.
typedef std::vector<reco::DeDxData> reco::DeDxDataCollection |
Definition at line 25 of file DeDxData.h.
Definition at line 26 of file DeDxData.h.
typedef std::vector<DeDxHit> reco::DeDxHitCollection |
Definition at line 116 of file DeDxHitInfo.h.
typedef std::vector<DeDxHitInfo> reco::DeDxHitInfoCollection |
Definition at line 112 of file DeDxHitInfo.h.
Definition at line 113 of file DeDxHitInfo.h.
Definition at line 114 of file DeDxHitInfo.h.
Definition at line 115 of file DeDxHitInfo.h.
Definition at line 9 of file DeepBoostedJetTagInfo.h.
typedef std::vector< DeepBoostedJetTagInfo > reco::DeepBoostedJetTagInfoCollection |
Definition at line 11 of file DeepBoostedJetTagInfo.h.
Definition at line 11 of file DeepBoostedJetTagInfo.h.
Definition at line 11 of file DeepBoostedJetTagInfo.h.
Definition at line 11 of file DeepBoostedJetTagInfo.h.
Definition at line 11 of file DeepBoostedJetTagInfo.h.
Definition at line 9 of file DeepDoubleXTagInfo.h.
typedef std::vector< DeepDoubleXTagInfo > reco::DeepDoubleXTagInfoCollection |
Definition at line 11 of file DeepDoubleXTagInfo.h.
Definition at line 11 of file DeepDoubleXTagInfo.h.
Definition at line 11 of file DeepDoubleXTagInfo.h.
Definition at line 11 of file DeepDoubleXTagInfo.h.
Definition at line 11 of file DeepDoubleXTagInfo.h.
Definition at line 9 of file DeepFlavourTagInfo.h.
typedef std::vector< DeepFlavourTagInfo > reco::DeepFlavourTagInfoCollection |
Definition at line 11 of file DeepFlavourTagInfo.h.
Definition at line 11 of file DeepFlavourTagInfo.h.
Definition at line 11 of file DeepFlavourTagInfo.h.
Definition at line 11 of file DeepFlavourTagInfo.h.
Definition at line 11 of file DeepFlavourTagInfo.h.
typedef std::vector<EcalIsolatedParticleCandidate> reco::EcalIsolatedParticleCandidateCollection |
collection of EcalIsolatedParticleCandidate objects
Definition at line 9 of file EcalIsolatedParticleCandidateFwd.h.
typedef EcalIsolatedParticleCandidateRefVector::iterator reco::EcalIsolatedParticleCandidateIterator |
iterator over a vector of reference to EcalIsolatedParticleCandidate objects
Definition at line 24 of file EcalIsolatedParticleCandidateFwd.h.
reference to an object in a collection of EcalIsolatedParticleCandidate objects
Definition at line 15 of file EcalIsolatedParticleCandidateFwd.h.
typedef edm::RefProd<EcalIsolatedParticleCandidateCollection> reco::EcalIsolatedParticleCandidateRefProd |
reference to a collection of EcalIsolatedParticleCandidate objects
Definition at line 18 of file EcalIsolatedParticleCandidateFwd.h.
typedef edm::RefVector<EcalIsolatedParticleCandidateCollection> reco::EcalIsolatedParticleCandidateRefVector |
vector of objects in the same collection of EcalIsolatedParticleCandidate objects
Definition at line 21 of file EcalIsolatedParticleCandidateFwd.h.
iterator over a vector of references to EgammaTrigger objects
Definition at line 24 of file EgammaTriggerFwd.h.
typedef std::vector<EgammaTrigger> reco::EgammaTriggerCollection |
collection of EgammaTrigger objects
Definition at line 9 of file EgammaTriggerFwd.h.
persistent reference to EgammaTrigger objects
Definition at line 15 of file EgammaTriggerFwd.h.
reference to a EgammaTrigger collection
Definition at line 18 of file EgammaTriggerFwd.h.
vector of references to EgammaTrigger objects in the same collection
Definition at line 21 of file EgammaTriggerFwd.h.
iterator over a vector of reference to Electron objects
Definition at line 24 of file ElectronFwd.h.
typedef std::vector<Electron> reco::ElectronCollection |
collectin of Electron objects
Definition at line 9 of file ElectronFwd.h.
typedef edm::AssociationMap<edm::OneToValue<std::vector<reco::Electron>, float> > reco::ElectronIsolationMap |
Definition at line 13 of file ElectronIsolationAssociation.h.
typedef edm::Ref<ElectronCollection> reco::ElectronRef |
reference to an object in a collection of Electron objects
Definition at line 15 of file ElectronFwd.h.
reference to a collection of Electron objects
Definition at line 18 of file ElectronFwd.h.
vector of objects in the same collection of Electron objects
Definition at line 21 of file ElectronFwd.h.
typedef std::vector<ElectronSeed> reco::ElectronSeedCollection |
collection of ElectronSeed objects
Definition at line 10 of file ElectronSeedFwd.h.
reference to an object in a collection of ElectronSeed objects
Definition at line 14 of file ElectronSeedFwd.h.
reference to a collection of ElectronSeed objects
Definition at line 16 of file ElectronSeedFwd.h.
vector of objects in the same collection of ElectronSeed objects
Definition at line 18 of file ElectronSeedFwd.h.
typedef std::pair<reco::PFBlockRef, unsigned> reco::ElementInBlock |
Definition at line 22 of file PFCandidateEGammaExtra.h.
typedef std::vector<ElementInBlock> reco::ElementsInBlocks |
Definition at line 23 of file PFCandidateEGammaExtra.h.
typedef std::vector<EvtPlane> reco::EvtPlaneCollection |
Definition at line 62 of file EvtPlane.h.
typedef FFTAnyJet<BasicJet> reco::FFTBasicJet |
Definition at line 16 of file FFTBasicJetCollection.h.
typedef std::vector<FFTBasicJet> reco::FFTBasicJetCollection |
collection of FFTBasicJet objects
Definition at line 18 of file FFTBasicJetCollection.h.
Definition at line 22 of file FFTBasicJetCollection.h.
typedef std::vector<edm::FwdPtr<FFTBasicJet> > reco::FFTBasicJetFwdPtrVector |
Definition at line 25 of file FFTBasicJetCollection.h.
Definition at line 21 of file FFTBasicJetCollection.h.
typedef std::vector<edm::FwdRef<FFTBasicJetCollection> > reco::FFTBasicJetFwdRefVector |
Definition at line 24 of file FFTBasicJetCollection.h.
edm references
Definition at line 20 of file FFTBasicJetCollection.h.
Definition at line 26 of file FFTBasicJetCollection.h.
Definition at line 23 of file FFTBasicJetCollection.h.
typedef FFTAnyJet<CaloJet> reco::FFTCaloJet |
Definition at line 16 of file FFTCaloJetCollection.h.
typedef std::vector<FFTCaloJet> reco::FFTCaloJetCollection |
collection of FFTCaloJet objects
Definition at line 18 of file FFTCaloJetCollection.h.
typedef edm::FwdPtr<FFTCaloJet> reco::FFTCaloJetFwdPtr |
Definition at line 22 of file FFTCaloJetCollection.h.
typedef std::vector<edm::FwdPtr<FFTCaloJet> > reco::FFTCaloJetFwdPtrVector |
Definition at line 26 of file FFTCaloJetCollection.h.
Definition at line 21 of file FFTCaloJetCollection.h.
typedef std::vector<edm::FwdRef<FFTCaloJetCollection> > reco::FFTCaloJetFwdRefVector |
Definition at line 25 of file FFTCaloJetCollection.h.
edm references
Definition at line 20 of file FFTCaloJetCollection.h.
Definition at line 24 of file FFTCaloJetCollection.h.
Definition at line 23 of file FFTCaloJetCollection.h.
typedef FFTAnyJet<GenJet> reco::FFTGenJet |
Definition at line 16 of file FFTGenJetCollection.h.
typedef std::vector<FFTGenJet> reco::FFTGenJetCollection |
collection of FFTGenJet objects
Definition at line 18 of file FFTGenJetCollection.h.
typedef edm::FwdPtr<FFTGenJet> reco::FFTGenJetFwdPtr |
Definition at line 22 of file FFTGenJetCollection.h.
typedef std::vector<edm::FwdPtr<FFTGenJet> > reco::FFTGenJetFwdPtrVector |
Definition at line 26 of file FFTGenJetCollection.h.
Definition at line 21 of file FFTGenJetCollection.h.
typedef std::vector<edm::FwdRef<FFTGenJetCollection> > reco::FFTGenJetFwdRefVector |
Definition at line 25 of file FFTGenJetCollection.h.
edm references
Definition at line 20 of file FFTGenJetCollection.h.
Definition at line 24 of file FFTGenJetCollection.h.
Definition at line 23 of file FFTGenJetCollection.h.
typedef FFTAnyJet<JPTJet> reco::FFTJPTJet |
Definition at line 16 of file FFTJPTJetCollection.h.
typedef std::vector<FFTJPTJet> reco::FFTJPTJetCollection |
collection of FFTJPTJet objects
Definition at line 18 of file FFTJPTJetCollection.h.
typedef edm::FwdPtr<FFTJPTJet> reco::FFTJPTJetFwdPtr |
Definition at line 22 of file FFTJPTJetCollection.h.
typedef std::vector<edm::FwdPtr<FFTJPTJet> > reco::FFTJPTJetFwdPtrVector |
Definition at line 26 of file FFTJPTJetCollection.h.
Definition at line 21 of file FFTJPTJetCollection.h.
typedef std::vector<edm::FwdRef<FFTJPTJetCollection> > reco::FFTJPTJetFwdRefVector |
Definition at line 25 of file FFTJPTJetCollection.h.
edm references
Definition at line 20 of file FFTJPTJetCollection.h.
Definition at line 24 of file FFTJPTJetCollection.h.
Definition at line 23 of file FFTJPTJetCollection.h.
typedef FFTAnyJet<PFJet> reco::FFTPFJet |
Definition at line 16 of file FFTPFJetCollection.h.
typedef std::vector<FFTPFJet> reco::FFTPFJetCollection |
collection of FFTPFJet objects
Definition at line 18 of file FFTPFJetCollection.h.
typedef edm::FwdPtr<FFTPFJet> reco::FFTPFJetFwdPtr |
Definition at line 22 of file FFTPFJetCollection.h.
typedef std::vector<edm::FwdPtr<FFTPFJet> > reco::FFTPFJetFwdPtrVector |
Definition at line 26 of file FFTPFJetCollection.h.
Definition at line 21 of file FFTPFJetCollection.h.
typedef std::vector<edm::FwdRef<FFTPFJetCollection> > reco::FFTPFJetFwdRefVector |
Definition at line 25 of file FFTPFJetCollection.h.
typedef edm::Ref<FFTPFJetCollection> reco::FFTPFJetRef |
edm references
Definition at line 20 of file FFTPFJetCollection.h.
Definition at line 24 of file FFTPFJetCollection.h.
Definition at line 23 of file FFTPFJetCollection.h.
typedef FFTAnyJet<TrackJet> reco::FFTTrackJet |
Definition at line 16 of file FFTTrackJetCollection.h.
typedef std::vector<FFTTrackJet> reco::FFTTrackJetCollection |
collection of FFTTrackJet objects
Definition at line 18 of file FFTTrackJetCollection.h.
Definition at line 22 of file FFTTrackJetCollection.h.
typedef std::vector<edm::FwdPtr<FFTTrackJet> > reco::FFTTrackJetFwdPtrVector |
Definition at line 25 of file FFTTrackJetCollection.h.
Definition at line 21 of file FFTTrackJetCollection.h.
typedef std::vector<edm::FwdRef<FFTTrackJetCollection> > reco::FFTTrackJetFwdRefVector |
Definition at line 24 of file FFTTrackJetCollection.h.
edm references
Definition at line 20 of file FFTTrackJetCollection.h.
Definition at line 26 of file FFTTrackJetCollection.h.
Definition at line 23 of file FFTTrackJetCollection.h.
Definition at line 9 of file FitResult.h.
typedef std::vector<ForwardProton> reco::ForwardProtonCollection |
Collection of ForwardProton objects.
Definition at line 20 of file ForwardProtonFwd.h.
Persistent reference to a ForwardProton.
Definition at line 24 of file ForwardProtonFwd.h.
Reference to a ForwardProton collection.
Definition at line 26 of file ForwardProtonFwd.h.
Vector of references to ForwardProton in the same collection.
Definition at line 28 of file ForwardProtonFwd.h.
typedef std::vector<GenericJet> reco::GenericJetCollection |
collection of GenericJet objects
Definition at line 13 of file GenericJetCollection.h.
Definition at line 18 of file GenericJetCollection.h.
typedef std::vector<edm::FwdRef<GenericJetCollection> > reco::GenericJetFwdRefVector |
Definition at line 20 of file GenericJetCollection.h.
edm references
Definition at line 17 of file GenericJetCollection.h.
Definition at line 21 of file GenericJetCollection.h.
Definition at line 19 of file GenericJetCollection.h.
typedef std::vector<GenJet> reco::GenJetCollection |
collection of GenJet objects
Definition at line 14 of file GenJetCollection.h.
typedef edm::FwdPtr<GenJet> reco::GenJetFwdPtr |
Definition at line 20 of file GenJetCollection.h.
typedef std::vector<edm::FwdPtr<GenJet> > reco::GenJetFwdPtrVector |
Definition at line 24 of file GenJetCollection.h.
Definition at line 19 of file GenJetCollection.h.
typedef std::vector<edm::FwdRef<GenJetCollection> > reco::GenJetFwdRefVector |
Definition at line 23 of file GenJetCollection.h.
typedef edm::Ref<GenJetCollection> reco::GenJetRef |
edm references
Definition at line 18 of file GenJetCollection.h.
Definition at line 22 of file GenJetCollection.h.
Definition at line 21 of file GenJetCollection.h.
typedef std::vector< GenMET > reco::GenMETCollection |
collection of GenMET objects
Definition at line 20 of file GenMETCollection.h.
typedef edm::Ref<GenMETCollection> reco::GenMETRef |
edm references
Definition at line 13 of file GenMETFwd.h.
Definition at line 15 of file GenMETFwd.h.
Definition at line 14 of file GenMETFwd.h.
typedef std::vector<GenParticle> reco::GenParticleCollection |
collection of GenParticles
Definition at line 13 of file GenParticleFwd.h.
forward persistent reference to a GenParticle
Definition at line 21 of file GenParticleFwd.h.
typedef std::vector<GenParticleFwdPtr> reco::GenParticleFwdPtrVector |
Definition at line 29 of file GenParticleFwd.h.
vector of reference to GenParticle in the same collection
Definition at line 27 of file GenParticleFwd.h.
typedef edm::Ptr<GenParticle> reco::GenParticlePtr |
persistent reference to a GenParticle
Definition at line 19 of file GenParticleFwd.h.
persistent reference to a GenParticle
Definition at line 17 of file GenParticleFwd.h.
persistent reference to a GenParticle collection
Definition at line 23 of file GenParticleFwd.h.
vector of reference to GenParticle in the same collection
Definition at line 25 of file GenParticleFwd.h.
typedef edm::AssociationMap< edm::OneToManyWithQualityGeneric< reco::GenParticleCollection, edm::View< reco::Track >, double > > reco::GenToRecoCollection |
Definition at line 29 of file TrackToGenParticleAssociator.h.
iterator over a vector of reference to GsfElectron objects
Definition at line 33 of file GsfElectronFwd.h.
typedef std::vector<GsfElectron> reco::GsfElectronCollection |
collection of GsfElectron objects
Definition at line 14 of file GsfElectronFwd.h.
Definition at line 17 of file GsfElectronCoreFwd.h.
typedef std::vector<GsfElectronCore> reco::GsfElectronCoreCollection |
Definition at line 12 of file GsfElectronCoreFwd.h.
Definition at line 14 of file GsfElectronCoreFwd.h.
Definition at line 15 of file GsfElectronCoreFwd.h.
Definition at line 16 of file GsfElectronCoreFwd.h.
Definition at line 12 of file GsfElectronIsoCollection.h.
typedef edm::AssociationVector<reco::GsfElectronRefProd, std::vector<double> > reco::GsfElectronIsoCollection |
Definition at line 10 of file GsfElectronIsoCollection.h.
Definition at line 13 of file GsfElectronIsoCollection.h.
Definition at line 14 of file GsfElectronIsoCollection.h.
Definition at line 15 of file GsfElectronIsoCollection.h.
Definition at line 12 of file GsfElectronIsoNumCollection.h.
typedef edm::AssociationVector<reco::GsfElectronRefProd, std::vector<int> > reco::GsfElectronIsoNumCollection |
Definition at line 10 of file GsfElectronIsoNumCollection.h.
Definition at line 13 of file GsfElectronIsoNumCollection.h.
Definition at line 14 of file GsfElectronIsoNumCollection.h.
Definition at line 15 of file GsfElectronIsoNumCollection.h.
typedef edm::Ptr< reco::GsfElectron > reco::GsfElectronPtr |
Definition at line 32 of file CutApplicatorBase.h.
reference to an object in a collection of GsfElectron objects
Definition at line 21 of file GsfElectronFwd.h.
reference to a collection of GsfElectron objects
Definition at line 25 of file GsfElectronFwd.h.
vector of objects in the same collection of GsfElectron objects
Definition at line 29 of file GsfElectronFwd.h.
iterator over a vector of references to GsfPFRecTrack objects
Definition at line 24 of file GsfPFRecTrackFwd.h.
typedef std::vector<GsfPFRecTrack> reco::GsfPFRecTrackCollection |
collection of GsfPFRecTrack objects
Definition at line 9 of file GsfPFRecTrackFwd.h.
persistent reference to GsfPFRecTrack objects
Definition at line 15 of file GsfPFRecTrackFwd.h.
reference to GsfPFRecTrack collection
Definition at line 18 of file GsfPFRecTrackFwd.h.
vector of references to GsfPFRecTrack objects all in the same collection
Definition at line 21 of file GsfPFRecTrackFwd.h.
iterator over a vector of reference to GsfTrack in the same collection
Definition at line 19 of file GsfTrackFwd.h.
typedef std::vector<GsfTrack> reco::GsfTrackCollection |
collection of GsfTracks
Definition at line 9 of file GsfTrackFwd.h.
iterator over a vector of references to GsfTrackExtra in the same collection
Definition at line 19 of file GsfTrackExtraFwd.h.
typedef std::vector<GsfTrackExtra> reco::GsfTrackExtraCollection |
collection of GsfTrackExtra objects
Definition at line 9 of file GsfTrackExtraFwd.h.
persistent reference to a GsfTrackExtra
Definition at line 13 of file GsfTrackExtraFwd.h.
reference to a GsfTrackExtra collection
Definition at line 15 of file GsfTrackExtraFwd.h.
vector of references to GsfTrackExtra in the same collection
Definition at line 17 of file GsfTrackExtraFwd.h.
typedef edm::Ref<GsfTrackCollection> reco::GsfTrackRef |
persistent reference to a GsfTrack
Definition at line 13 of file GsfTrackFwd.h.
persistent reference to a GsfTrack collection
Definition at line 15 of file GsfTrackFwd.h.
vector of reference to GsfTrack in the same collection
Definition at line 17 of file GsfTrackFwd.h.
typedef std::vector<HaloClusterCandidateECAL> reco::HaloClusterCandidateECALCollection |
Definition at line 87 of file HaloClusterCandidateECAL.h.
typedef std::vector<HaloClusterCandidateHCAL> reco::HaloClusterCandidateHCALCollection |
Definition at line 87 of file HaloClusterCandidateHCAL.h.
typedef std::vector<HcalIsolatedTrackCandidate> reco::HcalIsolatedTrackCandidateCollection |
collectin of HcalIsolatedTrackCandidate objects
Definition at line 9 of file HcalIsolatedTrackCandidateFwd.h.
iterator over a vector of reference to HcalIsolatedTrackCandidate objects
Definition at line 24 of file HcalIsolatedTrackCandidateFwd.h.
reference to an object in a collection of HcalIsolatedTrackCandidate objects
Definition at line 15 of file HcalIsolatedTrackCandidateFwd.h.
reference to a collection of HcalIsolatedTrackCandidate objects
Definition at line 18 of file HcalIsolatedTrackCandidateFwd.h.
typedef edm::RefVector<HcalIsolatedTrackCandidateCollection> reco::HcalIsolatedTrackCandidateRefVector |
vector of objects in the same collection of HcalIsolatedTrackCandidate objects
Definition at line 21 of file HcalIsolatedTrackCandidateFwd.h.
typedef std::vector<reco::HcalIsolatedTrackCandidateRef> reco::HcalIsolatedTrackCandidateSimpleRefVector |
Definition at line 26 of file HcalIsolatedTrackCandidateFwd.h.
typedef std::vector<HcalNoiseHPD> reco::HcalNoiseHPDCollection |
Definition at line 35 of file HcalNoiseHPD.h.
typedef std::vector<HcalNoiseRBX> reco::HcalNoiseRBXCollection |
Definition at line 24 of file HcalNoiseRBX.h.
iterator over a vector of references to HFEMClusterShape objects
Definition at line 22 of file HFEMClusterShapeFwd.h.
Definition at line 18 of file HFEMClusterShapeAssociation.h.
typedef edm::AssociationMap<edm::OneToOne<SuperClusterCollection, HFEMClusterShapeCollection> > reco::HFEMClusterShapeAssociationCollection |
Definition at line 16 of file HFEMClusterShapeAssociation.h.
reference to an object in a collection of SeedMap objects
Definition at line 21 of file HFEMClusterShapeAssociation.h.
typedef edm::RefProd<HFEMClusterShapeAssociationCollection> reco::HFEMClusterShapeAssociationRefProd |
reference to a collection of SeedMap objects
Definition at line 24 of file HFEMClusterShapeAssociation.h.
typedef edm::RefVector<HFEMClusterShapeAssociationCollection> reco::HFEMClusterShapeAssociationRefVector |
vector of references to objects in the same colletion of SeedMap objects
Definition at line 27 of file HFEMClusterShapeAssociation.h.
typedef std::vector<HFEMClusterShape> reco::HFEMClusterShapeCollection |
Definition at line 8 of file HFEMClusterShapeFwd.h.
persistent reference to HFEMClusterShape objects
Definition at line 13 of file HFEMClusterShapeFwd.h.
reference to HFEMClusterShape collection
Definition at line 16 of file HFEMClusterShapeFwd.h.
vector of references to HFEMClusterShape objects all in the same collection
Definition at line 19 of file HFEMClusterShapeFwd.h.
typedef std::vector<HGCalMultiCluster> reco::HGCalMultiClusterCollection |
Definition at line 35 of file HGCalMultiCluster.h.
Definition at line 118 of file HIPhotonIsolation.h.
iterator over a vector of references to HLTTau objects all in the same collection
Definition at line 19 of file HLTTauFwd.h.
typedef std::vector<HLTTau> reco::HLTTauCollection |
collection of HLTTau objects
Definition at line 9 of file HLTTauFwd.h.
typedef edm::Ref<HLTTauCollection> reco::HLTTauRef |
presistent reference to a HLTTau
Definition at line 13 of file HLTTauFwd.h.
references to HLTTau collection
Definition at line 15 of file HLTTauFwd.h.
vector of references to HLTTau objects all in the same collection
Definition at line 17 of file HLTTauFwd.h.
typedef std::vector< HTTTopJetTagInfo > reco::HTTTopJetTagInfoCollection |
Definition at line 91 of file HTTTopJetTagInfo.h.
Definition at line 91 of file HTTTopJetTagInfo.h.
Definition at line 91 of file HTTTopJetTagInfo.h.
Definition at line 91 of file HTTTopJetTagInfo.h.
Definition at line 91 of file HTTTopJetTagInfo.h.
keep it only as a part of ValueMap
Definition at line 9 of file IsoDepositFwd.h.
typedef std::vector<reco::IsolatedPFCandidate> reco::IsolatedPFCandidateCollection |
collection of IsolatedPFCandidates
Definition at line 10 of file IsolatedPFCandidateFwd.h.
typedef IsolatedPFCandidateCollection::const_iterator reco::IsolatedPFCandidateConstIterator |
iterator
Definition at line 16 of file IsolatedPFCandidateFwd.h.
typedef IsolatedPFCandidateCollection::iterator reco::IsolatedPFCandidateIterator |
iterator
Definition at line 19 of file IsolatedPFCandidateFwd.h.
persistent reference to a IsolatedPFCandidate
Definition at line 25 of file IsolatedPFCandidateFwd.h.
persistent reference to a IsolatedPFCandidate
Definition at line 22 of file IsolatedPFCandidateFwd.h.
persistent reference to a IsolatedPFCandidates collection
Definition at line 28 of file IsolatedPFCandidateFwd.h.
vector of reference to GenParticleCandidate in the same collection
Definition at line 31 of file IsolatedPFCandidateFwd.h.
typedef std::vector<IsolatedPixelTrackCandidate> reco::IsolatedPixelTrackCandidateCollection |
collectin of IsolatedPixelTrackCandidate objects
Definition at line 9 of file IsolatedPixelTrackCandidateFwd.h.
iterator over a vector of reference to IsolatedPixelTrackCandidate objects
Definition at line 24 of file IsolatedPixelTrackCandidateFwd.h.
reference to an object in a collection of IsolatedPixelTrackCandidate objects
Definition at line 15 of file IsolatedPixelTrackCandidateFwd.h.
typedef edm::RefProd<IsolatedPixelTrackCandidateCollection> reco::IsolatedPixelTrackCandidateRefProd |
reference to a collection of IsolatedPixelTrackCandidate objects
Definition at line 18 of file IsolatedPixelTrackCandidateFwd.h.
typedef edm::RefVector<IsolatedPixelTrackCandidateCollection> reco::IsolatedPixelTrackCandidateRefVector |
vector of objects in the same collection of IsolatedPixelTrackCandidate objects
Definition at line 21 of file IsolatedPixelTrackCandidateFwd.h.
typedef std::vector<reco::IsolatedPixelTrackCandidateRef> reco::IsolatedPixelTrackCandidateSimpleRefVector |
Definition at line 26 of file IsolatedPixelTrackCandidateFwd.h.
typedef std::vector< IsolatedTauTagInfo > reco::IsolatedTauTagInfoCollection |
Definition at line 95 of file IsolatedTauTagInfo.h.
Definition at line 95 of file IsolatedTauTagInfo.h.
Definition at line 95 of file IsolatedTauTagInfo.h.
Definition at line 95 of file IsolatedTauTagInfo.h.
Definition at line 95 of file IsolatedTauTagInfo.h.
typedef edm::RefToBase<Jet> reco::JetBaseRef |
Definition at line 12 of file JetCollection.h.
typedef JetEisolAssociationCollection::value_type reco::JetEisolAssociation |
Definition at line 18 of file JetEisolAssociation.h.
typedef std::vector<std::pair<edm::RefToBase<Jet>, float> > reco::JetEisolAssociationCollection |
Definition at line 16 of file JetEisolAssociation.h.
Definition at line 22 of file JetEisolAssociation.h.
Definition at line 20 of file JetEisolAssociation.h.
Definition at line 24 of file JetEisolAssociation.h.
Definition at line 26 of file JetEisolAssociation.h.
Definition at line 26 of file JetFlavourInfoMatching.h.
typedef edm::AssociationVector<edm::RefToBaseProd<reco::Jet>, std::vector<reco::JetFlavourInfo> > reco::JetFlavourInfoMatchingCollectionBase |
Definition at line 13 of file JetFlavourInfoMatching.h.
Definition at line 28 of file JetFlavourInfoMatching.h.
Definition at line 30 of file JetFlavourInfoMatching.h.
Definition at line 32 of file JetFlavourInfoMatching.h.
Definition at line 25 of file JetFlavourMatching.h.
typedef edm::AssociationVector<edm::RefToBaseProd<reco::Jet>, std::vector<reco::JetFlavour> > reco::JetFlavourMatchingCollectionBase |
Definition at line 13 of file JetFlavourMatching.h.
Definition at line 27 of file JetFlavourMatching.h.
Definition at line 29 of file JetFlavourMatching.h.
Definition at line 31 of file JetFlavourMatching.h.
typedef edm::ValueMap<JetID> reco::JetIDValueMap |
Definition at line 25 of file JetMatchedPartons.h.
typedef edm::AssociationVector<edm::RefToBaseProd<reco::Jet>, std::vector<reco::MatchedPartons> > reco::JetMatchedPartonsCollectionBase |
Definition at line 13 of file JetMatchedPartons.h.
Definition at line 27 of file JetMatchedPartons.h.
Definition at line 29 of file JetMatchedPartons.h.
Definition at line 31 of file JetMatchedPartons.h.
typedef edm::AssociationVector<JetRefBaseProd, std::vector<std::vector<RecoTauPiZero> > > reco::JetPiZeroAssociationBase |
Definition at line 11 of file JetPiZeroAssociation.h.
Definition at line 22 of file JetPiZeroAssociation.h.
Definition at line 23 of file JetPiZeroAssociation.h.
Definition at line 24 of file JetPiZeroAssociation.h.
Definition at line 25 of file JetPiZeroAssociation.h.
Definition at line 13 of file JetCollection.h.
typedef std::vector< JetTagInfo > reco::JetTagInfoCollection |
Definition at line 35 of file JetTagInfo.h.
Definition at line 35 of file JetTagInfo.h.
typedef edm::Ref< JetTagInfoCollection> reco::JetTagInfoRef |
Definition at line 35 of file JetTagInfo.h.
Definition at line 35 of file JetTagInfo.h.
Definition at line 35 of file JetTagInfo.h.
typedefs for backward compatibility
Definition at line 60 of file JetTracksAssociation.h.
Definition at line 61 of file JetTracksAssociation.h.
Definition at line 62 of file JetTracksAssociation.h.
Definition at line 63 of file JetTracksAssociation.h.
typedef edm::View<Jet> reco::JetView |
edm references
Definition at line 11 of file JetCollection.h.
typedef std::vector<JPTJet> reco::JPTJetCollection |
collection of CaloJet objects
Definition at line 13 of file JPTJetCollection.h.
typedef edm::Ref<JPTJetCollection> reco::JPTJetRef |
edm references
Definition at line 15 of file JPTJetCollection.h.
Definition at line 17 of file JPTJetCollection.h.
Definition at line 16 of file JPTJetCollection.h.
typedef std::vector< JTATagInfo > reco::JTATagInfoCollection |
Definition at line 31 of file JTATagInfo.h.
Definition at line 31 of file JTATagInfo.h.
typedef edm::Ref< JTATagInfoCollection> reco::JTATagInfoRef |
Definition at line 31 of file JTATagInfo.h.
Definition at line 31 of file JTATagInfo.h.
Definition at line 31 of file JTATagInfo.h.
typedef edm::AssociationMap<edm::OneToValue<reco::CaloJetCollection, reco::L2TauIsolationInfo> > reco::L2TauInfoAssociation |
Definition at line 17 of file L2TauInfoAssociation.h.
typedef std::vector< MET > reco::METCollection |
collection of MET objects
Definition at line 22 of file METCollection.h.
typedef ROOT::Math::SMatrix<double, 2> reco::METCovMatrix |
typedef edm::Ref<METCollection> reco::METRef |
typedef edm::RefProd<METCollection> reco::METRefProd |
Definition at line 92 of file MinMETProducerT.h.
Definition at line 93 of file MinMETProducerT.h.
typedef std::vector<Muon> reco::MuonCollection |
typedef edm::Ptr<reco::Muon> reco::MuonPtr |
Definition at line 34 of file CutApplicatorBase.h.
typedef std::vector<MuonRecHitCluster> reco::MuonRecHitClusterCollection |
Definition at line 63 of file MuonRecHitCluster.h.
typedef edm::Ref<MuonCollection> reco::MuonRef |
typedef edm::RefProd<MuonCollection> reco::MuonRefProd |
Definition at line 25 of file MuonProducer.cc.
collection of MuonTimeExtra objects
Definition at line 10 of file MuonTimeExtraFwd.h.
Definition at line 9 of file MuonToMuonMap.h.
typedef std::map<edm::RefToBase<reco::Muon>, std::vector<std::pair<TrackingParticleRef, double> >, RefToBaseSort> reco::MuonToSimCollection |
Definition at line 37 of file MuonTrackType.h.
typedef std::vector<MuonTrackLinks> reco::MuonTrackLinksCollection |
collection of MuonTrackLinks
persistent reference to an object in a collection of Candidate objects
Definition at line 25 of file NamedCompositeCandidateFwd.h.
vector of references to objects in the same collection of Candidate objects via base type
Definition at line 31 of file NamedCompositeCandidateFwd.h.
typedef std::vector<NamedCompositeCandidate> reco::NamedCompositeCandidateCollection |
collection of Candidate objects
Definition at line 19 of file NamedCompositeCandidateFwd.h.
persistent reference to an object in a collection of Candidate objects
Definition at line 23 of file NamedCompositeCandidateFwd.h.
reference to a collection of Candidate objects
Definition at line 29 of file NamedCompositeCandidateFwd.h.
vector of references to objects in the same collection of Candidate objects
Definition at line 27 of file NamedCompositeCandidateFwd.h.
view of a collection containing candidates
Definition at line 21 of file NamedCompositeCandidateFwd.h.
iterator over a vector of reference to Track in the same collection
Definition at line 16 of file NuclearInteractionFwd.h.
typedef std::vector<NuclearInteraction> reco::NuclearInteractionCollection |
collection of NuclearInteractions
Definition at line 8 of file NuclearInteractionFwd.h.
persistent reference to a NuclearInteraction
Definition at line 12 of file NuclearInteractionFwd.h.
vector of reference to Track in the same collection
Definition at line 14 of file NuclearInteractionFwd.h.
typedef std::pair<int, edm::FunctionWithDict> reco::OK |
Definition at line 126 of file findMethod.cc.
typedef FeaturesTagInfo<btagbtvdeep::ParticleTransformerAK4Features> reco::ParticleTransformerAK4TagInfo |
Definition at line 9 of file ParticleTransformerAK4TagInfo.h.
typedef std::vector< ParticleTransformerAK4TagInfo > reco::ParticleTransformerAK4TagInfoCollection |
Definition at line 11 of file ParticleTransformerAK4TagInfo.h.
typedef edm::FwdRef< ParticleTransformerAK4TagInfoCollection> reco::ParticleTransformerAK4TagInfoFwdRef |
Definition at line 11 of file ParticleTransformerAK4TagInfo.h.
Definition at line 11 of file ParticleTransformerAK4TagInfo.h.
typedef edm::RefProd< ParticleTransformerAK4TagInfoCollection> reco::ParticleTransformerAK4TagInfoRefProd |
Definition at line 11 of file ParticleTransformerAK4TagInfo.h.
typedef edm::RefVector< ParticleTransformerAK4TagInfoCollection> reco::ParticleTransformerAK4TagInfoRefVector |
Definition at line 11 of file ParticleTransformerAK4TagInfo.h.
typedef math::Error<5>::type reco::PerigeeCovarianceMatrix |
Definition at line 8 of file fillCovariance.h.
typedef std::vector< PFBlock > reco::PFBlockCollection |
collection of PFBlock objects
Definition at line 10 of file PFBlockFwd.h.
handle to a block collection
Definition at line 22 of file PFBlockFwd.h.
typedef edm::Ref<PFBlockCollection> reco::PFBlockRef |
persistent reference to PFCluster objects
Definition at line 19 of file PFBlockFwd.h.
typedef std::vector<reco::PFCandidate> reco::PFCandidateCollection |
collection of PFCandidates
Definition at line 12 of file PFCandidateFwd.h.
typedef PFCandidateCollection::const_iterator reco::PFCandidateConstIterator |
iterator
Definition at line 18 of file PFCandidateFwd.h.
typedef std::vector<reco::PFCandidateEGammaExtra> reco::PFCandidateEGammaExtraCollection |
collection of PFCandidateEGammaExtras
Definition at line 12 of file PFCandidateEGammaExtraFwd.h.
typedef PFCandidateEGammaExtraCollection::const_iterator reco::PFCandidateEGammaExtraConstIterator |
iterator
Definition at line 18 of file PFCandidateEGammaExtraFwd.h.
persistent FwdPtr to a PFCandidateEGammaExtra
Definition at line 39 of file PFCandidateEGammaExtraFwd.h.
typedef std::vector<PFCandidateEGammaExtraFwdPtr> reco::PFCandidateEGammaExtraFwdPtrVector |
vector of "forward" reference
Definition at line 45 of file PFCandidateEGammaExtraFwd.h.
persistent "forward" reference to a PFCandidateEGammaExtra
Definition at line 36 of file PFCandidateEGammaExtraFwd.h.
typedef std::vector<PFCandidateEGammaExtraFwdRef> reco::PFCandidateEGammaExtraFwdRefVector |
vector of "forward" reference
Definition at line 42 of file PFCandidateEGammaExtraFwd.h.
typedef PFCandidateEGammaExtraCollection::iterator reco::PFCandidateEGammaExtraIterator |
iterator
Definition at line 21 of file PFCandidateEGammaExtraFwd.h.
persistent Ptr to a PFCandidateEGammaExtra
Definition at line 27 of file PFCandidateEGammaExtraFwd.h.
persistent reference to a PFCandidateEGammaExtra
Definition at line 24 of file PFCandidateEGammaExtraFwd.h.
persistent reference to a PFCandidateEGammaExtras collection
Definition at line 30 of file PFCandidateEGammaExtraFwd.h.
vector of reference to GenParticleCandidate in the same collection
Definition at line 33 of file PFCandidateEGammaExtraFwd.h.
typedef std::vector<reco::PFCandidateElectronExtra> reco::PFCandidateElectronExtraCollection |
collection of PFCandidateElectronExtras
Definition at line 12 of file PFCandidateElectronExtraFwd.h.
typedef PFCandidateElectronExtraCollection::const_iterator reco::PFCandidateElectronExtraConstIterator |
iterator
Definition at line 18 of file PFCandidateElectronExtraFwd.h.
persistent FwdPtr to a PFCandidateElectronExtra
Definition at line 39 of file PFCandidateElectronExtraFwd.h.
typedef std::vector<PFCandidateElectronExtraFwdPtr> reco::PFCandidateElectronExtraFwdPtrVector |
vector of "forward" reference
Definition at line 45 of file PFCandidateElectronExtraFwd.h.
persistent "forward" reference to a PFCandidateElectronExtra
Definition at line 36 of file PFCandidateElectronExtraFwd.h.
typedef std::vector<PFCandidateElectronExtraFwdRef> reco::PFCandidateElectronExtraFwdRefVector |
vector of "forward" reference
Definition at line 42 of file PFCandidateElectronExtraFwd.h.
typedef PFCandidateElectronExtraCollection::iterator reco::PFCandidateElectronExtraIterator |
iterator
Definition at line 21 of file PFCandidateElectronExtraFwd.h.
persistent Ptr to a PFCandidateElectronExtra
Definition at line 27 of file PFCandidateElectronExtraFwd.h.
persistent reference to a PFCandidateElectronExtra
Definition at line 24 of file PFCandidateElectronExtraFwd.h.
persistent reference to a PFCandidateElectronExtras collection
Definition at line 30 of file PFCandidateElectronExtraFwd.h.
vector of reference to GenParticleCandidate in the same collection
Definition at line 33 of file PFCandidateElectronExtraFwd.h.
persistent FwdPtr to a PFCandidate
Definition at line 39 of file PFCandidateFwd.h.
typedef std::vector<PFCandidateFwdPtr> reco::PFCandidateFwdPtrVector |
vector of "forward" reference
Definition at line 45 of file PFCandidateFwd.h.
persistent "forward" reference to a PFCandidate
Definition at line 36 of file PFCandidateFwd.h.
typedef std::vector<PFCandidateFwdRef> reco::PFCandidateFwdRefVector |
vector of "forward" reference
Definition at line 42 of file PFCandidateFwd.h.
typedef PFCandidateCollection::iterator reco::PFCandidateIterator |
iterator
Definition at line 21 of file PFCandidateFwd.h.
typedef std::vector<reco::PFCandidatePhotonExtra> reco::PFCandidatePhotonExtraCollection |
collection of PFCandidatePhotonExtras
Definition at line 12 of file PFCandidatePhotonExtraFwd.h.
persistent reference to a PFCandidatePhotonExtra
Definition at line 18 of file PFCandidatePhotonExtraFwd.h.
persistent reference to a PFCandidatePhotonExtras collection
Definition at line 21 of file PFCandidatePhotonExtraFwd.h.
typedef edm::Ptr<PFCandidate> reco::PFCandidatePtr |
persistent Ptr to a PFCandidate
Definition at line 27 of file PFCandidateFwd.h.
persistent reference to a PFCandidate
Definition at line 24 of file PFCandidateFwd.h.
persistent reference to a PFCandidates collection
Definition at line 30 of file PFCandidateFwd.h.
vector of reference to GenParticleCandidate in the same collection
Definition at line 33 of file PFCandidateFwd.h.
iterator over a vector of references to PFCluster objects
Definition at line 24 of file PFClusterFwd.h.
typedef std::vector<PFCluster> reco::PFClusterCollection |
collection of PFCluster objects
Definition at line 9 of file PFClusterFwd.h.
using reco::PFClusterHostCollection = typedef PortableHostCollection<PFClusterSoA> |
Definition at line 9 of file PFClusterHostCollection.h.
using reco::PFClusteringEdgeVarsSoA = typedef PFClusteringEdgeVarsSoALayout<> |
Definition at line 14 of file PFClusteringEdgeVarsSoA.h.
using reco::PFClusteringVarsSoA = typedef PFClusteringVarsSoALayout<> |
Definition at line 26 of file PFClusteringVarsSoA.h.
typedef std::vector<PFClusterJet> reco::PFClusterJetCollection |
collection of PFClusterJet objects
Definition at line 14 of file PFClusterJetCollection.h.
Definition at line 18 of file PFClusterJetCollection.h.
typedef std::vector<edm::FwdPtr<PFClusterJet> > reco::PFClusterJetFwdPtrVector |
Definition at line 21 of file PFClusterJetCollection.h.
Definition at line 17 of file PFClusterJetCollection.h.
typedef std::vector<edm::FwdRef<PFClusterJetCollection> > reco::PFClusterJetFwdRefVector |
Definition at line 20 of file PFClusterJetCollection.h.
edm references
Definition at line 16 of file PFClusterJetCollection.h.
Definition at line 22 of file PFClusterJetCollection.h.
Definition at line 19 of file PFClusterJetCollection.h.
typedef std::vector<PFClusterMET> reco::PFClusterMETCollection |
collection of PFClusterMET objects
Definition at line 12 of file PFClusterMETFwd.h.
edm references
Definition at line 16 of file PFClusterMETFwd.h.
Definition at line 18 of file PFClusterMETFwd.h.
Definition at line 17 of file PFClusterMETFwd.h.
using reco::PFClusterParamsHostCollection = typedef PortableHostCollection<PFClusterParamsSoA> |
Definition at line 10 of file PFClusterParamsHostCollection.h.
using reco::PFClusterParamsSoA = typedef PFClusterParamsSoALayout<> |
Definition at line 43 of file PFClusterParamsSoA.h.
persistent reference to PFCluster objects
Definition at line 15 of file PFClusterFwd.h.
reference to PFCluster collection
Definition at line 18 of file PFClusterFwd.h.
vector of references to PFCluster objects all in the same collection
Definition at line 21 of file PFClusterFwd.h.
using reco::PFClusterSoA = typedef PFClusterSoALayout<> |
Definition at line 25 of file PFClusterSoA.h.
iterator over a vector of references to PFConversion objects
Definition at line 24 of file PFConversionFwd.h.
typedef std::vector<PFConversion> reco::PFConversionCollection |
collection of PFConversion objects
Definition at line 9 of file PFConversionFwd.h.
persistent reference to PFConversion objects
Definition at line 15 of file PFConversionFwd.h.
reference to PFConversion collection
Definition at line 18 of file PFConversionFwd.h.
vector of references to PFConversion objects all in the same collection
Definition at line 21 of file PFConversionFwd.h.
typedef std::vector<PFDisplacedTrackerVertex> reco::PFDisplacedTrackerVertexCollection |
collection of DisplacedTrackerVertexs
Definition at line 44 of file PFDisplacedTrackerVertex.h.
persistent reference to a DisplacedTrackerVertex
Definition at line 46 of file PFDisplacedTrackerVertex.h.
vector of reference to Track in the same collection
Definition at line 48 of file PFDisplacedTrackerVertex.h.
typedef std::vector<PFDisplacedVertexCandidate> reco::PFDisplacedVertexCandidateCollection |
collection of PFDisplacedVertexCandidate objects
Definition at line 10 of file PFDisplacedVertexCandidateFwd.h.
handle to a PFDisplacedVertexCandidate collection
Definition at line 19 of file PFDisplacedVertexCandidateFwd.h.
persistent reference to a PFDisplacedVertexCandidate objects
Definition at line 16 of file PFDisplacedVertexCandidateFwd.h.
typedef std::vector<PFDisplacedVertex> reco::PFDisplacedVertexCollection |
collection of PFDisplacedVertex objects
Definition at line 10 of file PFDisplacedVertexFwd.h.
handle to a PFDisplacedVertex collection
Definition at line 19 of file PFDisplacedVertexFwd.h.
persistent reference to a PFDisplacedVertex objects
Definition at line 16 of file PFDisplacedVertexFwd.h.
typedef std::vector<PFDisplacedVertexSeed> reco::PFDisplacedVertexSeedCollection |
collection of PFDisplacedVertexSeed objects
Definition at line 10 of file PFDisplacedVertexSeedFwd.h.
handle to a PFDisplacedVertexSeed collection
Definition at line 19 of file PFDisplacedVertexSeedFwd.h.
persistent reference to a PFDisplacedVertexSeed objects
Definition at line 16 of file PFDisplacedVertexSeedFwd.h.
typedef edm::AssociationVector<JetRefBaseProd, std::vector<std::vector<PFRecoTauChargedHadron> > > reco::PFJetChargedHadronAssociationBase |
Definition at line 12 of file PFJetChargedHadronAssociation.h.
Definition at line 23 of file PFJetChargedHadronAssociation.h.
Definition at line 24 of file PFJetChargedHadronAssociation.h.
Definition at line 25 of file PFJetChargedHadronAssociation.h.
Definition at line 26 of file PFJetChargedHadronAssociation.h.
typedef std::vector<PFJet> reco::PFJetCollection |
collection of PFJet objects
Definition at line 14 of file PFJetCollection.h.
typedef edm::FwdPtr<PFJet> reco::PFJetFwdPtr |
Definition at line 20 of file PFJetCollection.h.
typedef std::vector<edm::FwdPtr<PFJet> > reco::PFJetFwdPtrVector |
Definition at line 24 of file PFJetCollection.h.
typedef edm::FwdRef<PFJetCollection> reco::PFJetFwdRef |
Definition at line 19 of file PFJetCollection.h.
typedef std::vector<edm::FwdRef<PFJetCollection> > reco::PFJetFwdRefVector |
Definition at line 23 of file PFJetCollection.h.
typedef edm::Ref<PFJetCollection> reco::PFJetRef |
edm references
Definition at line 18 of file PFJetCollection.h.
Definition at line 22 of file PFJetCollection.h.
Definition at line 21 of file PFJetCollection.h.
typedef std::vector< PFMET > reco::PFMETCollection |
collection of PFMET objects
Definition at line 20 of file PFMETCollection.h.
typedef edm::Ref<PFMETCollection> reco::PFMETRef |
edm references
Definition at line 16 of file PFMETFwd.h.
Definition at line 18 of file PFMETFwd.h.
Definition at line 17 of file PFMETFwd.h.
typedef std::vector<PFMultilink> reco::PFMultilinksType |
collection of PFSuperCluster objects
Definition at line 22 of file PFMultilinksTC.h.
typedef std::vector<PFNuclearInteraction> reco::PFNuclearInteractionCollection |
collection of NuclearInteractions
Definition at line 57 of file PFNuclearInteraction.h.
persistent reference to a NuclearInteraction
Definition at line 59 of file PFNuclearInteraction.h.
vector of reference to Track in the same collection
Definition at line 61 of file PFNuclearInteraction.h.
ref to base vector for dealing with views
Definition at line 27 of file PFRecHitFwd.h.
typedef std::vector<PFRecHit> reco::PFRecHitCollection |
collection of PFRecHit objects
Definition at line 9 of file PFRecHitFwd.h.
using reco::PFRecHitECALParamsHostCollection = typedef PortableHostCollection<PFRecHitECALParamsSoA> |
Definition at line 9 of file PFRecHitParamsHostCollection.h.
using reco::PFRecHitECALParamsSoA = typedef PFRecHitECALParamsSoALayout<> |
Definition at line 18 of file PFRecHitParamsSoA.h.
using reco::PFRecHitECALTopologyHostCollection = typedef PortableHostCollection<PFRecHitECALTopologySoA> |
Definition at line 9 of file PFRecHitTopologyHostCollection.h.
using reco::PFRecHitECALTopologySoA = typedef PFRecHitECALTopologySoALayout<> |
Definition at line 26 of file PFRecHitTopologySoA.h.
Definition at line 8 of file PFRecHitFractionHostCollection.h.
using reco::PFRecHitFractionSoA = typedef PFRecHitFractionSoALayout<> |
Definition at line 13 of file PFRecHitFractionSoA.h.
using reco::PFRecHitHCALParamsHostCollection = typedef PortableHostCollection<PFRecHitHCALParamsSoA> |
Definition at line 8 of file PFRecHitParamsHostCollection.h.
using reco::PFRecHitHCALParamsSoA = typedef PFRecHitHCALParamsSoALayout<> |
Definition at line 17 of file PFRecHitParamsSoA.h.
using reco::PFRecHitHCALTopologyHostCollection = typedef PortableHostCollection<PFRecHitHCALTopologySoA> |
Definition at line 8 of file PFRecHitTopologyHostCollection.h.
using reco::PFRecHitHCALTopologySoA = typedef PFRecHitHCALTopologySoALayout<> |
Definition at line 25 of file PFRecHitTopologySoA.h.
using reco::PFRecHitHostCollection = typedef PortableHostCollection<PFRecHitSoA> |
Definition at line 9 of file PFRecHitHostCollection.h.
typedef edm::Ref<PFRecHitCollection> reco::PFRecHitRef |
persistent reference to PFRecHit objects
Definition at line 15 of file PFRecHitFwd.h.
reference to PFRecHit collection
Definition at line 18 of file PFRecHitFwd.h.
vector of references to PFRecHit objects all in the same collection
Definition at line 21 of file PFRecHitFwd.h.
using reco::PFRecHitsNeighbours = typedef Eigen::Matrix<int32_t, 8, 1> |
Definition at line 14 of file PFRecHitSoA.h.
using reco::PFRecHitSoA = typedef PFRecHitSoALayout<> |
Definition at line 28 of file PFRecHitSoA.h.
using reco::PFRecHitsTopologyNeighbours = typedef Eigen::Matrix<uint32_t, 8, 1> |
Definition at line 13 of file PFRecHitTopologySoA.h.
typedef std::vector<PFRecoTauChargedHadron> reco::PFRecoTauChargedHadronCollection |
collection of PFRecoTauChargedHadron objects
Definition at line 12 of file PFRecoTauChargedHadronFwd.h.
presistent reference to a PFRecoTauChargedHadron
Definition at line 16 of file PFRecoTauChargedHadronFwd.h.
references to PFRecoTauChargedHadron collection
Definition at line 18 of file PFRecoTauChargedHadronFwd.h.
vector of references to PFRecoTauChargedHadron objects all in the same collection
Definition at line 20 of file PFRecoTauChargedHadronFwd.h.
iterator over a vector of references to PFRecoTauChargedHadron objects all in the same collection
Definition at line 22 of file PFRecoTauChargedHadronFwd.h.
iterator over a vector of references to PFRecTrack objects
Definition at line 24 of file PFRecTrackFwd.h.
typedef std::vector<PFRecTrack> reco::PFRecTrackCollection |
collection of PFRecTrack objects
Definition at line 9 of file PFRecTrackFwd.h.
persistent reference to PFRecTrack objects
Definition at line 15 of file PFRecTrackFwd.h.
reference to PFRecTrack collection
Definition at line 18 of file PFRecTrackFwd.h.
vector of references to PFRecTrack objects all in the same collection
Definition at line 21 of file PFRecTrackFwd.h.
iterator over a vector of references to PFSimParticle objects
Definition at line 24 of file PFSimParticleFwd.h.
typedef std::vector<PFSimParticle> reco::PFSimParticleCollection |
collection of PFSimParticle objects
Definition at line 9 of file PFSimParticleFwd.h.
persistent reference to PFSimParticle objects
Definition at line 15 of file PFSimParticleFwd.h.
reference to PFSimParticle collection
Definition at line 18 of file PFSimParticleFwd.h.
vector of references to PFSimParticle objects all in the same collection
Definition at line 21 of file PFSimParticleFwd.h.
typedef edm::AssociationVector<PFTauRefProd, std::vector<reco::PFTau3ProngSummaryRef> > reco::PFTau3ProngSumAssociation |
Definition at line 14 of file PFTau3ProngSummaryAssociation.h.
Definition at line 16 of file PFTau3ProngSummaryAssociation.h.
Definition at line 17 of file PFTau3ProngSummaryAssociation.h.
Definition at line 18 of file PFTau3ProngSummaryAssociation.h.
Definition at line 15 of file PFTau3ProngSummaryAssociation.h.
iterator over a vector of references to PFTau3ProngSummary objects all in the same collection
Definition at line 19 of file PFTau3ProngSummaryFwd.h.
typedef std::vector<reco::PFTau3ProngSummary> reco::PFTau3ProngSummaryCollection |
collection of PFTau3ProngSummary objects
Definition at line 9 of file PFTau3ProngSummaryFwd.h.
presistent reference to a PFTau3ProngSummary
Definition at line 13 of file PFTau3ProngSummaryFwd.h.
references to PFTau3ProngSummary collection
Definition at line 15 of file PFTau3ProngSummaryFwd.h.
vector of references to PFTau3ProngSummary objects all in the same collection
Definition at line 17 of file PFTau3ProngSummaryFwd.h.
iterator over a vector of references to PFTau objects all in the same collection
Definition at line 19 of file PFTauFwd.h.
typedef std::vector<PFTau> reco::PFTauCollection |
collection of PFTau objects
Definition at line 9 of file PFTauFwd.h.
iterator over a vector of references to PFTauDecayMode objects all in the same collection
Definition at line 19 of file PFTauDecayModeFwd.h.
typedef edm::AssociationVector<PFTauRefProd, reco::PFTauDecayModeCollection> reco::PFTauDecayModeAssociation |
Definition at line 16 of file PFTauDecayModeAssociation.h.
Definition at line 18 of file PFTauDecayModeAssociation.h.
Definition at line 19 of file PFTauDecayModeAssociation.h.
Definition at line 20 of file PFTauDecayModeAssociation.h.
Definition at line 17 of file PFTauDecayModeAssociation.h.
typedef std::vector<PFTauDecayMode> reco::PFTauDecayModeCollection |
collection of PFTauDecayMode objects
Definition at line 9 of file PFTauDecayModeFwd.h.
Definition at line 13 of file PFTauDecayModeAssociation.h.
presistent reference to a PFTauDecayMode
Definition at line 13 of file PFTauDecayModeFwd.h.
references to PFTauDecayMode collection
Definition at line 15 of file PFTauDecayModeFwd.h.
vector of references to PFTauDecayMode objects all in the same collection
Definition at line 17 of file PFTauDecayModeFwd.h.
typedef edm::AssociationVector<PFTauRefProd, std::vector<float> > reco::PFTauDiscriminatorBase |
Definition at line 10 of file PFTauDiscriminator.h.
typedef edm::AssociationVector<PFTauRefProd, std::vector<int> > reco::PFTauDiscriminatorByIsolationBase |
Definition at line 10 of file PFTauDiscriminatorByIsolation.h.
Definition at line 22 of file PFTauDiscriminatorByIsolation.h.
Definition at line 23 of file PFTauDiscriminatorByIsolation.h.
Definition at line 24 of file PFTauDiscriminatorByIsolation.h.
Definition at line 21 of file PFTauDiscriminatorByIsolation.h.
Definition at line 22 of file PFTauDiscriminator.h.
Definition at line 23 of file PFTauDiscriminator.h.
Definition at line 24 of file PFTauDiscriminator.h.
Definition at line 21 of file PFTauDiscriminator.h.
typedef edm::Ptr<reco::PFTau> reco::PFTauPtr |
Definition at line 35 of file CutApplicatorBase.h.
typedef edm::Ref<PFTauCollection> reco::PFTauRef |
presistent reference to a PFTau
Definition at line 13 of file PFTauFwd.h.
references to PFTau collection
Definition at line 15 of file PFTauFwd.h.
vector of references to PFTau objects all in the same collection
Definition at line 17 of file PFTauFwd.h.
iterator over a vector of references to PFTauTagInfo objects all in the same collection
Definition at line 19 of file PFTauTagInfoFwd.h.
typedef std::vector<PFTauTagInfo> reco::PFTauTagInfoCollection |
collection of PFTauTagInfo objects
Definition at line 9 of file PFTauTagInfoFwd.h.
presistent reference to a PFTauTagInfo
Definition at line 13 of file PFTauTagInfoFwd.h.
references to PFTauTagInfo collection
Definition at line 15 of file PFTauTagInfoFwd.h.
vector of references to PFTauTagInfo objects all in the same collection
Definition at line 17 of file PFTauTagInfoFwd.h.
typedef edm::AssociationVector<PFTauRefProd, std::vector<reco::PFTauTransverseImpactParameterRef> > reco::PFTauTIPAssociation |
Definition at line 17 of file PFTauTransverseImpactParameterAssociation.h.
Definition at line 19 of file PFTauTransverseImpactParameterAssociation.h.
Definition at line 20 of file PFTauTransverseImpactParameterAssociation.h.
Definition at line 21 of file PFTauTransverseImpactParameterAssociation.h.
Definition at line 18 of file PFTauTransverseImpactParameterAssociation.h.
typedef PFTauTransverseImpactParameterRefVector::iterator reco::PFTauTransverseImpactParameter_iterator |
iterator over a vector of references to PFTauTransverseImpactParameter objects all in the same collection
Definition at line 19 of file PFTauTransverseImpactParameterFwd.h.
typedef std::vector<reco::PFTauTransverseImpactParameter> reco::PFTauTransverseImpactParameterCollection |
collection of PFTauTransverseImpactParameter objects
Definition at line 9 of file PFTauTransverseImpactParameterFwd.h.
presistent reference to a PFTauTransverseImpactParameter
Definition at line 13 of file PFTauTransverseImpactParameterFwd.h.
typedef edm::RefProd<PFTauTransverseImpactParameterCollection> reco::PFTauTransverseImpactParameterRefProd |
references to PFTauTransverseImpactParameter collection
Definition at line 15 of file PFTauTransverseImpactParameterFwd.h.
typedef edm::RefVector<PFTauTransverseImpactParameterCollection> reco::PFTauTransverseImpactParameterRefVector |
vector of references to PFTauTransverseImpactParameter objects all in the same collection
Definition at line 17 of file PFTauTransverseImpactParameterFwd.h.
typedef edm::AssociationVector<PFTauRefProd, std::vector<reco::VertexRef> > reco::PFTauVertexAssociation |
Definition at line 23 of file PFTauTransverseImpactParameterAssociation.h.
Definition at line 25 of file PFTauTransverseImpactParameterAssociation.h.
Definition at line 26 of file PFTauTransverseImpactParameterAssociation.h.
Definition at line 27 of file PFTauTransverseImpactParameterAssociation.h.
Definition at line 24 of file PFTauTransverseImpactParameterAssociation.h.
typedef edm::AssociationVector<PFTauRefProd, std::vector<std::vector<reco::VertexRef> > > reco::PFTauVertexVAssociation |
Definition at line 29 of file PFTauTransverseImpactParameterAssociation.h.
Definition at line 31 of file PFTauTransverseImpactParameterAssociation.h.
Definition at line 32 of file PFTauTransverseImpactParameterAssociation.h.
Definition at line 33 of file PFTauTransverseImpactParameterAssociation.h.
Definition at line 30 of file PFTauTransverseImpactParameterAssociation.h.
typedef std::vector<PFV0> reco::PFV0Collection |
typedef edm::Ref<PFV0Collection> reco::PFV0Ref |
typedef edm::RefProd<PFV0Collection> reco::PFV0RefProd |
typedef std::vector<PhiWedge> reco::PhiWedgeCollection |
Definition at line 83 of file PhiWedge.h.
iterator over a vector of reference to Photon objects
Definition at line 24 of file PhotonFwd.h.
typedef edm::AssociationMap<edm::OneToOne<reco::PhotonCollection, reco::CandidateCollection> > reco::PhotonCandidateAssociation |
Definition at line 12 of file PhotonCandidateAssociation.h.
typedef std::vector< reco::Photon > reco::PhotonCollection |
collectin of Photon objects
Definition at line 9 of file PhotonFwd.h.
iterator over a vector of reference to PhotonCore objects
Definition at line 24 of file PhotonCoreFwd.h.
typedef std::vector<PhotonCore> reco::PhotonCoreCollection |
collectin of PhotonCore objects
Definition at line 9 of file PhotonCoreFwd.h.
reference to an object in a collection of PhotonCore objects
Definition at line 15 of file PhotonCoreFwd.h.
reference to a collection of PhotonCore objects
Definition at line 18 of file PhotonCoreFwd.h.
vector of objects in the same collection of PhotonCore objects
Definition at line 21 of file PhotonCoreFwd.h.
typedef edm::AssociationMap<edm::OneToValue<std::vector<reco::Photon>, float> > reco::PhotonIsolationMap |
Definition at line 13 of file PhotonIsolationAssociation.h.
typedef edm::AssociationMap<edm::OneToValue<std::vector<reco::Photon>, float> > reco::PhotonPi0DiscriminatorAssociationMap |
Definition at line 15 of file PhotonPi0DiscriminatorAssociation.h.
typedef edm::Ptr<reco::Photon> reco::PhotonPtr |
Definition at line 33 of file CutApplicatorBase.h.
typedef edm::Ref<PhotonCollection> reco::PhotonRef |
reference to an object in a collection of Photon objects
Definition at line 15 of file PhotonFwd.h.
reference to a collection of Photon objects
Definition at line 18 of file PhotonFwd.h.
vector of objects in the same collection of Photon objects
Definition at line 21 of file PhotonFwd.h.
typedef std::vector<reco::PileUpPFCandidate> reco::PileUpPFCandidateCollection |
collection of PileUpPFCandidates
Definition at line 9 of file PileUpPFCandidateFwd.h.
typedef PileUpPFCandidateCollection::const_iterator reco::PileUpPFCandidateConstIterator |
iterator
Definition at line 15 of file PileUpPFCandidateFwd.h.
typedef PileUpPFCandidateCollection::iterator reco::PileUpPFCandidateIterator |
iterator
Definition at line 18 of file PileUpPFCandidateFwd.h.
persistent reference to a PileUpPFCandidate
Definition at line 24 of file PileUpPFCandidateFwd.h.
persistent reference to a PileUpPFCandidate
Definition at line 21 of file PileUpPFCandidateFwd.h.
persistent reference to a PileUpPFCandidates collection
Definition at line 27 of file PileUpPFCandidateFwd.h.
vector of reference to GenParticleCandidate in the same collection
Definition at line 30 of file PileUpPFCandidateFwd.h.
typedef std::vector<reco::PixelClusterTagInfo> reco::PixelClusterTagInfoCollection |
Definition at line 70 of file PixelClusterTagInfo.h.
typedef std::vector<reco::PreId> reco::PreIdCollection |
Definition at line 6 of file PreIdFwd.h.
typedef edm::Ref<reco::PreIdCollection> reco::PreIdRef |
Definition at line 8 of file PreIdFwd.h.
iterator over a vector of references to PreshowerCluster objects
Definition at line 27 of file PreshowerClusterFwd.h.
typedef std::vector<PreshowerCluster> reco::PreshowerClusterCollection |
collection of PreshowerCluster objects
Definition at line 12 of file PreshowerClusterFwd.h.
persistent reference to PreshowerCluster objects
Definition at line 18 of file PreshowerClusterFwd.h.
reference to PreshowerCluster collection
Definition at line 21 of file PreshowerClusterFwd.h.
vector of references to PreshowerCluster objects all in the same collection
Definition at line 24 of file PreshowerClusterFwd.h.
iterator over a vector of references to PreshowerClusterShape objects
Definition at line 28 of file PreshowerClusterShapeFwd.h.
typedef std::vector<PreshowerClusterShape> reco::PreshowerClusterShapeCollection |
collection of PreshowerClusterShape objects
Definition at line 13 of file PreshowerClusterShapeFwd.h.
persistent reference to PreshowerClusterShape objects
Definition at line 19 of file PreshowerClusterShapeFwd.h.
reference to PreshowerClusterShape collection
Definition at line 22 of file PreshowerClusterShapeFwd.h.
vector of references to PreshowerClusterShape objects all in the same collection
Definition at line 25 of file PreshowerClusterShapeFwd.h.
typedef std::vector<reco::PUSubMETCandInfo> reco::PUSubMETCandInfoCollection |
Definition at line 9 of file PUSubMETDataFwd.h.
iterator over a vector of reference to RecoChargedCandidate objects
Definition at line 24 of file RecoChargedCandidateFwd.h.
typedef std::vector<RecoChargedCandidate> reco::RecoChargedCandidateCollection |
collectin of RecoChargedCandidate objects
Definition at line 9 of file RecoChargedCandidateFwd.h.
typedef edm::AssociationMap<edm::OneToValue<std::vector<reco::RecoChargedCandidate>, float> > reco::RecoChargedCandidateIsolationMap |
Definition at line 14 of file RecoChargedCandidateIsolation.h.
reference to an object in a collection of RecoChargedCandidate objects
Definition at line 15 of file RecoChargedCandidateFwd.h.
reference to a collection of RecoChargedCandidate objects
Definition at line 18 of file RecoChargedCandidateFwd.h.
vector of objects in the same collection of RecoChargedCandidate objects
Definition at line 21 of file RecoChargedCandidateFwd.h.
iterator over a vector of reference to RecoChargedRefCandidate objects
Definition at line 24 of file RecoChargedRefCandidateFwd.h.
Definition at line 10 of file RecoChargedRefCandidate.h.
typedef std::vector<RecoChargedRefCandidate> reco::RecoChargedRefCandidateCollection |
collectin of LeafRefCandidateT<reco::TrackRef> objects
Definition at line 12 of file RecoChargedRefCandidateFwd.h.
reference to an object in a collection of RecoChargedRefCandidate objects
Definition at line 15 of file RecoChargedRefCandidateFwd.h.
reference to a collection of RecoChargedRefCandidate objects
Definition at line 18 of file RecoChargedRefCandidateFwd.h.
Definition at line 26 of file RecoChargedRefCandidateFwd.h.
vector of objects in the same collection of RecoChargedRefCandidate objects
Definition at line 21 of file RecoChargedRefCandidateFwd.h.
iterator over a vector of reference to RecoEcalCandidate objects
Definition at line 24 of file RecoEcalCandidateFwd.h.
typedef std::vector<RecoEcalCandidate> reco::RecoEcalCandidateCollection |
collectin of RecoEcalCandidate objects
Definition at line 9 of file RecoEcalCandidateFwd.h.
typedef edm::AssociationMap<edm::OneToValue<std::vector<reco::RecoEcalCandidate>, float> > reco::RecoEcalCandidateIsolationMap |
Definition at line 14 of file RecoEcalCandidateIsolation.h.
reference to an object in a collection of RecoEcalCandidate objects
Definition at line 15 of file RecoEcalCandidateFwd.h.
reference to a collection of RecoEcalCandidate objects
Definition at line 18 of file RecoEcalCandidateFwd.h.
vector of objects in the same collection of RecoEcalCandidate objects
Definition at line 21 of file RecoEcalCandidateFwd.h.
iterator over a vector of reference to RecoPFClusterRefCandidate objects
Definition at line 24 of file RecoPFClusterRefCandidateFwd.h.
Definition at line 10 of file RecoPFClusterRefCandidate.h.
typedef std::vector<RecoPFClusterRefCandidate> reco::RecoPFClusterRefCandidateCollection |
collectin of LeafRefCandidateT<reco::TrackRef> objects
Definition at line 12 of file RecoPFClusterRefCandidateFwd.h.
reference to an object in a collection of RecoPFClusterRefCandidate objects
Definition at line 15 of file RecoPFClusterRefCandidateFwd.h.
reference to a collection of RecoPFClusterRefCandidate objects
Definition at line 18 of file RecoPFClusterRefCandidateFwd.h.
Definition at line 26 of file RecoPFClusterRefCandidateFwd.h.
typedef edm::RefVector<RecoPFClusterRefCandidateCollection> reco::RecoPFClusterRefCandidateRefVector |
vector of objects in the same collection of RecoPFClusterRefCandidate objects
Definition at line 21 of file RecoPFClusterRefCandidateFwd.h.
typedef edm::Ptr< reco::Photon > reco::recoPhotonPtr |
Definition at line 28 of file PhotonPFIsolationWithConeVeto.cc.
iterator over a vector of reference to RecoStandAloneMuonCandidate objects
Definition at line 24 of file RecoStandAloneMuonCandidateFwd.h.
typedef std::vector<RecoStandAloneMuonCandidate> reco::RecoStandAloneMuonCandidateCollection |
collectin of RecoStandAloneMuonCandidate objects
Definition at line 9 of file RecoStandAloneMuonCandidateFwd.h.
reference to an object in a collection of RecoStandAloneMuonCandidate objects
Definition at line 15 of file RecoStandAloneMuonCandidateFwd.h.
typedef edm::RefProd<RecoStandAloneMuonCandidateCollection> reco::RecoStandAloneMuonCandidateRefProd |
reference to a collection of RecoStandAloneMuonCandidate objects
Definition at line 18 of file RecoStandAloneMuonCandidateFwd.h.
typedef edm::RefVector<RecoStandAloneMuonCandidateCollection> reco::RecoStandAloneMuonCandidateRefVector |
vector of objects in the same collection of RecoStandAloneMuonCandidate objects
Definition at line 21 of file RecoStandAloneMuonCandidateFwd.h.
typedef std::vector<RecoTauPiZero> reco::RecoTauPiZeroCollection |
collection of RecoTauPiZero objects
Definition at line 9 of file RecoTauPiZeroFwd.h.
presistent reference to a RecoTauPiZero
Definition at line 13 of file RecoTauPiZeroFwd.h.
references to RecoTauPiZero collection
Definition at line 15 of file RecoTauPiZeroFwd.h.
vector of references to RecoTauPiZero objects all in the same collection
Definition at line 17 of file RecoTauPiZeroFwd.h.
iterator over a vector of references to RecoTauPiZero objects all in the same collection
Definition at line 19 of file RecoTauPiZeroFwd.h.
typedef edm::AssociationMap< edm::OneToManyWithQualityGeneric< edm::View< reco::Track >, reco::GenParticleCollection, double > > reco::RecoToGenCollection |
Definition at line 32 of file TrackToGenParticleAssociator.h.
using reco::RecoToSimCollection = typedef RecoToSimCollectionT<edm::View<reco::Track> > |
Definition at line 28 of file TrackAssociation.h.
using reco::RecoToSimCollectionSeed = typedef RecoToSimCollectionT<edm::View<TrajectorySeed> > |
Definition at line 29 of file TrackAssociation.h.
using reco::RecoToSimCollectionT = typedef edm::AssociationMap<edm::OneToManyWithQualityGeneric<T_TrackColl, TrackingParticleCollection, double> > |
Definition at line 26 of file TrackAssociation.h.
Definition at line 30 of file TrackAssociation.h.
typedef ObjectSelectorStreamProducer<RecoTrackRefSelector, reco::TrackRefVector> reco::RecoTrackRefSelector |
Definition at line 19 of file RecoTrackRefSelector.cc.
typedef ObjectSelectorStreamProducer<RecoTrackViewRefSelector, edm::RefToBaseVector<reco::Track> > reco::RecoTrackViewRefSelector |
Definition at line 7 of file RecoTrackViewRefSelector.cc.
Definition at line 11 of file SecondaryVertex.h.
typedef reco::TemplatedSecondaryVertexTagInfo<reco::TrackIPTagInfo, reco::Vertex> reco::SecondaryVertexTagInfo |
Definition at line 9 of file SecondaryVertexTagInfo.h.
typedef std::vector< SecondaryVertexTagInfo > reco::SecondaryVertexTagInfoCollection |
Definition at line 11 of file SecondaryVertexTagInfo.h.
Definition at line 11 of file SecondaryVertexTagInfo.h.
Definition at line 11 of file SecondaryVertexTagInfo.h.
Definition at line 11 of file SecondaryVertexTagInfo.h.
Definition at line 11 of file SecondaryVertexTagInfo.h.
typedef std::vector< ShallowTagInfo > reco::ShallowTagInfoCollection |
Definition at line 31 of file ShallowTagInfo.h.
Definition at line 31 of file ShallowTagInfo.h.
Definition at line 31 of file ShallowTagInfo.h.
Definition at line 31 of file ShallowTagInfo.h.
Definition at line 31 of file ShallowTagInfo.h.
typedef std::map<TrackingParticleRef, std::vector<std::pair<edm::RefToBase<reco::Muon>, double> > > reco::SimToMuonCollection |
Definition at line 38 of file MuonTrackType.h.
using reco::SimToRecoCollection = typedef SimToRecoCollectionT<edm::View<reco::Track> > |
Definition at line 20 of file TrackAssociation.h.
using reco::SimToRecoCollectionSeed = typedef SimToRecoCollectionT<edm::View<TrajectorySeed> > |
Definition at line 21 of file TrackAssociation.h.
using reco::SimToRecoCollectionT = typedef edm::AssociationMap<edm::OneToManyWithQualityGeneric<TrackingParticleCollection, T_TrackColl, double> > |
Definition at line 18 of file TrackAssociation.h.
Definition at line 22 of file TrackAssociation.h.
iterator over a vector of reference to SiStripElectron objects
Definition at line 24 of file SiStripElectronFwd.h.
typedef std::vector<SiStripElectron> reco::SiStripElectronCollection |
collectin of SiStripElectron objects
Definition at line 9 of file SiStripElectronFwd.h.
reference to an object in a collection of SiStripElectron objects
Definition at line 15 of file SiStripElectronFwd.h.
reference to a collection of SiStripElectron objects
Definition at line 18 of file SiStripElectronFwd.h.
vector of objects in the same collection of SiStripElectron objects
Definition at line 21 of file SiStripElectronFwd.h.
Definition at line 13 of file SoftLeptonTagInfo.h.
typedef std::vector< SoftLeptonTagInfo > reco::SoftLeptonTagInfoCollection |
Definition at line 15 of file SoftLeptonTagInfo.h.
Definition at line 15 of file SoftLeptonTagInfo.h.
Definition at line 15 of file SoftLeptonTagInfo.h.
Definition at line 15 of file SoftLeptonTagInfo.h.
Definition at line 15 of file SoftLeptonTagInfo.h.
iterator over a vector of reference to SuperClusters
Definition at line 24 of file SuperClusterFwd.h.
typedef std::vector<SuperCluster> reco::SuperClusterCollection |
collection of SuperCluser objectr
Definition at line 9 of file SuperClusterFwd.h.
reference to an object in a collection of SuperCluster objects
Definition at line 15 of file SuperClusterFwd.h.
reference to a collection of SuperCluster objects
Definition at line 18 of file SuperClusterFwd.h.
vector of references to objects in the same colletion of SuperCluster objects
Definition at line 21 of file SuperClusterFwd.h.
typedef float reco::TaggingValue |
Definition at line 177 of file TaggingVariable.h.
typedef std::pair<TaggingVariableName, TaggingValue> reco::TaggingVariable |
Definition at line 181 of file TaggingVariable.h.
typedef std::vector< TaggingVariableList > reco::TaggingVariableListCollection |
Definition at line 243 of file TaggingVariable.h.
Definition at line 243 of file TaggingVariable.h.
Definition at line 243 of file TaggingVariable.h.
Definition at line 243 of file TaggingVariable.h.
Definition at line 243 of file TaggingVariable.h.
Definition at line 17 of file TauDiscriminatorContainer.h.
typedef std::vector< TauImpactParameterInfo > reco::TauImpactParameterInfoCollection |
Definition at line 43 of file TauImpactParameterInfo.h.
Definition at line 43 of file TauImpactParameterInfo.h.
Definition at line 43 of file TauImpactParameterInfo.h.
Definition at line 43 of file TauImpactParameterInfo.h.
Definition at line 43 of file TauImpactParameterInfo.h.
typedef std::vector< TauMassTagInfo > reco::TauMassTagInfoCollection |
Definition at line 55 of file TauMassTagInfo.h.
Definition at line 55 of file TauMassTagInfo.h.
Definition at line 55 of file TauMassTagInfo.h.
Definition at line 55 of file TauMassTagInfo.h.
Definition at line 55 of file TauMassTagInfo.h.
iterator over a vector of reference to Track in the same collection
Definition at line 32 of file TrackFwd.h.
association to a track collection
Definition at line 23 of file TrackFwd.h.
typedef edm::RefToBase<reco::Track> reco::TrackBaseRef |
persistent reference to a Track, using views
Definition at line 35 of file TrackFwd.h.
vector of persistent references to a Track, using views
Definition at line 38 of file TrackFwd.h.
Definition at line 18 of file TrackCaloClusterAssociation.h.
Definition at line 19 of file TrackCaloClusterAssociation.h.
typedef edm::AssociationMap<edm::OneToOne<reco::TrackCollection, reco::CandidateCollection> > reco::TrackCandidateAssociation |
Definition at line 12 of file TrackCandidateAssociation.h.
Definition at line 17 of file TrackCandidateCaloClusterAssociation.h.
typedef edm::ValueMap<reco::CaloClusterPtrVector> reco::TrackCandidateCaloClusterPtrVectorAssociation |
Definition at line 18 of file TrackCandidateCaloClusterAssociation.h.
Definition at line 15 of file TrackCandidateSuperClusterAssociation.h.
typedef std::vector<Track> reco::TrackCollection |
collection of Tracks
Definition at line 14 of file TrackFwd.h.
typedef std::vector< TrackCountingTagInfo > reco::TrackCountingTagInfoCollection |
Definition at line 81 of file TrackCountingTagInfo.h.
Definition at line 81 of file TrackCountingTagInfo.h.
Definition at line 81 of file TrackCountingTagInfo.h.
Definition at line 81 of file TrackCountingTagInfo.h.
Definition at line 81 of file TrackCountingTagInfo.h.
Definition at line 13 of file TrackDeDxHits.h.
typedef edm::AssociationVector<reco::TrackRefProd, std::vector<reco::DeDxHitCollection> > reco::TrackDeDxHitsCollection |
Definition at line 12 of file TrackDeDxHits.h.
Definition at line 14 of file TrackDeDxHits.h.
Definition at line 15 of file TrackDeDxHits.h.
Definition at line 16 of file TrackDeDxHits.h.
iterator over a vector of references to TrackExtra in the same collection
Definition at line 25 of file TrackExtraFwd.h.
typedef std::vector<TrackExtra> reco::TrackExtraCollection |
collection of TrackExtra objects
Definition at line 10 of file TrackExtraFwd.h.
persistent reference to a TrackExtra
Definition at line 16 of file TrackExtraFwd.h.
reference to a TrackExtra collection
Definition at line 19 of file TrackExtraFwd.h.
vector of references to TrackExtra in the same collection
Definition at line 22 of file TrackExtraFwd.h.
typedef std::vector<TrackInfo> reco::TrackInfoCollection |
collection of TrackInfos
Definition at line 9 of file TrackInfoFwd.h.
Definition at line 13 of file TrackInfoFwd.h.
Definition at line 15 of file TrackInfoFwd.h.
Definition at line 17 of file TrackInfoFwd.h.
Definition at line 18 of file TrackInfoTrackAssociation.h.
typedef edm::AssociationMap<edm::OneToOne<TrackCollection, TrackInfoCollection> > reco::TrackInfoTrackAssociationCollection |
Definition at line 16 of file TrackInfoTrackAssociation.h.
Definition at line 21 of file TrackInfoTrackAssociation.h.
Definition at line 24 of file TrackInfoTrackAssociation.h.
typedef edm::RefVector<TrackInfoTrackAssociationCollection> reco::TrackInfoTrackAssociationRefVector |
Definition at line 27 of file TrackInfoTrackAssociation.h.
Definition at line 10 of file TrackIPTagInfo.h.
typedef std::vector< TrackIPTagInfo > reco::TrackIPTagInfoCollection |
Definition at line 12 of file TrackIPTagInfo.h.
Definition at line 12 of file TrackIPTagInfo.h.
Definition at line 12 of file TrackIPTagInfo.h.
Definition at line 12 of file TrackIPTagInfo.h.
Definition at line 12 of file TrackIPTagInfo.h.
typedef std::vector<TrackJet> reco::TrackJetCollection |
collection of TrackJet objects
Definition at line 14 of file TrackJetCollection.h.
typedef edm::FwdPtr<TrackJet> reco::TrackJetFwdPtr |
Definition at line 18 of file TrackJetCollection.h.
typedef std::vector<edm::FwdPtr<TrackJet> > reco::TrackJetFwdPtrVector |
Definition at line 21 of file TrackJetCollection.h.
Definition at line 17 of file TrackJetCollection.h.
typedef std::vector<edm::FwdRef<TrackJetCollection> > reco::TrackJetFwdRefVector |
Definition at line 20 of file TrackJetCollection.h.
typedef edm::Ref<TrackJetCollection> reco::TrackJetRef |
edm references
Definition at line 16 of file TrackJetCollection.h.
Definition at line 22 of file TrackJetCollection.h.
Definition at line 19 of file TrackJetCollection.h.
using reco::TrackLayout = typedef typename reco::TrackSoA<TrackerTraits>::template Layout<> |
Definition at line 43 of file TracksSoA.h.
typedef std::vector< TrackProbabilityTagInfo > reco::TrackProbabilityTagInfoCollection |
Definition at line 126 of file TrackProbabilityTagInfo.h.
Definition at line 126 of file TrackProbabilityTagInfo.h.
Definition at line 126 of file TrackProbabilityTagInfo.h.
Definition at line 126 of file TrackProbabilityTagInfo.h.
Definition at line 126 of file TrackProbabilityTagInfo.h.
typedef edm::Ref<TrackCollection> reco::TrackRef |
persistent reference to a Track
Definition at line 20 of file TrackFwd.h.
persistent reference to a Track collection
Definition at line 26 of file TrackFwd.h.
vector of reference to Track in the same collection
Definition at line 29 of file TrackFwd.h.
using reco::TrackSoAConstView = typedef typename reco::TrackSoA<TrackerTraits>::template Layout<>::ConstView |
Definition at line 47 of file TracksSoA.h.
using reco::TrackSoAView = typedef typename reco::TrackSoA<TrackerTraits>::template Layout<>::View |
Definition at line 45 of file TracksSoA.h.
Definition at line 14 of file TrackSuperClusterAssociation.h.
typedef TrackTauImpactParameterAssociationCollection::value_type reco::TrackTauImpactParameterAssociation |
Definition at line 20 of file TauImpactParameterInfo.h.
typedef edm::AssociationMap<edm::OneToValue<reco::TrackCollection, reco::TauImpactParameterTrackData> > reco::TrackTauImpactParameterAssociationCollection |
Definition at line 18 of file TauImpactParameterInfo.h.
typedef edm::AssociationMap<edm::OneToOne<reco::TrackCollection, reco::TrackCollection> > reco::TrackToTrackMap |
Definition at line 16 of file TrackToTrackMap.h.
typedef FeaturesTagInfo<btagbtvdeep::UnifiedParticleTransformerAK4Features> reco::UnifiedParticleTransformerAK4TagInfo |
Definition at line 9 of file UnifiedParticleTransformerAK4TagInfo.h.
typedef std::vector< UnifiedParticleTransformerAK4TagInfo > reco::UnifiedParticleTransformerAK4TagInfoCollection |
Definition at line 11 of file UnifiedParticleTransformerAK4TagInfo.h.
typedef edm::FwdRef< UnifiedParticleTransformerAK4TagInfoCollection> reco::UnifiedParticleTransformerAK4TagInfoFwdRef |
Definition at line 11 of file UnifiedParticleTransformerAK4TagInfo.h.
typedef edm::Ref< UnifiedParticleTransformerAK4TagInfoCollection> reco::UnifiedParticleTransformerAK4TagInfoRef |
Definition at line 11 of file UnifiedParticleTransformerAK4TagInfo.h.
typedef edm::RefProd< UnifiedParticleTransformerAK4TagInfoCollection> reco::UnifiedParticleTransformerAK4TagInfoRefProd |
Definition at line 11 of file UnifiedParticleTransformerAK4TagInfo.h.
typedef edm::RefVector< UnifiedParticleTransformerAK4TagInfoCollection> reco::UnifiedParticleTransformerAK4TagInfoRefVector |
Definition at line 11 of file UnifiedParticleTransformerAK4TagInfo.h.
iterator over a vector of references to Vertex objects in the same collection
Definition at line 19 of file VertexFwd.h.
persistent reference to a Vertex, using views
Definition at line 21 of file VertexFwd.h.
typedef std::vector<Vertex> reco::VertexCollection |
collection of Vertex objects
Definition at line 9 of file VertexFwd.h.
vector of references to objects in the same collection of Candidate objects via base type
Definition at line 29 of file VertexCompositeCandidateFwd.h.
typedef std::vector<VertexCompositeCandidate> reco::VertexCompositeCandidateCollection |
collection of Candidate objects
Definition at line 19 of file VertexCompositeCandidateFwd.h.
persistent reference to an object in a collection of Candidate objects
Definition at line 23 of file VertexCompositeCandidateFwd.h.
reference to a collection of Candidate objects
Definition at line 27 of file VertexCompositeCandidateFwd.h.
vector of references to objects in the same collection of Candidate objects
Definition at line 25 of file VertexCompositeCandidateFwd.h.
view of a collection containing candidates
Definition at line 21 of file VertexCompositeCandidateFwd.h.
typedef edm::RefToBaseProd<VertexCompositePtrCandidate> reco::VertexCompositePtrCandidateBaseRefProd |
vector of references to objects in the same collection of Candidate objects via base type
Definition at line 31 of file VertexCompositePtrCandidateFwd.h.
typedef edm::RefToBaseVector<VertexCompositePtrCandidate> reco::VertexCompositePtrCandidateBaseRefVector |
vector of references to objects in the same collection of Candidate objects via base type
Definition at line 27 of file VertexCompositePtrCandidateFwd.h.
typedef std::vector<VertexCompositePtrCandidate> reco::VertexCompositePtrCandidateCollection |
collection of Candidate objects
Definition at line 19 of file VertexCompositePtrCandidateFwd.h.
persistent reference to an object in a collection of Candidate objects
Definition at line 23 of file VertexCompositePtrCandidateFwd.h.
typedef edm::RefProd<VertexCompositePtrCandidateCollection> reco::VertexCompositePtrCandidateRefProd |
reference to a collection of Candidate objects
Definition at line 29 of file VertexCompositePtrCandidateFwd.h.
typedef edm::RefVector<VertexCompositePtrCandidateCollection> reco::VertexCompositePtrCandidateRefVector |
vector of references to objects in the same collection of Candidate objects
Definition at line 25 of file VertexCompositePtrCandidateFwd.h.
view of a collection containing candidates
Definition at line 21 of file VertexCompositePtrCandidateFwd.h.
typedef edm::AssociationMap<edm::OneToManyWithQuality<edm::View<reco::Vertex>, TrackingVertexCollection, double> > reco::VertexRecoToSimCollection |
Definition at line 16 of file VertexAssociation.h.
typedef edm::Ref<VertexCollection> reco::VertexRef |
persistent reference to a Vertex
Definition at line 13 of file VertexFwd.h.
persistent reference to a Vertex
Definition at line 15 of file VertexFwd.h.
vector of references to Vertex objects in the same collection
Definition at line 17 of file VertexFwd.h.
typedef edm::AssociationMap<edm::OneToManyWithQuality<TrackingVertexCollection, edm::View<reco::Vertex>, double> > reco::VertexSimToRecoCollection |
Definition at line 14 of file VertexAssociation.h.
Definition at line 37 of file VoronoiBackground.h.
using reco::ZVertexSoA = typedef ZVertexLayout<> |
Definition at line 21 of file ZVertexSoA.h.
using reco::ZVertexSoAConstView = typedef ZVertexSoA::ConstView |
Definition at line 23 of file ZVertexSoA.h.
using reco::ZVertexSoAView = typedef ZVertexSoA::View |
Definition at line 22 of file ZVertexSoA.h.
Definition at line 46 of file MuonSimInfo.h.
enum reco::MuonSimType |
Definition at line 31 of file MuonSimInfo.h.
enum reco::MuonTrackType |
MuonTrackType.h "SimDataFormats/Associations/interface/MuonTrackType.h"
Description: Types of muon tracks used by MuonToSimAssociator
Usage: <usage>
Enumerator | |
---|---|
InnerTk | |
OuterTk | |
GlobalTk | |
Segments | |
GlbOrTrk |
Definition at line 28 of file MuonTrackType.h.
enum reco::RecHitType |
Enumerator | |
---|---|
Single | |
Matched | |
Projected | |
Null |
Definition at line 16 of file TrackInfoEnum.h.
enum reco::StateType |
Enumerator | |
---|---|
Updated | |
Combined | |
FwPredicted | |
BwPredicted |
Definition at line 14 of file TrackInfoEnum.h.
constexpr int32_t reco::ceil | ( | float | num | ) |
Definition at line 7 of file constexpr_cmath.h.
References EgammaValidation_cff::num.
Referenced by electrons_cff::_get_bitmapVIDForEle_docstring(), SiPixelMonitorRecHitsSoAAlpaka< T >::analyze(), SiPixelCompareRecHitsSoAAlpaka< T >::analyze(), SiPixelCompareRecHitsSoA< T >::analyze(), SiPixelMonitorRecHitsSoA< T >::analyze(), L1TCaloParamsViewer::analyze(), mkfit::axis< float, bin_index_t, 16, 8 >::axis(), edm::service::CondorStatusService::beginPost(), trklet::ProducerKFout::beginRun(), HLTMuonPlotter::beginRun(), GctFormatTranslateV38::blockToGctEmCandsAndEnergySums(), GctFormatTranslateV38::blockToGctJetCandsAndCounts(), HistogramManager::book(), FastTimerService::PlotsPerElement::book(), DTLocalTriggerSynchTest::bookChambHistos(), DTLocalTriggerSynchTask::bookHistos(), tt::Setup::calculateConstants(), HGCalCellUV::cellUVFromXY2(), HGCalCellUV::cellUVFromXY3(), PlotCompareUtility::compare(), TotemT2Segmentation::computeBins(), CordicXilinx::CordicXilinx(), PFBenchmarkAlgo::deltaPhi(), cscdqm::Detector::Detector(), EmDQM::dqmBeginRun(), trklet::DRin::DRin(), L1TStage2InputPatternWriter::endJob(), L1TS2PFJetInputPatternWriter::endJob(), trackerTFP::KalmanFilterFormats::endJob(), l1tVertexFinder::VertexFinder::fastHisto(), MaterialBudgetTrackerHistos::fillEndTrack(), MaterialBudgetHGCalHistos::fillEndTrack(), fillFunctionParamsValues(), sistrip::FEDBufferPayloadCreator::fillRawChannelBuffer(), MkFitGeometryESProducer::fillShapeAndPlacement(), ThroughputServiceClient::fillSummaryPlots(), PFFilter::filter(), PFMETFilter::filter(), trackerTFP::Format< v, p >::Format(), trackerTFP::FormatKF< v >::FormatKF(), HcalDeterministicFit::get205Frac(), HcalDeterministicFit::get206Frac(), HcalDeterministicFit::get207Frac(), HcalDeterministicFit::getLandauFrac(), RPLinearChargeCollectionDrifter::getSigma(), RPixLinearChargeCollectionDrifter::getSigma_(), SSDigitizerAlgorithm::getSignalScale(), RPSimTopology::GetStripsInvolved(), HLTMuonMatchAndPlot::HLTMuonMatchAndPlot(), SiTrivialInduceChargeOnStrips::induceOriginal(), SiTrivialInduceChargeOnStrips::induceVector(), CTPPSTrackDistributionPlotter::RPPlots::init(), VIDNestedWPBitmapProducer< T >::initNCuts(), trklet::Settings::krinvpars(), tmtt::MiniHTstage::linkIDLoadBalanced(), DTTracoCard::loadTRACO(), SMS::location(), photons_cff::make_bitmapVID_docstring(), l1ct::Scales::makeDR2FromFloatDR(), median(), CSCGEMMatcher::mitigatedSlopeByConsistency(), MuonResidualsFitter_logPowerLawTails(), logintpack::pack16logCeil(), logintpack::pack8logCeil(), l1t::TriggerMenuParser::parsePhi_Trig_LUTS(), ParticleTowerProducer< T >::phi2iphi(), PPSAlignmentConfigurationESSource::PPSAlignmentConfigurationESSource(), process(), TTUEmulator::processTtu(), trklet::KFin::produce(), SiStripClusters2ApproxClusters::produce(), l1t::CaloTools::regionEta(), l1t::CaloParamsHelperO2O::regionPUSValue(), l1t::CaloParamsHelper::regionPUSValue(), cmsswPreprocessor.CmsswPreprocessor::run(), DTTracoChip::run(), DTTriggerLutTest::runClientDiagnostic(), mkfit::LayerOfHits::Initializator::setup(), SiStripApproximateCluster::SiStripApproximateCluster(), XHistogram::splitSegment(), DD4hep_XHistogram::splitSegment(), StripSubClusterShapeFilterBase::testLastHit(), l1t::stage2::CaloTowerUnpacker::unpack(), l1t::stage2::GlobalAlgBlkUnpacker::unpack(), l1t::stage1::MissEtUnpacker::unpack(), l1t::stage1::EtSumUnpacker::unpack(), l1t::stage1::CaloSpareHFUnpacker::unpack(), l1t::stage1::MissHtUnpacker::unpack(), l1t::stage2::GlobalExtBlkUnpacker::unpack(), l1t::stage1::HFRingUnpacker::unpack(), l1t::stage1::legacy::EtSumUnpacker::unpack(), l1t::stage1::legacy::HFRingUnpacker::unpack(), l1t::stage2::RegionalMuonGMTUnpacker::unpack(), l1t::stage2::EtSumUnpacker_0x10010057::unpack(), l1t::stage2::ZDCUnpacker::unpack(), l1t::stage2::EGammaUnpacker::unpack(), l1t::stage2::EtSumUnpacker::unpack(), l1t::stage2::JetUnpacker::unpack(), l1t::stage2::TauUnpacker::unpack(), l1t::stage2::IntermediateMuonUnpacker::unpack(), l1t::stage2::MuonUnpacker::unpack(), l1t::stage1::unpack_em(), l1t::stage1::unpack_region(), LatencyHistosUsingDb::update(), and trackerTFP::KalmanFilter::update().
ALPAKA_FN_HOST_ACC ALPAKA_FN_INLINE constexpr float reco::charge | ( | ConstView const & | tracks, |
int32_t | i | ||
) |
Definition at line 73 of file TracksSoA.h.
References f, nano_mu_digi_cff::float, mps_fire::i, DiMuonV_cfg::tracks, and findQualityFiles::v.
Referenced by SiPixelCompareTrackSoAAlpaka< T >::analyze(), TrackDetectorAssociator::associate(), reco::PFMETProducerMVA::chargedEnFrac(), reco::PFBlockElementTrack::Dump(), reco::PFBlockElementBrem::Dump(), reco::PFBlockElementGsfTrack::Dump(), reco::HcalNoiseInfoProducer::filldigis(), L2TauNNProducerAlpaka::fillPatatracks(), WZInterestingEventSelector::filter(), reco::tau::RecoTauConstructor::get(), reco::mlpf::getElementProperties(), TrackDetectorAssociator::getFreeTrajectoryState(), reco::PFTau3ProngSummary::M_12(), reco::PFTau3ProngSummary::M_13(), reco::PFTau3ProngSummary::M_23(), reco::mlpf::makeCandidate(), reco::tau::RecoTauChargeCleanerPlugin::operator()(), reco::V0Filter::operator()(), PixelHitMatcher::BarrelMeasurementEstimator::operator()(), PixelHitMatcher::ForwardMeasurementEstimator::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::Kernel_print_found_ntuplets< TrackerTraits >::operator()(), reco::TrackJet::resetCharge(), AddFourMomenta::set(), reco::tau::RecoTauBuilderConePlugin::setTauQuantities(), reco::PFTau3ProngSummary::Tau_Charge(), and reco::PFDisplacedVertex::totalCharge().
int reco::checkMethod | ( | const edm::FunctionWithDict & | mem, |
const edm::TypeWithDict & | type, | ||
const std::vector< AnyMethodArgument > & | args, | ||
std::vector< AnyMethodArgument > & | fixuppedArgs | ||
) |
Definition at line 24 of file findMethod.cc.
References writedatasetfile::args, mps_fire::i, reco::parser::kIsConstructor, reco::parser::kIsDestructor, reco::parser::kIsFunctionAddedByROOT, reco::parser::kIsNotConst, reco::parser::kIsNotPublic, reco::parser::kIsStatic, reco::parser::kWrongArgumentType, reco::parser::kWrongNumberOfArguments, and mem.
Referenced by findMethod().
|
inline |
Definition at line 1139 of file HitPattern.h.
References reco::PatternSet< N >::begin(), reco::PatternSet< N >::nhit, LaserDQM_cfg::p1, SiStripOfflineCRack_cfg::p2, and DBoxMetadataHelper::set_intersection().
constexpr double reco::deltaPhi | ( | double | phi1, |
double | phi2 | ||
) |
Definition at line 26 of file deltaPhi.h.
References reduceRange().
Referenced by reco::tau::RecoTauPiZeroStripPlugin3::addCandsToStrip(), tmtt::StubKiller::addDeadLayerModulesToDeadModuleList(), L1TCorrelatorLayer1Producer::addDecodedTrack(), TrackDetectorAssociator::addTAMuonSegmentMatch(), CATopJetAlgorithm::adjacentCells(), SUSY_HLT_DiJet_MET::analyze(), HLTInclusiveVBFSource::analyze(), TkConvValidator::analyze(), SiPixelCompareTrackSoAAlpaka< T >::analyze(), SiPixelCompareTrackSoA< T >::analyze(), IsolatedTracksCone::analyze(), PackedCandidateTrackValidator::analyze(), B2GDQM::analyzeAllHad(), B2GDQM::analyzeSemiE(), B2GDQM::analyzeSemiMu(), SeedForPhotonConversionFromQuadruplets::bubbleReverseSortVsPhi(), SeedForPhotonConversionFromQuadruplets::bubbleSortVsPhi(), ticl::PatternRecognitionbyCLUE3D< TILES >::calculateDistanceToHigher(), ticl::PatternRecognitionbyCLUE3D< TILES >::calculateLocalDensity(), QGTagger::calcVariables(), tmtt::HTrphi::cell(), tmtt::DigitalStub::changePhiSec(), tmtt::DigitalStub::checkAccuracy(), tmtt::DigitalTrack::checkAccuracy(), ConversionProducer::checkPhi(), tmtt::L1track3D::chiPhi(), EgammaSuperClusters::closestMCParticle(), egammaisolation::EgammaRecHitExtractor::collect(), btagbtvdeep::commonCandidateToFeatures(), reco::EcalClustersGraph::computeCovariances(), PileupJetIdAlgo::computeIdVariables(), MVAJetPuId::computeIdVariables(), reco::EcalClustersGraph::computeVariables(), tmtt::L1fittedTrack::consistentSector(), EGEnergyCorrector::CorrectedEnergyWithError(), EGEnergyCorrector::CorrectedEnergyWithErrorV3(), deltaPhi(), tt::deltaPhi(), tmtt::DigitalStub::DigitalStub(), tmtt::DigitalTrack::DigitalTrack(), PFRecoTauDiscriminationByHPSSelection::discriminate(), HGCalLayerTilesT< T, WRAPPER >::distance2(), HLTEcalResonanceFilter::doSelection(), L1EGCrystalClusterEmulatorProducer::SimpleCaloHit::dphi(), EcalDeadCellDeltaRFilter::dPhiToMETfunc(), MuonGmtPair::dR(), GenMuonGMTPair::dR2(), HGCalClusterTools::energyInCone(), tmtt::MiniHTstage::exec(), TrackTimeValueMapProducer::extractTrackVertexTime(), TopDiLeptonOffline::MonitorEnsemble::fill(), EcalRegressionData::fill(), L1TEGammaOffline::fillElectrons(), L1TStage2CaloLayer2Offline::fillEnergySums(), DeepTauIdBase< TritonEDProducer<> >::fillGrids(), JetDQM::fillHistograms(), reco::tau::fillIsoMVARun2Inputs(), L1TStage2CaloLayer2Offline::fillJets(), DeepBoostedJetTagInfoProducer::fillParticleFeatures(), L1TEGammaOffline::fillPhotons(), DeepBoostedJetTagInfoProducer::fillSVFeatures(), StudyCaloGen::fillTrack(), IsolatedGenParticles::fillTrack(), tmtt::Histos::fillTrackFitting(), VBFGenJetFilter::filter(), FFTJetDijetFilter::filter(), tmtt::SimpleLR4::fit(), FixedGridEnergyDensity::fixedGridRho(), GenMuonGMTPair::getDeltaVar(), MuonGmtPair::getDeltaVar(), L2TauNNProducerAlpaka::getEtaPhiIndices(), L2TauNNProducer::getEtaPhiIndices(), SeedMvaEstimator::getL1MuonVariables(), SeedMvaEstimatorPhase2::getL1TTVariables(), SeedMvaEstimator::getL2MuonVariables(), ConversionProducer::getMatchedBC(), HitPairGeneratorFromLayerPairForPhotonConversion::getPhiRange(), EGRegressionModifierV3::getRegData(), SCEnergyCorrectorSemiParm::getRegDataECALV1(), SCEnergyCorrectorSemiParm::getRegDataHGCALV1(), EgammaRecHitIsolation::getSum_(), tmtt::HTrphi::helix2Dconventional(), tmtt::HTrphi::helix2Dhough(), HitQuadrupletGeneratorFromLayerPairForPhotonConversion::hitPairs(), HLTJetPairDzMatchFilter< T >::hltFilter(), HLTMinDPhiMETFilter::hltFilter(), HLTDoublet< T1, T2 >::hltFilter(), HLTJetSortedVBFFilter< T >::hltFilter(), reco::EcalClustersGraph::initWindows(), tmtt::Sector::insidePhi(), tmtt::HTrphi::iPhiRange(), ConversionSeedFilter::isCompatible(), ME0SegmentAlgorithm::isGoodToMerge(), GEMSegmentAlgorithm::isGoodToMerge(), tmtt::StubKiller::killStub(), TTTrack_TrackWord::localPhi(), tmtt::DigitalTrack::makeDigitalTrack(), L1SeedConePFJetProducer::makeJet_SW(), PreshowerPhiClusterAlgo::makeOneCluster(), OutInConversionSeedFinder::makeSeeds(), ConversionTools::matchesConversion(), ConversionProducer::matchingSC(), reco::RecoTauPiZero::maxDeltaPhi(), EGRegressionModifierV2::modifyObject(), EGRegressionModifierV1::modifyObject(), reco::tau::RecoTauElectronRejectionPlugin::operator()(), CMSInsideOutAlgorithm::ListIteratorLesserByDeltaR::operator()(), reco::parser::deltaPhi_f::operator()(), reco::tau::RecoTauPiZeroStripPlugin::operator()(), DeltaPhi< T1, T2 >::operator()(), EtaPhiRegion::operator()(), reco::isodeposit::Direction::operator-(), egHLT::EgJetTagProbeCut< T >::pass(), egHLT::EgJetB2BCut< T >::pass(), PFClusterWidthAlgo::PFClusterWidthAlgo(), tmtt::KFTrackletTrack::phiAtChosenR(), tmtt::L1track3D::phiAtChosenR(), tmtt::L1fittedTrack::phiAtChosenR(), BPHPlusMinusCandidate::phiDiff(), L2TauPixelTrackMatch::produce(), MkFitEventOfHitsProducer::produce(), JetConstituentTableProducer< T >::produce(), ConversionSeedFilterCharge::produce(), PreshowerPhiClusterProducer::produce(), L1CaloJetProducer::produce(), HLTJetHFCleaner< JetType >::produce(), MuonIdProducer::produce(), LowPtGsfElectronSeedProducer::propagateTrackToCalo(), reco::tau::pt_weighted_dx_T(), pat::PATMuonProducer::puppiCombinedIsolation(), AreaSeededTrackingRegionsBuilder::Builder::regionImpl(), tmtt::KFbase::residual(), tmtt::ChiSquaredFit4::residuals(), HcalIsoTrkSimAnalyzer::rhoh(), HcalIsoTrkAnalyzer::rhoh(), AlCaHcalIsotrkProducer::rhoh(), pTFrom2Stubs::rInvFrom2(), tmtt::KFParamsComb::seedX(), tmtt::HTrphi::store(), btagbtvdeep::svToFeatures(), TrackAndHCALLinker::testLink(), track_associator::trackAssociationChi2(), lowptgsfeleid::trackClusterMatching(), tmtt::KFParamsComb::trackParams(), tmtt::KFParamsComb::trackParams_BeamConstr(), tmtt::TP::trkPhiAtR(), tmtt::HTrphi::trueCell(), tmtt::DigitalStub::undigitize(), KDTreeLinkerTrackHcal::updatePFBlockEltWithLinks(), tmtt::KFParamsComb::vectorM(), and magneticfield::volumeHandle::volumeHandle().
constexpr double reco::deltaPhi | ( | float | phi1, |
double | phi2 | ||
) |
constexpr double reco::deltaPhi | ( | double | phi1, |
float | phi2 | ||
) |
constexpr float reco::deltaPhi | ( | float | phi1, |
float | phi2 | ||
) |
constexpr auto reco::deltaPhi | ( | T1 const & | t1, |
T2 const & | t2 | ||
) | -> decltype(deltaPhi(t1.phi(), t2.phi())) |
Definition at line 35 of file deltaPhi.h.
References deltaPhi(), RandomServiceHelper::t1, and RandomServiceHelper::t2.
constexpr auto reco::deltaR | ( | const T1 & | t1, |
const T2 & | t2 | ||
) | -> decltype(t1.eta()) |
Definition at line 30 of file deltaR.h.
References deltaR2(), mathSSE::sqrt(), RandomServiceHelper::t1, and RandomServiceHelper::t2.
Referenced by L1HPSPFTauBuilder::addL1PFCandidates(), MiniAODSVAnalyzer::analyze(), SUSY_HLT_VBF_Mu::analyze(), RPCPhiEff::analyze(), HLTInclusiveVBFSource::analyze(), BTVHLTOfflineSource::analyze(), BPHMonitor::analyze(), ParticleNetJetTagMonitor::analyze(), StandaloneTrackMonitor::analyze(), StudyTriggerHLT::analyze(), ECALMultifitAnalyzer_HI::analyze(), L1Validator::analyze(), MtdEleIsoValidation::analyze(), StudyCaloResponse::analyze(), PhotonAnalyzer::analyze(), EopElecTreeWriter::analyze(), IsolatedTracksNxN::analyze(), ExoticaDQM::analyzeDisplacedJets(), ExoticaDQM::analyzeDisplacedLeptons(), B2GDQM::analyzeSemiE(), B2GDQM::analyzeSemiMu(), btagbtvdeep::TrackInfoBuilder::buildTrackInfo(), reco::helper::JetMuonHitsIDHelper::calculate(), LeptonInJetProducer< T >::calculateLSF(), MultipleAlgoIterator::calculateOrphanInput(), PileUpSubtractor::calculateOrphanInput(), MtdTracksValidation::checkAcceptance(), btagbtvdeep::commonCandidateToFeatures(), PileupJetIdAlgo::computeIdVariables(), MVAJetPuId::computeIdVariables(), GenPartIsoProducer::computeIso(), reco::isodeposit::Direction::deltaR(), CaloSubdetectorGeometry::deltaR(), muonisolation::CaloExtractor::deposit(), muonisolation::JetExtractor::deposit(), muonisolation::CaloExtractorByAssociator::deposits(), PFRecoTauDiscriminationByIsolation::discriminate(), PFRecoTauDiscriminationByIsolationContainer::discriminate(), TauL1TPair::dR(), HcalIsoTrkSimAnalyzer::dR(), HcalIsoTrkAnalyzer::dR(), AlCaHcalIsotrkProducer::dR(), l1t::TkBsCandidate::dRPhiPair(), l1t::TkPhiCandidate::dRTrkPair(), lowptgsfeleid::features_V1(), PFJetMonitor::fill(), PFCandidateMonitor::fill(), TopDiLeptonOffline::MonitorEnsemble::fill(), L1ValidatorHists::Fill(), egHLT::trigTools::fillHLTposition(), reco::tau::fillIsoMVARun2Inputs(), ParticleNetFeatureEvaluator::fillLostTrackFeatures(), TrackToTrackComparisonHists::fillMap(), tmtt::TP::fillNearestJetInfo(), pat::helper::BasicOverlapTest::fillOverlapsForItem(), ParticleNetFeatureEvaluator::fillParticleFeatures(), DeepBoostedJetTagInfoProducer::fillParticleFeatures(), DeepBoostedJetTagInfoProducer::fillSVFeatures(), muonisolation::CaloExtractor::fillVetos(), PFJetFilter::filter(), L1Validator::FindBest(), L1CaloJetProducer::get_deltaR(), PileUpSubtractor::getCone(), btagbtvdeep::getDRSubjetFeatures(), TtDilepEvtSolution::getJetResidual(), SeedMvaEstimatorPhase2::getL1TTVariables(), TtDilepEvtSolution::getLeptonResidual(), BTVHLTOfflineSource::getOfflineBTagTracks(), BTVHLTOfflineSource::getOnlineBTagTracks(), SCEnergyCorrectorSemiParm::getRegDataECALV1(), EcalDeadCellDeltaRFilter::isCloseToBadEcalChannel(), egammaTools::localEcalClusterCoordsEB(), egammaTools::localEcalClusterCoordsEE(), main(), reco::modules::HICaloCompatibleTrackSelector::matchByDrAllowReuse(), ConversionTools::matchesConversion(), BPHMonitor::matchToTrigger(), btagbtvdeep::mindrsvpfcand(), EGRegressionModifierV1::modifyObject(), MtdTracksValidation::mvaGenRecMatch(), HcalIsoTrkAnalyzer::notaMuon(), AlCaHcalIsotrkProducer::notaMuon(), reco::TrackSelector::operator()(), reco::tau::RecoTauElectronRejectionPlugin::operator()(), reco::parser::deltaR_f::operator()(), reco::tau::RecoTauEnergyRecoveryPlugin2::operator()(), reco::tau::PFRecoTauEnergyAlgorithmPlugin::operator()(), WPlusJetsEventSelector::operator()(), reco::tau::PFRecoTauChargedHadronFromPFCandidatePlugin::operator()(), DeltaR< T1, T2 >::operator()(), reco::tau::PFRecoTauChargedHadronFromGenericTrackPlugin< TrackClass >::operator()(), DeepTauIdBase< TritonEDProducer<> >::processSignalPFComponents(), ElectronMatchedCandidateProducer::produce(), JetSubstructurePacker::produce(), JetConstituentTableProducer< T >::produce(), GenPartIsoProducer::produce(), LeptonInJetProducer< T >::produce(), DeepDoubleXTagInfoProducer::produce(), IsolatedEcalPixelTrackCandidateProducer::produce(), BetaStarVarProducer< T >::produce(), SoftPFElectronTagInfoProducer::produce(), SoftPFMuonTagInfoProducer::produce(), ObjectViewMatcher< T1, T2 >::produce(), IsolatedPixelTrackCandidateProducer::produce(), BoostedDoubleSVProducer::produce(), BJetEnergyRegressionVarProducer< T >::produce(), IsolatedPixelTrackCandidateL1TProducer::produce(), ObjectViewCleaner< T >::produce(), PixelClusterTagInfoProducer::produce(), UnifiedParticleTransformerAK4TagInfoProducer::produce(), SelectedElectronFEDListProducer< TEle, TCand >::produce(), reco::tau::pt_weighted_dx_T(), AcceptJet::ratio(), btagbtvdeep::seedingTracksToFeatures(), egHLT::trigTools::setFiltersObjPasses(), L1HPSPFTauBuilder::setL1PFTauSeed(), reco::tau::RecoTauBuilderConePlugin::setTauQuantities(), btagbtvdeep::svToFeatures(), HcalIsoTrkAnalyzer::trackP(), and AlCaHcalIsotrkProducer::trackP().
constexpr T1 reco::deltaR | ( | T1 | eta1, |
T2 | phi1, | ||
T3 | eta2, | ||
T4 | phi2 | ||
) |
Definition at line 46 of file deltaR.h.
References deltaR2(), HLT_2024v12_cff::eta1, HLT_2024v12_cff::eta2, and mathSSE::sqrt().
constexpr auto reco::deltaR2 | ( | const T1 & | t1, |
const T2 & | t2 | ||
) | -> decltype(t1.eta()) |
Definition at line 16 of file deltaR.h.
References funct::abs(), Calorimetry_cff::dp, StorageManager_cfg::e1, M_PI, LaserDQM_cfg::p1, SiStripOfflineCRack_cfg::p2, RandomServiceHelper::t1, and RandomServiceHelper::t2.
Referenced by EgammaIsoESDetIdCollectionProducer::addDetIds(), L1NNTauProducer::addTau(), TagAndProbeBtagTriggerMonitor::analyze(), ZCounting::analyze(), HGCalHitCalibration::analyze(), SagittaBiasNtuplizer::analyze(), SiPixelCompareTrackSoAAlpaka< T >::analyze(), SiPixelCompareTrackSoA< T >::analyze(), HLTMuonDimuonL3Filter::applyDiMuonSelection(), HGCGraphT< TILES >::areOverlappingOnSiblingLayers(), JetFlavourClustering::assignToSubjets(), PFRecoTauTagInfoAlgorithm::buildPFTauTagInfo(), ticl::PatternRecognitionbyCLUE3D< TILES >::calculateDistanceToHigher(), ticl::PatternRecognitionbyCLUE3D< TILES >::calculateLocalDensity(), HiPuRhoProducer::calculateOrphanInput(), PhotonMVABasedHaloTagger::calmatchedHBHECoordForBothHypothesis(), PhotonMVABasedHaloTagger::calphoClusCoordinECAL(), reco::PFMETProducerMVA::chargedFracInCone(), PrimaryVertexAssignment::chargedHadronVertex(), HLTMuonL3andL2PreFilter::checkOverlap(), metsig::METSignificance::cleanJet(), LowPtGsfElectronSCProducer::closestCluster(), EgammaTowerIsolationNew< NC >::compute(), HLT2L1TkMuonL1TkMuonMuRefDR::computeDR(), reco::PFMETProducerMVA::computeJetInfo(), reco::PFMETProducerMVA::computeLeptonInfo(), deltaR(), reco::isodeposit::Direction::deltaR2(), HGCalClusterTools::energyInCone(), HLTDQMTagAndProbeEff< TagType, TagCollType, ProbeType, ProbeCollType >::fill(), L2TauNNProducerAlpaka::fillCaloRecHits(), L2TauNNProducer::fillCaloRecHits(), L2TauNNProducerAlpaka::fillPatatracks(), L2TauNNProducer::fillPatatracks(), DeepBoostedJetTagInfoProducer::fillSVFeatures(), ParticleNetFeatureEvaluator::fillSVFeatures(), VBFGenJetFilter::filter(), AJJGenJetFilter::filter(), EgammaHLTPhase2ExtraProducer::filterObjs(), EgammaHLTExtraProducer::filterPFClusIso(), EgammaHLTPhase2ExtraProducer::filterRecHits(), EgammaHLTExtraProducer::filterRecHits(), EgammaHLTExtraProducer::filterTrks(), HLTJetSortedVBFFilter< T >::findCSV(), HLTJetHbbFilter< T >::findCSV(), DeepTauIdBase< TritonEDProducer<> >::findMatchedElectron(), PFElecTkProducer::findPfRef(), HLTSumJetTag< T >::findTagValueByMinDeltaR2(), HLTJetTag< T >::findTagValueByMinDeltaR2(), TrackIsoCalculator::getBkgSubTrackIso(), HcalGeometry::getCells(), EcalEndcapGeometry::getCells(), CaloSubdetectorGeometry::getCells(), EcalBarrelGeometry::getCells(), CaloSubdetectorGeometry::getClosestCell(), egamma::getClosestCtfToGsf(), metsig::METSignificance::getCovariance(), EcalClusterIsoCalculator::getEcalClusterIso(), HcalRechitIsoCalculator::getHcalRechitIso(), PhotonTkIsolation::getIso(), SeedMvaEstimator::getL1MuonVariables(), SeedMvaEstimator::getL2MuonVariables(), TrackIsoCalculator::getTrackIso(), Basic2DGenericPFlowClusterizer::growPFClusters(), PFlow2DClusterizerWithTime::growPFClusters(), HLTMuonTrkL1TkMuFilter::hltFilter(), HLTHcalNoiseFilter::hltFilter(), HLTDisplacedEgammaFilter::hltFilter(), HLTPFTauPairLeadTrackDzMatchFilter::hltFilter(), HLTDiMuonGlbTrkFilter::hltFilter(), HLTL1TMatchedJetsVBFFilter< T >::hltFilter(), HLTTripletMass< T1, T2, T3 >::hltFilter(), HLTFatJetMassFilter< jetType >::hltFilter(), TauTagFilter::hltFilter(), reco::isodeposit::OtherJetConstituentsDeltaRVeto::initialize(), MuonPFIsolationWithConeVeto::isInIsolationCone(), ElectronPFIsolationWithConeVeto::isInIsolationCone(), PhotonPFIsolationWithConeVeto::isInIsolationCone(), PhotonPFIsolationWithMapBasedVeto::isInIsolationCone(), ElectronPFIsolationWithMapBasedVeto::isInIsolationCone(), heppy::IsolationComputer::isoSumNeutralsWeighted(), heppy::IsolationComputer::isoSumRaw(), BTVMCFlavourTableProducer::jet_flavour(), HLTJetTimingProducer< T >::jetTimeFromEcalCells(), HGCGraphT< TILES >::makeAndConnectDoublets(), PFB::match(), HLTEgammaDoubleLegCombFilter::matchCands(), JetFlavourClustering::matchGroomedJets(), JetFlavourClustering::matchReclusteredJets(), reco::TrackSelector::operator()(), reco::tau::cone::DeltaRFilter< typename CandType::value_type >::operator()(), CMSInsideOutAlgorithm::ListIteratorLesserByDeltaR::operator()(), EtaPhiRegion::operator()(), EleTkIsolFromCands::operator()(), TopProjectorDeltaROverlap< Top, Bottom >::operator()(), HLTmumutktkVtxProducer::overlap(), HLTmumutkVtxProducer::overlap(), egHLT::EgTagProbeCut< T >::pass(), egHLT::EgJetTagProbeCut< T >::pass(), egHLT::EgJetB2BCut< T >::pass(), egHLT::EgTrigTagProbeCut::pass(), egHLT::EgTrigTagProbeCut_New::pass(), egHLT::EgTrigTagProbeCut_NewPho::pass(), HLTDoubletDZ< T1, T2 >::passCutMinDeltaR(), ZCounting::passGlobalMuon(), TriggerTools::passObj(), hltdqm::passTrig(), EgammaL1TkIsolation::passTrkSel(), L1NNTauProducer::process_SW(), CandPtrProjector::produce(), L1HLTJetsMatching::produce(), SingleLongTrackProducer::produce(), HLTJetsMatchedToFilteredJetsProducer< TriggerJetsType, TriggerJetsRefType >::produce(), HLTJetL1MatchProducer< T >::produce(), HLTTriMuonIsolation::produce(), HLTJetL1TMatchProducer< T >::produce(), PFJetsTauOverlapRemoval::produce(), ElectronRecalibSuperClusterAssociator::produce(), LowPtGsfElectronSCProducer::produce(), PFTauL1TJetsMatching::produce(), HLTDiPFJetPlusTausCandidatePFJetProducer::produce(), HLTJetCollectionsForBoostedLeptonPlusJets< jetType >::produce(), HLTMuonTrackSelector::produce(), HLTJetCollectionsForLeptonPlusJets< jetType >::produce(), JetConstituentTableProducer< T >::produce(), RecoTauGenericJetRegionProducer< JetType, CandType >::produce(), HLTScoutingCaloProducer::produce(), L1PrefiringWeightProducer::produce(), PFClusterMatchedToPhotonsSelector::produce(), HLTScoutingPFProducer::produce(), JetDeltaRTagInfoValueMapProducer< T, I >::produce(), L1TJetsMatching< T >::produce(), PFCandidateRecalibrator::produce(), HLTScoutingMuonProducer::produce(), SoftPFElectronTagInfoProducer::produce(), PixelJetPuId::produce(), BoostedDoubleSVProducer::produce(), BJetEnergyRegressionVarProducer< T >::produce(), ParticleTransformerAK4TagInfoProducer::produce(), JetDeltaRValueMapProducer< T, C, TN >::produce(), UnifiedParticleTransformerAK4TagInfoProducer::produce(), DeepFlavourTagInfoProducer::produce(), HLTJetsCleanedFromLeadingLeptons< JetType >::produce(), BTVMCFlavourTableProducer::produce(), HGCalIsoCalculator::produceHGCalIso(), LowPtGsfElectronSeedProducer::propagateTrackToCalo(), pat::PATMuonProducer::puppiCombinedIsolation(), CMSInsideOutAlgorithm::run(), GenJetClosestMatchSelectorDefinition::select(), PFClusterValidation::sumEnergy(), MultiTrackValidator::tpDR(), MultiTrackValidator::trackDR(), PuppiContainer::var_within_R(), reco::isodeposit::OtherCandidatesDeltaRVeto::veto(), reco::isodeposit::OtherJetConstituentsDeltaRVeto::veto(), PFRecoTauDiscriminationByIsolation::weightedSum(), PFRecoTauDiscriminationByIsolationContainer::weightedSum(), and VirtualJetProducer::writeJets().
constexpr T1 reco::deltaR2 | ( | T1 | eta1, |
T2 | phi1, | ||
T3 | eta2, | ||
T4 | phi2 | ||
) |
Definition at line 36 of file deltaR.h.
References funct::abs(), HLT_2024v12_cff::eta1, HLT_2024v12_cff::eta2, and M_PI.
EXPR* reco::expressionEvaluator | ( | const char * | pkg, |
const char * | iname, | ||
const std::string & | iexpr | ||
) |
Definition at line 25 of file ExpressionEvaluator.h.
References reco::ExpressionEvaluator::expr().
PerigeeCovarianceMatrix & reco::fillCovariance | ( | PerigeeCovarianceMatrix & | v, |
const float * | data | ||
) |
Definition at line 5 of file fillCovariance.cc.
References data, mps_fire::i, heavyIonCSV_trainingSettings::idx, dqmiolumiharvest::j, and findQualityFiles::v.
Referenced by reco::TrackBase::fill(), reco::TrackExtra::fillInner(), reco::TrackExtra::fillOuter(), reco::TrackExtra::innerStateCovariance(), and reco::TrackExtra::outerStateCovariance().
edm::MemberWithDict reco::findDataMember | ( | const edm::TypeWithDict & | iType, |
const std::string & | iName, | ||
int & | oError | ||
) |
Definition at line 30 of file findDataMember.cc.
References B, reco::parser::kIsNotPublic, reco::parser::kNameDoesNotExist, reco::parser::kNoError, and runTheMatrix::ret.
Referenced by reco::parser::MethodSetter::push().
std::pair<edm::FunctionWithDict, bool> reco::findMethod | ( | const edm::TypeWithDict & | type, |
const std::string & | name, | ||
const std::vector< reco::parser::AnyMethodArgument > & | args, | ||
std::vector< reco::parser::AnyMethodArgument > & | fixuppedArgs, | ||
const char * | where, | ||
int & | oError | ||
) |
Definition at line 130 of file findMethod.cc.
References writedatasetfile::args, B, checkMethod(), edm::TypeID::className(), relativeConstraints::empty, relativeConstraints::error, Exception, F(), f, fatalErrorCondition(), edm::TypeWithDict::finalType(), findMethod(), dqmdumpme::first, stringResolutionProvider_cfi::functions, B2GTnPMonitor_cfi::item, reco::parser::kNameDoesNotExist, reco::parser::kNoError, mem, Skims_PA_cff::name, nCasts(), jetUpdater_cfi::sort, AlCaHLTBitMon_QueryRunRegistry::string, edm::TypeWithDict::stripConstRef(), and submitPVValidationJobs::t.
Referenced by findMethod(), and reco::parser::MethodSetter::push().
std::pair<edm::FunctionWithDict, bool> reco::findMethod | ( | const edm::TypeWithDict & | t, |
const std::string & | name, | ||
const std::vector< AnyMethodArgument > & | args, | ||
std::vector< AnyMethodArgument > & | fixuppedArgs, | ||
const char * | iIterator, | ||
int & | oError | ||
) |
Definition at line 130 of file findMethod.cc.
References writedatasetfile::args, B, checkMethod(), edm::TypeID::className(), relativeConstraints::empty, relativeConstraints::error, Exception, F(), f, fatalErrorCondition(), edm::TypeWithDict::finalType(), findMethod(), dqmdumpme::first, stringResolutionProvider_cfi::functions, B2GTnPMonitor_cfi::item, reco::parser::kNameDoesNotExist, reco::parser::kNoError, mem, Skims_PA_cff::name, nCasts(), jetUpdater_cfi::sort, AlCaHLTBitMon_QueryRunRegistry::string, edm::TypeWithDict::stripConstRef(), and submitPVValidationJobs::t.
Referenced by findMethod(), and reco::parser::MethodSetter::push().
|
inline |
Definition at line 21 of file pdgIdUtils.h.
References funct::abs().
Referenced by StGenEvent::associatedB(), TopGenEvent::daughterQuarkOfWPlus(), StGenEvent::decayB(), TtGenEvent::hadronicDecayB(), TtGenEvent::hadronicDecayQuark(), TtGenEvent::hadronicDecayTop(), TtGenEvent::hadronicDecayW(), TtGenEvent::lepton(), TtGenEvent::leptonBar(), TtGenEvent::leptonicDecayB(), TtGenEvent::leptonicDecayTop(), TtGenEvent::leptonicDecayW(), TtGenEvent::neutrino(), TtGenEvent::neutrinoBar(), StGenEvent::singleTop(), and StGenEvent::singleW().
Definition at line 60 of file component.h.
References HltBtagPostValidation_cff::c, and get.
Definition at line 65 of file component.h.
References HltBtagPostValidation_cff::c, and get.
Definition at line 70 of file component.h.
References HltBtagPostValidation_cff::c, get, and mps_fire::i.
Definition at line 75 of file component.h.
References HltBtagPostValidation_cff::c, get, and mps_fire::i.
btau::TaggingVariableName reco::getTaggingVariableName | ( | const std::string & | name | ) |
Definition at line 318 of file TaggingVariable.cc.
References mps_fire::i, reco::btau::lastTaggingVariable, Skims_PA_cff::name, and TaggingVariableTokens.
Referenced by TagInfoMVACategorySelector::TagInfoMVACategorySelector().
HcalSubdetector reco::hcalSubdetector | ( | int | iEta, |
const HcalTopology & | topology | ||
) |
converts eta to the corresponding HCAL subdetector.
Definition at line 428 of file JetSpecific.cc.
References funct::abs(), PVValHelper::eta, HcalBarrel, HcalEmpty, HcalEndcap, HcalForward, l1tPhase2CaloJetEmulator_cfi::iEta, and HLT_2024v12_cff::topology.
Referenced by makeSpecific().
ALPAKA_FN_HOST_ACC ALPAKA_FN_INLINE void reco::init | ( | ZVertexSoAView & | vertices | ) |
Definition at line 25 of file ZVertexSoA.h.
References AlignmentTracksFromVertexSelector_cfi::vertices.
Referenced by PFCheckHitPattern::analyze(), TrackDetectorAssociator::associate(), and reco::tau::sumPFVector().
|
inline |
Definition at line 7 of file pdgIdUtils.h.
References funct::abs().
Referenced by HadronAndPartonSelector::produce().
|
inline |
Definition at line 13 of file pdgIdUtils.h.
References funct::abs().
Referenced by Rivet::RivetAnalysis::analyze(), BiasedTauDecayer::decay(), JetFlavourClustering::insertGhosts(), TtGenEvent::lepton(), TtGenEvent::leptonBar(), TopGenEvent::numberOfLeptons(), PuppiProducer::produce(), StGenEvent::singleLepton(), and TtGenEvent::singleLepton().
|
inline |
Definition at line 9 of file pdgIdUtils.h.
References funct::abs().
Referenced by CaloMuonMerger::produce(), HadronAndPartonSelector::produce(), PFAlgo::reconstructTrack(), and MEzCalculator::SetLepton().
|
inline |
Definition at line 17 of file pdgIdUtils.h.
References funct::abs().
Referenced by TtGenEvent::neutrino(), TtGenEvent::neutrinoBar(), StGenEvent::singleNeutrino(), and TtGenEvent::singleNeutrino().
|
inline |
Definition at line 11 of file pdgIdUtils.h.
References funct::abs().
Referenced by TauValidationMiniAOD::analyze(), EmbeddingHepMCFilter::decay_and_sump4Vis(), HadronAndPartonSelector::produce(), and L1DummyProducer::SimpleDigi().
ALPAKA_FN_HOST_ACC ALPAKA_FN_INLINE constexpr bool reco::isTriplet | ( | ConstView const & | tracks, |
int32_t | i | ||
) |
Definition at line 95 of file TracksSoA.h.
References mps_fire::i, and DiMuonV_cfg::tracks.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::LoadTracks< TrackerTraits >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::Kernel_tripletCleaner< TrackerTraits >::operator()(), and ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::Kernel_simpleTripletCleaner< TrackerTraits >::operator()().
bool reco::makeSpecific | ( | std::vector< reco::CandidatePtr > const & | towers, |
const CaloSubdetectorGeometry * | towerGeometry, | ||
reco::CaloJet::Specific * | caloJetSpecific, | ||
const HcalTopology & | topology | ||
) |
Make CaloJet specifics. Assumes PseudoJet is made from CaloTowerCandidates.
Definition at line 105 of file JetSpecific.cc.
References CaloSubdetectorGeometry::getGeometry(), HcalBarrel, HcalEndcap, HcalForward, hcalSubdetector(), reco::CaloJet::Specific::mEmEnergyInEB, reco::CaloJet::Specific::mEmEnergyInEE, reco::CaloJet::Specific::mEmEnergyInHF, reco::CaloJet::Specific::mEnergyFractionEm, reco::CaloJet::Specific::mEnergyFractionHadronic, reco::CaloJet::Specific::mHadEnergyInHB, reco::CaloJet::Specific::mHadEnergyInHE, reco::CaloJet::Specific::mHadEnergyInHF, reco::CaloJet::Specific::mHadEnergyInHO, reco::CaloJet::Specific::mMaxEInEmTowers, reco::CaloJet::Specific::mMaxEInHadTowers, reco::CaloJet::Specific::mTowersArea, jetUpdater_cfi::sort, HLT_2024v12_cff::topology, l1tHGCalTowerProducer_cfi::tower, and HLT_2024v12_cff::towers.
Referenced by writeSpecific().
bool reco::makeSpecific | ( | std::vector< reco::CandidatePtr > const & | particles, |
reco::PFJet::Specific * | pfJetSpecific, | ||
edm::ValueMap< float > const * | weights = nullptr |
||
) |
Make PFlowJet specifics. Assumes PseudoJet is made from ParticleFlowCandidates.
Definition at line 208 of file JetSpecific.cc.
References funct::abs(), reco::btau::chargedHadronMultiplicity, reco::btau::electronMultiplicity, reco::Candidate::energy(), reco::Candidate::get(), reco::PFCandidate::hoEnergy(), reco::PFJet::Specific::mChargedEmEnergy, reco::PFJet::Specific::mChargedHadronEnergy, reco::PFJet::Specific::mChargedHadronMultiplicity, reco::PFJet::Specific::mChargedMuEnergy, reco::PFJet::Specific::mChargedMultiplicity, reco::PFJet::Specific::mElectronEnergy, reco::PFJet::Specific::mElectronMultiplicity, reco::PFJet::Specific::mHFEMEnergy, reco::PFJet::Specific::mHFEMMultiplicity, reco::PFJet::Specific::mHFHadronEnergy, reco::PFJet::Specific::mHFHadronMultiplicity, reco::PFJet::Specific::mHOEnergy, reco::PFJet::Specific::mMuonEnergy, reco::PFJet::Specific::mMuonMultiplicity, reco::PFJet::Specific::mNeutralEmEnergy, reco::PFJet::Specific::mNeutralHadronEnergy, reco::PFJet::Specific::mNeutralHadronMultiplicity, reco::PFJet::Specific::mNeutralMultiplicity, reco::PFJet::Specific::mPhotonEnergy, reco::PFJet::Specific::mPhotonMultiplicity, reco::btau::muonMultiplicity, reco::btau::neutralHadronMultiplicity, ecalTrigSettings_cff::particles, reco::Candidate::pdgId(), MaterialEffects_cfi::photonEnergy, reco::btau::photonMultiplicity, mps_merge::weight, and hltDeepSecondaryVertexTagInfosPFPuppi_cfi::weights.
bool reco::makeSpecific | ( | std::vector< reco::CandidatePtr > const & | mcparticles, |
reco::GenJet::Specific * | genJetSpecific | ||
) |
Make GenJet specifics. Assumes PseudoJet is made from HepMCCandidate.
Definition at line 341 of file JetSpecific.cc.
References funct::abs(), MillePedeFileConverter_cfg::e, reco::Candidate::energy(), edm::RefToBase< T >::get(), reco::Candidate::get(), reco::Candidate::hasMasterClone(), reco::GenJet::Specific::m_AuxiliaryEnergy, reco::GenJet::Specific::m_ChargedEmEnergy, reco::GenJet::Specific::m_ChargedEmMultiplicity, reco::GenJet::Specific::m_ChargedHadronEnergy, reco::GenJet::Specific::m_ChargedHadronMultiplicity, reco::GenJet::Specific::m_EmEnergy, reco::GenJet::Specific::m_HadEnergy, reco::GenJet::Specific::m_InvisibleEnergy, reco::GenJet::Specific::m_MuonEnergy, reco::GenJet::Specific::m_MuonMultiplicity, reco::GenJet::Specific::m_NeutralEmEnergy, reco::GenJet::Specific::m_NeutralEmMultiplicity, reco::GenJet::Specific::m_NeutralHadronEnergy, reco::GenJet::Specific::m_NeutralHadronMultiplicity, reco::Candidate::masterClone(), and reco::Candidate::pdgId().
|
inline |
|
inline |
Definition at line 85 of file component.h.
References HltBtagPostValidation_cff::c.
Referenced by numberOf().
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const CaloCluster & | cluster | ||
) |
Definition at line 24 of file CaloCluster.cc.
References reco::CaloCluster::algoID(), reco::CaloCluster::caloID(), reco::CaloCluster::correctedEnergy(), reco::CaloCluster::energy(), reco::CaloCluster::hitsAndFractions(), mps_fire::i, MillePedeFileConverter_cfg::out, reco::CaloCluster::position(), and reco::CaloCluster::printHitAndFraction().
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const PileUpPFCandidate & | c | ||
) |
Definition at line 15 of file PileUpPFCandidate.cc.
References HltBtagPostValidation_cff::c, and MillePedeFileConverter_cfg::out.
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const IsolatedPFCandidate & | c | ||
) |
Definition at line 17 of file IsolatedPFCandidate.cc.
References HltBtagPostValidation_cff::c, and MillePedeFileConverter_cfg::out.
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const pat::Photon & | obj | ||
) |
pipe operator (introduced to use pat::Photon with PFTopProjectors)
Definition at line 160 of file Photon.cc.
References alignBH_cfg::fixed, getGTfromDQMFile::obj, and MillePedeFileConverter_cfg::out.
ostream & reco::operator<< | ( | std::ostream & | out, |
const PFRecHitFraction & | hit | ||
) |
Definition at line 9 of file PFRecHitFraction.cc.
References MillePedeFileConverter_cfg::out.
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const pat::Muon & | obj | ||
) |
pipe operator (introduced to use pat::Muon with PFTopProjectors)
Definition at line 135 of file Muon.cc.
References alignBH_cfg::fixed, getGTfromDQMFile::obj, and MillePedeFileConverter_cfg::out.
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const pat::Tau & | obj | ||
) |
pipe operator (introduced to use pat::Tau with PFTopProjectors)
Definition at line 134 of file Tau.cc.
References alignBH_cfg::fixed, getGTfromDQMFile::obj, and MillePedeFileConverter_cfg::out.
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const pat::Electron & | obj | ||
) |
pipe operator (introduced to use pat::Electron with PFTopProjectors)
Definition at line 88 of file Electron.cc.
References alignBH_cfg::fixed, getGTfromDQMFile::obj, and MillePedeFileConverter_cfg::out.
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const PFSuperCluster & | cluster | ||
) |
Definition at line 22 of file PFSuperCluster.cc.
References reco::PFSuperCluster::clusters(), reco::PFCluster::energy(), mps_fire::i, reco::PFCluster::layer(), MillePedeFileConverter_cfg::out, reco::CaloCluster::position(), reco::PFCluster::positionREP(), reco::CaloCluster::printHitAndFraction(), reco::PFCluster::recHitFractions(), and edm::PtrVectorBase::size().
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const pat::Jet & | obj | ||
) |
pipe operator (introduced to use pat::Jet with PFTopProjectors)
Definition at line 41 of file Jet.cc.
References alignBH_cfg::fixed, getGTfromDQMFile::obj, and MillePedeFileConverter_cfg::out.
std::ostream& reco::operator<< | ( | std::ostream & | out, |
const PFSimParticle & | track | ||
) |
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const PFRecTrack & | track | ||
) |
Definition at line 16 of file PFRecTrack.cc.
References reco::PFTrajectoryPoint::ClosestApproach, mps_fire::i, reco::PFTrajectoryPoint::momentum(), MillePedeFileConverter_cfg::out, reco::PFTrajectoryPoint::position(), and HLT_2024v12_cff::track.
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const CaloID & | id | ||
) |
std::ostream & reco::operator<< | ( | std::ostream & | stream, |
const PFRecoTauChargedHadron & | c | ||
) |
Definition at line 113 of file PFRecoTauChargedHadron.cc.
References HltBtagPostValidation_cff::c, and cms::cuda::stream.
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const RecoTauPiZero & | c | ||
) |
Definition at line 87 of file RecoTauPiZero.cc.
References MillePedeFileConverter_cfg::out, and reco::RecoTauPiZero::print().
std::ostream& reco::operator<< | ( | std::ostream & | out, |
const PFBlock & | co | ||
) |
std::ostream& reco::operator<< | ( | std::ostream & | out, |
const PFTrack & | track | ||
) |
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const reco::PFTrajectoryPoint & | trajPoint | ||
) |
Definition at line 42 of file PFTrajectoryPoint.cc.
References reco::PFTrajectoryPoint::detId(), reco::PFTrajectoryPoint::layer(), reco::PFTrajectoryPoint::momentum(), MillePedeFileConverter_cfg::out, and reco::PFTrajectoryPoint::position().
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const PFCandidateElectronExtra & | c | ||
) |
print the variables
Definition at line 158 of file PFCandidateElectronExtra.cc.
References mps_fire::i, listVar, reco::PFCandidateElectronExtra::MVA_FIRST, reco::PFCandidateElectronExtra::MVA_LAST, reco::PFCandidateElectronExtra::mvaStatus(), reco::PFCandidateElectronExtra::mvaVariable(), and MillePedeFileConverter_cfg::out.
std::ostream & reco::operator<< | ( | std::ostream & | os, |
BeamSpot | beam | ||
) |
Definition at line 66 of file BeamSpot.cc.
References EcalCondDBWriter_cfi::beam, and contentValuesCheck::ss.
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const PFCluster & | cluster | ||
) |
Definition at line 63 of file PFCluster.cc.
References reco::PFCluster::energy(), mps_fire::i, reco::PFCluster::layer(), MillePedeFileConverter_cfg::out, reco::CaloCluster::position(), reco::PFCluster::positionREP(), reco::CaloCluster::printHitAndFraction(), and reco::PFCluster::recHitFractions().
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const PFBlockElement & | element | ||
) |
Definition at line 30 of file PFBlockElement.cc.
References reco::PFBlockElement::BREM, reco::PFBlockElementBrem::Dump(), reco::PFBlockElementGsfTrack::Dump(), reco::PFBlockElementCluster::Dump(), reco::PFBlockElementSuperCluster::Dump(), reco::PFBlockElement::ECAL, submitPVResolutionJobs::err, EgHLTOffHistBins_cfi::et, cppFunctionSkipper::exception, reco::PFBlockElement::GSF, reco::PFBlockElement::HCAL, reco::PFBlockElement::HFEM, reco::PFBlockElement::HFHAD, reco::PFBlockElement::HGCAL, reco::PFBlockElement::HO, reco::PFBlockElement::index(), MillePedeFileConverter_cfg::out, reco::PFBlockElement::PS1, reco::PFBlockElement::PS2, reco::PFBlockElement::SC, reco::PFBlockElement::T_FROM_DISP, reco::PFBlockElement::T_FROM_GAMMACONV, reco::PFBlockElement::T_FROM_V0, reco::PFBlockElement::T_TO_DISP, reco::PFBlockElement::TRACK, and reco::PFBlockElement::type().
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const reco::PFJet & | jet | ||
) |
Definition at line 97 of file PFJet.cc.
References metsig::jet, and MillePedeFileConverter_cfg::out.
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const PFCandidateEGammaExtra & | c | ||
) |
print the variables
Definition at line 168 of file PFCandidateEGammaExtra.cc.
References mps_fire::i, listVar, reco::PFCandidateEGammaExtra::MVA_FIRST, reco::PFCandidateEGammaExtra::MVA_LAST, reco::PFCandidateEGammaExtra::mvaStatus(), reco::PFCandidateEGammaExtra::mvaVariable(), and MillePedeFileConverter_cfg::out.
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const PFTau & | c | ||
) |
Definition at line 431 of file PFTau.cc.
References MillePedeFileConverter_cfg::out.
std::ostream& reco::operator<< | ( | std::ostream & | out, |
const PFCandidate & | c | ||
) |
bool reco::operator== | ( | const reco::Conversion & | c1, |
const reco::Conversion & | c2 | ||
) |
Definition at line 43 of file OniaPhotonConversionProducer.cc.
References alignmentValidation::c1, and reco::Conversion::tracks().
ALPAKA_FN_HOST_ACC ALPAKA_FN_INLINE constexpr float reco::phi | ( | ConstView const & | tracks, |
int32_t | i | ||
) |
Definition at line 80 of file TracksSoA.h.
References mps_fire::i, and DiMuonV_cfg::tracks.
Referenced by SiPixelCompareTrackSoAAlpaka< T >::analyze(), Thrust::axis(), PFRecoTauTagInfoAlgorithm::buildPFTauTagInfo(), covarianceUpdate(), PFRecoTauDiscriminationByIsolation::discriminate(), PFRecoTauDiscriminationByIsolationContainer::discriminate(), TauL1TPair::dR(), L2TauNNProducerAlpaka::fillPatatracks(), WZInterestingEventSelector::filter(), reco::HLTTau::HLTTau(), Thrust::initialAxis(), reco::Mustache::MustacheClust(), ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::Kernel_print_found_ntuplets< TrackerTraits >::operator()(), PixelTrackProducerFromSoAAlpaka< TrackerTraits >::produce(), reco::TemplatedSoftLeptonTagInfo< REF >::taggingVariables(), PFRecoTauDiscriminationByIsolation::weightedSum(), and PFRecoTauDiscriminationByIsolationContainer::weightedSum().
Definition at line 18 of file deltaPhi.h.
References funct::abs(), ALPAKA_ACCELERATOR_NAMESPACE::brokenline::constexpr(), M_PI, dqmiodumpmetadata::n, and x.
Referenced by TrackBuildingAnalyzer::analyzeRegions(), deltaPhi(), trklet::TrackletCalculatorDisplaced::exactprojdisk(), trklet::TrackletCalculatorBase::exacttracklet(), trklet::TrackletCalculatorDisplaced::exacttracklet(), trklet::TrackletCalculatorBase::exacttrackletdisk(), trklet::TrackletCalculatorBase::exacttrackletOverlap(), trklet::MatchCalculator::execute(), HGCalHistoSeedingImpl::fillHistoClusters(), l1tpf_calo::Phase1GridBase::find_cell(), trklet::PurgeDuplicate::getInventedCoords(), trklet::PurgeDuplicate::getInventedCoordsExtended(), L1TCorrelatorLayer1Producer::initSectorsAndRegions(), trklet::MatchProcessor::matchCalculator(), normalizedPhi(), trklet::Track::phi0(), trklet::Stub::phiapprox(), L2MuonSeedGeneratorFromL1TkMu::produce(), l1tpf_calo::SingleCaloClusterer::run(), l1tpf_calo::SimpleCaloLinker::run(), and trklet::Sector::setSector().
edm::TypeWithDict reco::returnType | ( | const edm::FunctionWithDict & | func | ) |
Definition at line 16 of file returnType.cc.
References EcalMonitorTask_cff::func.
Referenced by PVValHelper::getTypeString(), reco::parser::MethodSetter::push(), edm::stream::impl::Transformer::registerTransform(), edm::one::impl::Transformer< T >::registerTransform(), edm::limited::impl::Transformer< T >::registerTransform(), edm::global::impl::Transformer< T >::registerTransform(), edm::stream::impl::Transformer::registerTransformAsync(), edm::one::impl::Transformer< T >::registerTransformAsync(), edm::limited::impl::Transformer< T >::registerTransformAsync(), edm::global::impl::Transformer< T >::registerTransformAsync(), and returnTypeCode().
TypeCode reco::returnTypeCode | ( | const edm::FunctionWithDict & | func | ) |
Definition at line 18 of file returnType.cc.
References EcalMonitorTask_cff::func, returnType(), and typeCode().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
void reco::swap | ( | reco::ClusterRemovalInfo & | cri1, |
reco::ClusterRemovalInfo & | cri2 | ||
) |
Definition at line 12 of file ClusterRemovalInfo.cc.
References reco::ClusterRemovalInfo::swap().
Referenced by reco::utilsNew::CandMatcher< C >::operator[]().
ALPAKA_FN_HOST_ACC ALPAKA_FN_INLINE constexpr float reco::tip | ( | ConstView const & | tracks, |
int32_t | i | ||
) |
Definition at line 85 of file TracksSoA.h.
References mps_fire::i, and DiMuonV_cfg::tracks.
Referenced by SiPixelCompareTrackSoAAlpaka< T >::analyze(), reco::GhostTrackPrediction::init(), pixelTrack::QualityCutsT< TrackerTraits, pixelTopology::isPhase1Topology< TrackerTraits > >::isHP(), pixelTrack::QualityCutsT< TrackerTraits, pixelTopology::isPhase2Topology< TrackerTraits > >::isHP(), ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::Kernel_fastDuplicateRemover< TrackerTraits >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::Kernel_rejectDuplicate< TrackerTraits >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::Kernel_tripletCleaner< TrackerTraits >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::Kernel_simpleTripletCleaner< TrackerTraits >::operator()(), and ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::Kernel_print_found_ntuplets< TrackerTraits >::operator()().
std::pair< bool, reco::TrackBase::ParameterVector > reco::trackingParametersAtClosestApproachToBeamSpot | ( | const Basic3DVector< double > & | vertex, |
const Basic3DVector< double > & | momAtVtx, | ||
float | charge, | ||
const MagneticField & | magField, | ||
const BeamSpot & | bs | ||
) |
Definition at line 21 of file trackingParametersAtClosestApproachToBeamSpot.cc.
References cms::cuda::bs, ALCARECOTkAlJpsiMuMu_cff::charge, FreeTrajectoryState::charge(), funct::cos(), Geom::halfPi(), FreeTrajectoryState::momentum(), AlCaHLTBitMon_ParallelJobs::p, FreeTrajectoryState::position(), funct::sin(), TrajectoryStateClosestToBeamLine::trackStateAtPCA(), findQualityFiles::v, bphysicsOniaDQM_cfi::vertex, Basic3DVector< T >::x(), Basic3DVector< T >::y(), and Basic3DVector< T >::z().
Referenced by TrackAssociatorByChi2Impl::associateRecoToSim(), TrackAssociatorByChi2Impl::associateSimToReco(), VertexFitterResult::fill(), and track_associator::trackAssociationChi2().
TypeCode reco::typeCode | ( | const edm::TypeWithDict & | t | ) |
Definition at line 39 of file returnType.cc.
References reco::method::enumType, f, reco::method::invalid, Skims_PA_cff::name, retTypeVec, AlCaHLTBitMon_QueryRunRegistry::string, and submitPVValidationJobs::t.
Referenced by reco::parser::ExpressionVarSetter::push(), InputTagDistributorService::retrieve(), returnTypeCode(), and reco::parser::SingleInvoker::SingleInvoker().
void reco::writeSpecific | ( | reco::CaloJet & | jet, |
reco::Particle::LorentzVector const & | p4, | ||
reco::Particle::Point const & | point, | ||
std::vector< reco::CandidatePtr > const & | constituents, | ||
CaloGeometry const & | geometry, | ||
HcalTopology const & | topology | ||
) |
Definition at line 32 of file JetSpecific.cc.
References DetId::Calo, btagElecInJet_cfi::CaloJet, metsig::jet, makeSpecific(), point, timingPdfMaker::specific, CaloTowerDetId::SubdetId, and HLT_2024v12_cff::topology.
Referenced by PseudoTopProducer::produce(), FastjetJetProducer::produceTrackJets(), cms::SubEventGenJetProducer::runAlgorithm(), SubjetFilterJetProducer::writeCompoundJets(), cms::CompoundJetProducer::writeCompoundJets(), VirtualJetProducer::writeCompoundJets(), VirtualJetProducer::writeJets(), FFTJetProducer::writeJets(), and VirtualJetProducer::writeJetsWithConstituents().
void reco::writeSpecific | ( | reco::PFJet & | jet, |
reco::Particle::LorentzVector const & | p4, | ||
reco::Particle::Point const & | point, | ||
std::vector< reco::CandidatePtr > const & | constituents, | ||
edm::ValueMap< float > const * | weights = nullptr |
||
) |
Definition at line 68 of file JetSpecific.cc.
References ALCARECOTkAlJpsiMuMu_cff::charge, metsig::jet, makeSpecific(), point, timingPdfMaker::specific, mps_merge::weight, and hltDeepSecondaryVertexTagInfosPFPuppi_cfi::weights.
void reco::writeSpecific | ( | reco::GenJet & | jet, |
reco::Particle::LorentzVector const & | p4, | ||
reco::Particle::Point const & | point, | ||
std::vector< reco::CandidatePtr > const & | constituents | ||
) |
Definition at line 56 of file JetSpecific.cc.
References nanoDQM_cfi::GenJet, metsig::jet, makeSpecific(), point, and timingPdfMaker::specific.
void reco::writeSpecific | ( | reco::TrackJet & | jet, |
reco::Particle::LorentzVector const & | p4, | ||
reco::Particle::Point const & | point, | ||
std::vector< reco::CandidatePtr > const & | constituents | ||
) |
Make TrackJet. Assumes constituents point to tracks, through RecoChargedCandidates.
Definition at line 89 of file JetSpecific.cc.
References metsig::jet, and point.
void reco::writeSpecific | ( | reco::PFClusterJet & | jet, |
reco::Particle::LorentzVector const & | p4, | ||
reco::Particle::Point const & | point, | ||
std::vector< reco::CandidatePtr > const & | constituents | ||
) |
Make PFClusterJet. Assumes PseudoJet is made from PFCluster.
Definition at line 97 of file JetSpecific.cc.
References metsig::jet, and point.
void reco::writeSpecific | ( | reco::BasicJet & | jet, |
reco::Particle::LorentzVector const & | p4, | ||
reco::Particle::Point const & | point, | ||
std::vector< reco::CandidatePtr > const & | constituents | ||
) |
Make BasicJet. Assumes nothing about the jet.
Definition at line 48 of file JetSpecific.cc.
References metsig::jet, and point.
ALPAKA_FN_HOST_ACC ALPAKA_FN_INLINE constexpr float reco::zip | ( | ConstView const & | tracks, |
int32_t | i | ||
) |
Definition at line 90 of file TracksSoA.h.
References mps_fire::i, and DiMuonV_cfg::tracks.
Referenced by dirstructure.Directory::__create_pie_image(), querying::_get_netrc_data(), ntupleDataFormat._RecoHitAdaptor::_hits(), data_formats::_to_array_of_dicts(), ConfigBuilder.ConfigBuilder::addOutput(), plotting.Plot::addToLegend(), SiPixelMonitorTrackSoAAlpaka< T >::analyze(), SiPixelMonitorTrackSoA< T >::analyze(), SiPixelCompareTrackSoAAlpaka< T >::analyze(), SiPixelCompareTrackSoA< T >::analyze(), hgcalPlots::append_hgcalDigisPlots(), hgcalPlots::append_hgcalHitsPlots(), hgcalPlots::append_hgcalLayerClustersPlots(), python.rootplot.root2matplotlib.HistStack::barstack(), PixelTrackBuilder::build(), cmsHarvester::build_dataset_use_list(), HGCalRecHit_cfi::calcWeights(), ValidationMatrix_v2.ReleaseComparison::compare(), Page1Parser.Page1Parser::ComputeTotalPrescales(), plotscripts::corrections2D(), plotting.AggregateBins::create(), plotting.PlotterTableItem::create(), geometry.Alignables::create_children_list(), edmStreamStallGrapher::createPDFImage(), geometryXMLparser::cscorder(), customIdentification::custom_identification_drnn_cone(), customIdentification::custom_identification_drnn_dbscan(), customIdentification::custom_identification_histomax(), ValidationMatrix::do_comparisons_threaded(), ntuplePlotting::draw(), trackingPlots.TrackingSeedingLayerTable::draw(), geometryXMLparser::dtorder(), conddb_migrate::fetch_gts(), FileBlob::FileBlob(), createIOVlist::fillJson(), models::generate(), ValidationMatrix::get_filenames_from_pool(), TrackFitter::getCotThetaAndUpdateZip(), ValidationMatrix::guess_params(), dataformats::indent(), condhdf5tohdf5.H5Tag::iovsNPayloadNames(), conddb2hdf5.DBTag::iovsNPayloadNames(), pixelTrack::QualityCutsT< TrackerTraits, pixelTopology::isPhase1Topology< TrackerTraits > >::isHP(), pixelTrack::QualityCutsT< TrackerTraits, pixelTopology::isPhase2Topology< TrackerTraits > >::isHP(), PrescaleChecker::isMonotonic(), makeLayoutFileForGui::layDefaults(), MergeOccDeadROC::main(), MergePCLDeadROC::main(), MergePCLFedErr::main(), PCLOthers::main(), createIOVlist::main(), MultipleCompare::main(), DeltaR::matchObjectCollection(), deltar::matchObjectCollection(), DeltaR::matchObjectCollection2(), deltar::matchObjectCollection2(), DeltaR::matchObjectCollection3(), deltar::matchObjectCollection3(), geometryDiff::matrixmult(), mergeLHE.DefaultLHEMerger::merge_headers(), python.rootplot.utilities.Hist::min(), makeMuonMisalignmentScenario::mmult(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::LoadTracks< TrackerTraits >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::Kernel_print_found_ntuplets< TrackerTraits >::operator()(), iniparser.ConfigData::parseConfig(), plotscripts::philines(), SteerMultipleCompare::plotOneByOne(), edmStreamStallGrapher::plotPerStreamAboveFirstAndPrepareStack(), TablePrint::PrettyPrintTable(), TablePrint::PrintLine(), core.PileUpAnalyzer.PileUpAnalyzer::process(), MatrixReader.MatrixReader::readMatrix(), python.rootplot.rootinfo::recurse_thru_file(), PixelNtupletsFitter::run(), PixelFitterByHelixProjections::run(), PixelFitterByConformalMappingAndLine::run(), TrackFitter::run(), L1MuonPixelTrackFitter::run(), uploadConditions::runWizard(), uploadConditions_v2::runWizard(), RecoTauValidation_cfi::SetYmodulesToLog(), ValidationUtils::SpawnPSet(), html.Table::tableAsRowColumn(), PrescaleChecker::TrendingWithLumi(), python.rootplot.utilities::wilson_interval(), Formatter.SimpleHTMLFormatter::writeStyledRow(), and geometryXMLparser.MuonGeometry::xml().
std::pair<const Candidate *, const Candidate *> reco::zMCLeptonDaughters | ( | const Candidate & | z, |
int | leptonPdgId | ||
) |
Definition at line 8 of file zMCLeptonDaughters.cc.
References funct::abs(), cms::cuda::assert(), reco::Candidate::daughter(), testProducerWithPsetDescEmpty_cfi::i1, jetsAK4_CHS_cff::leptonPdgId, reco::Candidate::numberOfDaughters(), reco::Candidate::pdgId(), reco::Candidate::status(), and z.
constexpr bool reco::isTrackSoAConstView = IsTrackSoAConstView<T>::value |
Definition at line 70 of file TracksSoA.h.
|
static |
Definition at line 21 of file returnType.cc.
Referenced by typeCode().
const char *const reco::TaggingVariableDescription |
Definition at line 10 of file TaggingVariable.cc.
Referenced by TaggingVariablePlotter::VariableConfig::VariableConfig().
const char *const reco::TaggingVariableTokens |
Definition at line 184 of file TaggingVariable.cc.
Referenced by HLTBTagPerformanceAnalyzer::analyze(), HLTBTagPerformanceAnalyzer::bookHistograms(), getTaggingVariableName(), and GenericMVAComputer::TaggingVariableMapping::TaggingVariableMapping().