fixed size matrix More...
Functions | |
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 T1 , typename T2 > | |
double | ellipse (const T1 &t1, const T2 &t2, double rPhi, double rEta) |
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... | |
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) |
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) |
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) |
template<class A , class B > | |
operator_trait< Expr< A >, And, Expr< B > >::ReturnType | operator&& (const Expr< A > &A, const Expr< B > &B) |
template<class A , class B > | |
operator_trait< A, And, Expr< B > >::ReturnType | operator&& (const A &A, const Expr< B > &B) |
template<class A , class B > | |
operator_trait< Expr< A >, And, B >::ReturnType | operator&& (const Expr< A > &A, const B &B) |
template<class A , class B > | |
operator_trait< Expr< A >, Mul, Expr< B > >::ReturnType | operator* (const Expr< A > &A, const Expr< B > &B) |
template<class A , class B > | |
operator_trait< A, Mul, Expr< B > >::ReturnType | operator* (const A &A, const Expr< B > &B) |
template<class A , class B > | |
operator_trait< Expr< A >, Mul, B >::ReturnType | operator* (const Expr< A > &A, const B &B) |
template<class A , class B > | |
operator_trait< Expr< A >, Add, Expr< B > >::ReturnType | operator+ (const TExpr< A > &A, const TExpr< B > &B) |
template<class A , class B > | |
operator_trait< A, Add, Expr< B > >::ReturnType | operator+ (const A &A, const Expr< B > &B) |
template<class A , class B > | |
operator_trait< Expr< A >, Add, B >::ReturnType | operator+ (const Expr< A > &A, const B &B) |
template<class A , class B > | |
operator_trait< Expr< A >, Div, Expr< B > >::ReturnType | operator/ (const Expr< A > &A, const Expr< B > &B) |
template<class A , class B > | |
operator_trait< A, Div, Expr< B > >::ReturnType | operator/ (const A &A, const Expr< B > &B) |
template<class A , class B > | |
operator_trait< Expr< A >, Div, B >::ReturnType | operator/ (const Expr< A > &A, const B &B) |
template<class A , class B > | |
operator_trait< Expr< A >, Less, Expr< B > >::ReturnType | operator< (const Expr< A > &A, const Expr< B > &B) |
template<class A , class B > | |
operator_trait< A, Less, TExpr< B > >::ReturnType | operator< (const A &A, const Expr< B > &B) |
template<class A , class B > | |
operator_trait< Expr< A >, Less, B >::ReturnType | operator< (const Expr< A > &A, const B &B) |
std::ostream & | operator<< (std::ostream &out, const CaloCluster &cluster) |
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 PileUpPFCandidate &c) |
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 IsolatedPFCandidate &c) |
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 PFRecHitFraction &hit) |
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 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 reco::PFTrajectoryPoint &trajPoint) |
std::ostream & | operator<< (std::ostream &out, const PFTrack &track) |
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 PFBlockElement &element) |
std::ostream & | operator<< (std::ostream &out, const reco::PFJet &jet) |
std::ostream & | operator<< (std::ostream &out, const PFCluster &cluster) |
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) |
template<class A , class B > | |
operator_trait< Expr< A >, LessEqual, Expr< B > >::ReturnType | operator<= (const Expr< A > &A, const Expr< B > &B) |
template<class A , class B > | |
operator_trait< A, LessEqual, Expr< B > >::ReturnType | operator<= (const A &A, const Expr< B > &B) |
template<class A , class B > | |
operator_trait< Expr< A >, LessEqual, B >::ReturnType | operator<= (const Expr< A > &A, const B &B) |
bool | operator== (const reco::Conversion &c1, const reco::Conversion &c2) |
template<class A , class B > | |
operator_trait< Expr< A >, Equal, Expr< B > >::ReturnType | operator== (const Expr< A > &A, const Expr< B > &B) |
template<class A , class B > | |
operator_trait< A, Equal, Expr< B > >::ReturnType | operator== (const A &A, const Expr< B > &B) |
template<class A , class B > | |
operator_trait< Expr< A >, Equal, B >::ReturnType | operator== (const Expr< A > &A, const B &B) |
template<class A , class B > | |
operator_trait< Expr< A >, More, Expr< B > >::ReturnType | operator> (const Expr< A > &A, const Expr< B > &B) |
template<class A , class B > | |
operator_trait< A, More, Expr< B > >::ReturnType | operator> (const A &A, const Expr< B > &B) |
template<class A , class B > | |
operator_trait< Expr< A >, More, B >::ReturnType | operator> (const Expr< A > &A, const B &B) |
template<class A , class B > | |
operator_trait< Expr< A >, MoreEqual, TExpr< B > >::ReturnType | operator>= (const Expr< A > &A, const Expr< B > &B) |
template<class A , class B > | |
operator_trait< A, MoreEqual, TExpr< B > >::ReturnType | operator>= (const A &A, const Expr< B > &B) |
template<class A , class B > | |
operator_trait< Expr< A >, MoreEqual, B >::ReturnType | operator>= (const Expr< A > &A, const B &B) |
template<class A , class B > | |
operator_trait< Expr< A >, Or, Expr< B > >::ReturnType | operator|| (const Expr< A > &A, const Expr< B > &B) |
template<class A , class B > | |
operator_trait< A, Or, Expr< B > >::ReturnType | operator|| (const A &A, const Expr< B > &B) |
template<class A , class B > | |
operator_trait< Expr< A >, Or, B >::ReturnType | operator|| (const Expr< A > &A, const B &B) |
template<typename T > | |
constexpr T | reduceRange (T x) |
edm::TypeWithDict | returnType (const edm::FunctionWithDict &func) |
TypeCode | returnTypeCode (const edm::FunctionWithDict &func) |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< RecoTrackViewRefSelector > > | s_filler__LINE__ ("RecoTrackViewRefSelector") |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< CosmicTrackingParticleSelector > > | s_filler__LINE__ ("CosmicTrackingParticleSelector") |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< RecoTrackRefSelector > > | s_filler__LINE__ ("RecoTrackRefSelector") |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< CentralityProducer > > | s_filler__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) |
std::pair< bool, reco::TrackBase::ParameterVector > | trackingParametersAtClosestApproachToBeamSpot (const Basic3DVector< double > &vertex, const Basic3DVector< double > &momAtVtx, float charge, const MagneticField &magField, const BeamSpot &bs) |
TypeCode | typeCode (const edm::TypeWithDict &t) |
void | writeSpecific (reco::CaloJet &jet, reco::Particle::LorentzVector const &p4, reco::Particle::Point const &point, std::vector< reco::CandidatePtr > const &constituents, edm::EventSetup const &c) |
void | writeSpecific (reco::PFJet &jet, reco::Particle::LorentzVector const &p4, reco::Particle::Point const &point, std::vector< reco::CandidatePtr > const &constituents, edm::EventSetup const &c) |
void | writeSpecific (reco::GenJet &jet, reco::Particle::LorentzVector const &p4, reco::Particle::Point const &point, std::vector< reco::CandidatePtr > const &constituents, edm::EventSetup const &c) |
void | writeSpecific (reco::TrackJet &jet, reco::Particle::LorentzVector const &p4, reco::Particle::Point const &point, std::vector< reco::CandidatePtr > const &constituents, edm::EventSetup const &c) |
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, edm::EventSetup const &c) |
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, edm::EventSetup const &c) |
Make BasicJet. Assumes nothing about the jet. More... | |
std::pair< const Candidate *, const Candidate * > | zMCLeptonDaughters (const Candidate &z, int leptonPdgId) |
Variables | |
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.
Dummy class for preselection of object matches.
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
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
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 44 of file BaseTagInfo.h.
Definition at line 44 of file BaseTagInfo.h.
Definition at line 44 of file BaseTagInfo.h.
Definition at line 44 of file BaseTagInfo.h.
Definition at line 44 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 21 of file BasicCluster.h.
iterator over a vector of references to BasicCluster objects
Definition at line 39 of file BasicClusterFwd.h.
typedef std::vector<BasicCluster> reco::BasicClusterCollection |
collection of BasicCluster objects
Definition at line 27 of file BasicClusterFwd.h.
persistent reference to BasicCluster objects
Definition at line 30 of file BasicClusterFwd.h.
reference to BasicCluster collection
Definition at line 33 of file BasicClusterFwd.h.
vector of references to BasicCluster objects all in the same collection
Definition at line 36 of file BasicClusterFwd.h.
Definition at line 20 of file BasicClusterShapeAssociation.h.
typedef edm::AssociationMap<edm::OneToOne<BasicClusterCollection, ClusterShapeCollection> > reco::BasicClusterShapeAssociationCollection |
Definition at line 18 of file BasicClusterShapeAssociation.h.
Definition at line 22 of file BasicClusterShapeAssociation.h.
typedef edm::RefProd<BasicClusterShapeAssociationCollection> reco::BasicClusterShapeAssociationRefProd |
Definition at line 24 of file BasicClusterShapeAssociation.h.
typedef edm::RefVector<BasicClusterShapeAssociationCollection> reco::BasicClusterShapeAssociationRefVector |
Definition at line 26 of file BasicClusterShapeAssociation.h.
typedef std::vector<BasicJet> reco::BasicJetCollection |
collection of BasicJet objects
Definition at line 14 of file BasicJetCollection.h.
typedef edm::FwdPtr<BasicJet> reco::BasicJetFwdPtr |
Definition at line 18 of file BasicJetCollection.h.
typedef std::vector<edm::FwdPtr<BasicJet> > reco::BasicJetFwdPtrVector |
Definition at line 21 of file BasicJetCollection.h.
Definition at line 17 of file BasicJetCollection.h.
typedef std::vector<edm::FwdRef<BasicJetCollection> > reco::BasicJetFwdRefVector |
Definition at line 20 of file BasicJetCollection.h.
typedef edm::Ref<BasicJetCollection> reco::BasicJetRef |
edm references
Definition at line 16 of file BasicJetCollection.h.
Definition at line 22 of file BasicJetCollection.h.
Definition at line 19 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 35 of file BoostedDoubleSVTagInfo.h.
Definition at line 35 of file BoostedDoubleSVTagInfo.h.
Definition at line 35 of file BoostedDoubleSVTagInfo.h.
Definition at line 35 of file BoostedDoubleSVTagInfo.h.
Definition at line 35 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 21 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 |
iterator over a vector of references to CaloTau objects all in the same collection
Definition at line 19 of file CaloTauFwd.h.
typedef std::vector<CaloTau> reco::CaloTauCollection |
collection of CaloTau objects
Definition at line 9 of file CaloTauFwd.h.
typedef edm::AssociationVector<CaloTauRefProd,std::vector<int> > reco::CaloTauDiscriminatorAgainstElectronBase |
Definition at line 10 of file CaloTauDiscriminatorAgainstElectron.h.
Definition at line 28 of file CaloTauDiscriminatorAgainstElectron.h.
typedef edm::RefProd<CaloTauDiscriminatorAgainstElectron> reco::CaloTauDiscriminatorAgainstElectronRefProd |
Definition at line 29 of file CaloTauDiscriminatorAgainstElectron.h.
typedef edm::RefVector<CaloTauDiscriminatorAgainstElectron> reco::CaloTauDiscriminatorAgainstElectronRefVector |
Definition at line 30 of file CaloTauDiscriminatorAgainstElectron.h.
Definition at line 27 of file CaloTauDiscriminatorAgainstElectron.h.
typedef edm::AssociationVector<CaloTauRefProd,std::vector<float> > reco::CaloTauDiscriminatorBase |
Definition at line 10 of file CaloTauDiscriminator.h.
typedef edm::AssociationVector<CaloTauRefProd,std::vector<int> > reco::CaloTauDiscriminatorByIsolationBase |
Definition at line 10 of file CaloTauDiscriminatorByIsolation.h.
Definition at line 28 of file CaloTauDiscriminatorByIsolation.h.
Definition at line 29 of file CaloTauDiscriminatorByIsolation.h.
typedef edm::RefVector<CaloTauDiscriminatorByIsolation> reco::CaloTauDiscriminatorByIsolationRefVector |
Definition at line 30 of file CaloTauDiscriminatorByIsolation.h.
Definition at line 27 of file CaloTauDiscriminatorByIsolation.h.
Definition at line 28 of file CaloTauDiscriminator.h.
Definition at line 29 of file CaloTauDiscriminator.h.
Definition at line 30 of file CaloTauDiscriminator.h.
Definition at line 27 of file CaloTauDiscriminator.h.
typedef edm::Ref<CaloTauCollection> reco::CaloTauRef |
presistent reference to a CaloTau
Definition at line 13 of file CaloTauFwd.h.
references to CaloTau collection
Definition at line 15 of file CaloTauFwd.h.
vector of references to CaloTau objects all in the same collection
Definition at line 17 of file CaloTauFwd.h.
iterator over a vector of references to CaloTauTagInfo objects all in the same collection
Definition at line 19 of file CaloTauTagInfoFwd.h.
typedef std::vector<CaloTauTagInfo> reco::CaloTauTagInfoCollection |
collection of CaloTauTagInfo objects
Definition at line 9 of file CaloTauTagInfoFwd.h.
presistent reference to a CaloTauTagInfo
Definition at line 13 of file CaloTauTagInfoFwd.h.
references to CaloTauTagInfo collection
Definition at line 15 of file CaloTauTagInfoFwd.h.
vector of references to CaloTauTagInfo objects all in the same collection
Definition at line 17 of file CaloTauTagInfoFwd.h.
typedef edm::AssociationVector<CandidateRefProd, std::vector<double> > reco::CandDoubleAssociations |
Definition at line 30 of file CandAssociation.h.
typedef edm::AssociationVector<CandidateRefProd, std::vector<float> > reco::CandFloatAssociations |
Definition at line 29 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 39 of file VoronoiBackground.h.
typedef edm::AssociationVector<CandidateRefProd, std::vector<int> > reco::CandIntAssociations |
Definition at line 31 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 13 of file CandIPTagInfo.h.
Definition at line 13 of file CandIPTagInfo.h.
Definition at line 13 of file CandIPTagInfo.h.
Definition at line 13 of file CandIPTagInfo.h.
Definition at line 13 of file CandIPTagInfo.h.
typedef edm::AssociationMap< edm::OneToOne<reco::CandidateCollection, reco::CandidateCollection > > reco::CandMatchMap |
Definition at line 19 of file CandMatchMap.h.
typedef edm::AssociationMap< edm::OneToManyWithQuality<reco::CandidateCollection, reco::CandidateCollection, double > > reco::CandMatchMapMany |
Definition at line 19 of file CandMatchMapMany.h.
Definition at line 37 of file CandAssociation.h.
typedef reco::TemplatedSecondaryVertexTagInfo<reco::CandIPTagInfo,reco::VertexCompositePtrCandidate> reco::CandSecondaryVertexTagInfo |
Definition at line 9 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 32 of file CandAssociation.h.
typedef edm::AssociationVector<CandidateBaseRefProd, std::vector<double> > reco::CandViewDoubleAssociations |
Definition at line 34 of file CandAssociation.h.
typedef edm::AssociationVector<CandidateBaseRefProd, std::vector<float> > reco::CandViewFloatAssociations |
Definition at line 33 of file CandAssociation.h.
typedef edm::AssociationVector<CandidateBaseRefProd, std::vector<int> > reco::CandViewIntAssociations |
Definition at line 35 of file CandAssociation.h.
typedef edm::AssociationMap< edm::OneToOneGeneric<reco::CandidateView, reco::CandidateView > > reco::CandViewMatchMap |
Definition at line 25 of file CandMatchMap.h.
typedef edm::AssociationVector<CandidateBaseRefProd, std::vector<unsigned int> > reco::CandViewUIntAssociations |
Definition at line 36 of file CandAssociation.h.
iterator over a vector of references to CastorCell objects all in the same collection
Definition at line 89 of file CastorCell.h.
typedef std::vector<CastorCell> reco::CastorCellCollection |
collection of CastorCell objects
Definition at line 80 of file CastorCell.h.
Definition at line 83 of file CastorCell.h.
vector of references to CastorCell objects all in the same collection
Definition at line 86 of file CastorCell.h.
iterator over a vector of references to CastorCluster objects all in the same collection
Definition at line 151 of file CastorCluster.h.
typedef std::vector<CastorCluster> reco::CastorClusterCollection |
collection of CastorCluster objects
Definition at line 142 of file CastorCluster.h.
Definition at line 145 of file CastorCluster.h.
vector of references to CastorCluster objects all in the same collection
Definition at line 148 of file CastorCluster.h.
typedef std::vector<CastorEgamma> reco::CastorEgammaCollection |
Definition at line 99 of file CastorEgamma.h.
typedef std::vector<CastorJet> reco::CastorJetCollection |
Definition at line 99 of file CastorJet.h.
Definition at line 42 of file CastorJetID.h.
iterator over a vector of references to CastorTower objects all in the same collection
Definition at line 135 of file CastorTower.h.
typedef std::vector<CastorTower> reco::CastorTowerCollection |
collection of CastorTower objects
Definition at line 126 of file CastorTower.h.
Definition at line 129 of file CastorTower.h.
vector of references to CastorTower objects all in the same collection
Definition at line 132 of file CastorTower.h.
typedef std::vector< CATopJetTagInfo > reco::CATopJetTagInfoCollection |
Definition at line 61 of file CATopJetTagInfo.h.
Definition at line 61 of file CATopJetTagInfo.h.
Definition at line 61 of file CATopJetTagInfo.h.
Definition at line 61 of file CATopJetTagInfo.h.
Definition at line 61 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 190 of file CombinedTauTagInfo.h.
Definition at line 190 of file CombinedTauTagInfo.h.
Definition at line 190 of file CombinedTauTagInfo.h.
Definition at line 190 of file CombinedTauTagInfo.h.
Definition at line 190 of file CombinedTauTagInfo.h.
persistent reference to an object in a collection of Candidate objects
Definition at line 25 of file CompositeCandidateFwd.h.
vector of references to objects in the same collection of Candidate objects via base type
Definition at line 33 of file CompositeCandidateFwd.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 31 of file CompositeCandidateFwd.h.
vector of references to objects in the same collection of Candidate objects
Definition at line 27 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 30 of file DeDxData.h.
Definition at line 31 of file DeDxData.h.
typedef std::vector<DeDxHit> reco::DeDxHitCollection |
Definition at line 102 of file DeDxHitInfo.h.
typedef std::vector<DeDxHitInfo> reco::DeDxHitInfoCollection |
Definition at line 98 of file DeDxHitInfo.h.
Definition at line 99 of file DeDxHitInfo.h.
Definition at line 100 of file DeDxHitInfo.h.
Definition at line 101 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.
iterator over a vector of reference to ElectronSeed objects
Definition at line 20 of file ElectronSeedFwd.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 51 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 21 of file ForwardProtonFwd.h.
Persistent reference to a ForwardProton.
Definition at line 25 of file ForwardProtonFwd.h.
Reference to a ForwardProton collection.
Definition at line 27 of file ForwardProtonFwd.h.
Vector of references to ForwardProton in the same collection.
Definition at line 29 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 21 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 14 of file GsfElectronIsoCollection.h.
typedef edm::AssociationVector<reco::GsfElectronRefProd,std::vector<double> > reco::GsfElectronIsoCollection |
Definition at line 11 of file GsfElectronIsoCollection.h.
Definition at line 15 of file GsfElectronIsoCollection.h.
Definition at line 16 of file GsfElectronIsoCollection.h.
Definition at line 17 of file GsfElectronIsoCollection.h.
Definition at line 14 of file GsfElectronIsoNumCollection.h.
typedef edm::AssociationVector<reco::GsfElectronRefProd,std::vector<int> > reco::GsfElectronIsoNumCollection |
Definition at line 11 of file GsfElectronIsoNumCollection.h.
Definition at line 15 of file GsfElectronIsoNumCollection.h.
Definition at line 16 of file GsfElectronIsoNumCollection.h.
Definition at line 17 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 96 of file HaloClusterCandidateECAL.h.
typedef std::vector<HaloClusterCandidateHCAL> reco::HaloClusterCandidateHCALCollection |
Definition at line 94 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 26 of file HcalNoiseRBX.h.
iterator over a vector of references to HFEMClusterShape objects
Definition at line 22 of file HFEMClusterShapeFwd.h.
Definition at line 17 of file HFEMClusterShapeAssociation.h.
typedef edm::AssociationMap<edm::OneToOne<SuperClusterCollection, HFEMClusterShapeCollection> > reco::HFEMClusterShapeAssociationCollection |
Definition at line 15 of file HFEMClusterShapeAssociation.h.
reference to an object in a collection of SeedMap objects
Definition at line 20 of file HFEMClusterShapeAssociation.h.
typedef edm::RefProd<HFEMClusterShapeAssociationCollection> reco::HFEMClusterShapeAssociationRefProd |
reference to a collection of SeedMap objects
Definition at line 23 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 26 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.
Definition at line 122 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 94 of file HTTTopJetTagInfo.h.
Definition at line 94 of file HTTTopJetTagInfo.h.
Definition at line 94 of file HTTTopJetTagInfo.h.
Definition at line 94 of file HTTTopJetTagInfo.h.
Definition at line 94 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 74 of file IsolatedTauTagInfo.h.
Definition at line 74 of file IsolatedTauTagInfo.h.
Definition at line 74 of file IsolatedTauTagInfo.h.
Definition at line 74 of file IsolatedTauTagInfo.h.
Definition at line 74 of file IsolatedTauTagInfo.h.
typedef edm::RefToBase<Jet> reco::JetBaseRef |
Definition at line 13 of file JetCollection.h.
typedef JetEisolAssociationCollection::value_type reco::JetEisolAssociation |
Definition at line 21 of file JetEisolAssociation.h.
typedef std::vector<std::pair<edm::RefToBase<Jet>, float> > reco::JetEisolAssociationCollection |
Definition at line 18 of file JetEisolAssociation.h.
Definition at line 27 of file JetEisolAssociation.h.
Definition at line 24 of file JetEisolAssociation.h.
Definition at line 30 of file JetEisolAssociation.h.
Definition at line 33 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 12 of file JetPiZeroAssociation.h.
Definition at line 29 of file JetPiZeroAssociation.h.
Definition at line 30 of file JetPiZeroAssociation.h.
Definition at line 31 of file JetPiZeroAssociation.h.
Definition at line 32 of file JetPiZeroAssociation.h.
Definition at line 14 of file JetCollection.h.
typedef std::vector< JetTagInfo > reco::JetTagInfoCollection |
Definition at line 33 of file JetTagInfo.h.
Definition at line 33 of file JetTagInfo.h.
typedef edm::Ref< JetTagInfoCollection> reco::JetTagInfoRef |
Definition at line 33 of file JetTagInfo.h.
Definition at line 33 of file JetTagInfo.h.
Definition at line 33 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 12 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 32 of file JTATagInfo.h.
Definition at line 32 of file JTATagInfo.h.
typedef edm::Ref< JTATagInfoCollection> reco::JTATagInfoRef |
Definition at line 32 of file JTATagInfo.h.
Definition at line 32 of file JTATagInfo.h.
Definition at line 32 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 23 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 99 of file MinMETProducerT.h.
Definition at line 100 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 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 33 of file NamedCompositeCandidateFwd.h.
vector of references to objects in the same collection of Candidate objects via base type
Definition at line 29 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 31 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 136 of file findMethod.cc.
typedef math::Error<5>::type reco::PerigeeCovarianceMatrix |
Definition at line 9 of file fillCovariance.h.
typedef std::vector< PFBlock > reco::PFBlockCollection |
collection of PFBlock objects
Definition at line 11 of file PFBlockFwd.h.
typedef std::vector<reco::PFBlockElementSuperCluster> reco::PFBlockElementSuperClusterCollection |
Definition at line 6 of file PFBlockElementSuperClusterFwd.h.
Definition at line 8 of file PFBlockElementSuperClusterFwd.h.
handle to a block collection
Definition at line 23 of file PFBlockFwd.h.
typedef edm::Ref<PFBlockCollection> reco::PFBlockRef |
persistent reference to PFCluster objects
Definition at line 20 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.
typedef std::vector<PFClusterJet> reco::PFClusterJetCollection |
collection of PFClusterJet objects
Definition at line 15 of file PFClusterJetCollection.h.
Definition at line 19 of file PFClusterJetCollection.h.
typedef std::vector<edm::FwdPtr<PFClusterJet> > reco::PFClusterJetFwdPtrVector |
Definition at line 22 of file PFClusterJetCollection.h.
Definition at line 18 of file PFClusterJetCollection.h.
typedef std::vector<edm::FwdRef<PFClusterJetCollection> > reco::PFClusterJetFwdRefVector |
Definition at line 21 of file PFClusterJetCollection.h.
edm references
Definition at line 17 of file PFClusterJetCollection.h.
Definition at line 23 of file PFClusterJetCollection.h.
Definition at line 20 of file PFClusterJetCollection.h.
typedef std::vector< PFClusterMET > reco::PFClusterMETCollection |
collection of PFClusterMET objects
Definition at line 21 of file PFClusterMETCollection.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.
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.
Definition at line 22 of file PFClusterShapeAssociation.h.
typedef edm::AssociationMap<edm::OneToOne<PFClusterCollection, ClusterShapeCollection> > reco::PFClusterShapeAssociationCollection |
Definition at line 20 of file PFClusterShapeAssociation.h.
Definition at line 24 of file PFClusterShapeAssociation.h.
Definition at line 26 of file PFClusterShapeAssociation.h.
typedef edm::RefVector<PFClusterShapeAssociationCollection> reco::PFClusterShapeAssociationRefVector |
Definition at line 28 of file PFClusterShapeAssociation.h.
typedef std::vector< PFCombinedTauTagInfo > reco::PFCombinedTauTagInfoCollection |
Definition at line 188 of file PFCombinedTauTagInfo.h.
Definition at line 188 of file PFCombinedTauTagInfo.h.
Definition at line 188 of file PFCombinedTauTagInfo.h.
Definition at line 188 of file PFCombinedTauTagInfo.h.
Definition at line 188 of file PFCombinedTauTagInfo.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 46 of file PFDisplacedTrackerVertex.h.
persistent reference to a DisplacedTrackerVertex
Definition at line 48 of file PFDisplacedTrackerVertex.h.
vector of reference to Track in the same collection
Definition at line 50 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 11 of file PFDisplacedVertexFwd.h.
handle to a PFDisplacedVertex collection
Definition at line 20 of file PFDisplacedVertexFwd.h.
persistent reference to a PFDisplacedVertex objects
Definition at line 17 of file PFDisplacedVertexFwd.h.
typedef std::vector<PFDisplacedVertexSeed> reco::PFDisplacedVertexSeedCollection |
collection of PFDisplacedVertexSeed objects
Definition at line 11 of file PFDisplacedVertexSeedFwd.h.
handle to a PFDisplacedVertexSeed collection
Definition at line 21 of file PFDisplacedVertexSeedFwd.h.
persistent reference to a PFDisplacedVertexSeed objects
Definition at line 18 of file PFDisplacedVertexSeedFwd.h.
typedef std::vector< PFIsolatedTauTagInfo > reco::PFIsolatedTauTagInfoCollection |
Definition at line 143 of file PFIsolatedTauTagInfo.h.
Definition at line 143 of file PFIsolatedTauTagInfo.h.
Definition at line 143 of file PFIsolatedTauTagInfo.h.
Definition at line 143 of file PFIsolatedTauTagInfo.h.
Definition at line 143 of file PFIsolatedTauTagInfo.h.
typedef edm::AssociationVector<JetRefBaseProd, std::vector<std::vector<PFRecoTauChargedHadron> > > reco::PFJetChargedHadronAssociationBase |
Definition at line 12 of file PFJetChargedHadronAssociation.h.
Definition at line 30 of file PFJetChargedHadronAssociation.h.
Definition at line 31 of file PFJetChargedHadronAssociation.h.
Definition at line 32 of file PFJetChargedHadronAssociation.h.
Definition at line 33 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 21 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<std::pair<double, double> > reco::PFMultilinksType |
Abstract This class is used by the KDTree Track / Ecal Cluster linker to store all found links.
Definition at line 13 of file PFMultilinksTC.h.
typedef std::vector<PFNuclearInteraction> reco::PFNuclearInteractionCollection |
collection of NuclearInteractions
Definition at line 58 of file PFNuclearInteraction.h.
persistent reference to a NuclearInteraction
Definition at line 60 of file PFNuclearInteraction.h.
vector of reference to Track in the same collection
Definition at line 62 of file PFNuclearInteraction.h.
iterator over a vector of references to PFParticle objects
iterator over a vector of references to PFSimParticle objects
Definition at line 24 of file PFParticleFwd.h.
typedef std::vector<PFParticle> reco::PFParticleCollection |
collection of PFParticle objects
Definition at line 9 of file PFParticleFwd.h.
persistent reference to PFParticle objects
Definition at line 15 of file PFParticleFwd.h.
reference to PFParticle collection
Definition at line 18 of file PFParticleFwd.h.
vector of references to PFParticle objects all in the same collection
Definition at line 21 of file PFParticleFwd.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.
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.
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.
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.
iterator over a vector of references to PFSuperCluster objects
Definition at line 24 of file PFSuperClusterFwd.h.
typedef std::vector<PFSuperCluster> reco::PFSuperClusterCollection |
collection of PFSuperCluster objects
Definition at line 9 of file PFSuperClusterFwd.h.
persistent reference to PFSuperCluster objects
Definition at line 15 of file PFSuperClusterFwd.h.
reference to PFSuperCluster collection
Definition at line 18 of file PFSuperClusterFwd.h.
vector of references to PFSuperCluster objects all in the same collection
Definition at line 21 of file PFSuperClusterFwd.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 28 of file PFTauDiscriminatorByIsolation.h.
Definition at line 29 of file PFTauDiscriminatorByIsolation.h.
Definition at line 30 of file PFTauDiscriminatorByIsolation.h.
Definition at line 27 of file PFTauDiscriminatorByIsolation.h.
Definition at line 28 of file PFTauDiscriminator.h.
Definition at line 29 of file PFTauDiscriminator.h.
Definition at line 30 of file PFTauDiscriminator.h.
Definition at line 27 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 16 of file PFTauTransverseImpactParameterAssociation.h.
Definition at line 18 of file PFTauTransverseImpactParameterAssociation.h.
Definition at line 19 of file PFTauTransverseImpactParameterAssociation.h.
Definition at line 20 of file PFTauTransverseImpactParameterAssociation.h.
Definition at line 17 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 22 of file PFTauTransverseImpactParameterAssociation.h.
Definition at line 24 of file PFTauTransverseImpactParameterAssociation.h.
Definition at line 25 of file PFTauTransverseImpactParameterAssociation.h.
Definition at line 26 of file PFTauTransverseImpactParameterAssociation.h.
Definition at line 23 of file PFTauTransverseImpactParameterAssociation.h.
typedef edm::AssociationVector<PFTauRefProd, std::vector<std::vector<reco::VertexRef> > > reco::PFTauVertexVAssociation |
Definition at line 28 of file PFTauTransverseImpactParameterAssociation.h.
Definition at line 30 of file PFTauTransverseImpactParameterAssociation.h.
Definition at line 31 of file PFTauTransverseImpactParameterAssociation.h.
Definition at line 32 of file PFTauTransverseImpactParameterAssociation.h.
Definition at line 29 of file PFTauTransverseImpactParameterAssociation.h.
typedef std::vector<PFTrajectoryPoint> reco::PFTrajectoryPointCollection |
collection of PFTrajectoryPoint objects
Definition at line 9 of file PFTrajectoryPointFwd.h.
persistent reference to PFTrajectoryPoint objects
Definition at line 15 of file PFTrajectoryPointFwd.h.
reference to PFTrajectoryPoint collection
Definition at line 18 of file PFTrajectoryPointFwd.h.
vector of references to PFTrajectoryPoint objects all in the same collection
Definition at line 21 of file PFTrajectoryPointFwd.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 84 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 11 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::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 10 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 13 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 11 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 13 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 11 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 29 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.
typedef edm::AssociationMap<edm::OneToManyWithQualityGeneric <edm::View<reco::Track>, TrackingParticleCollection, double> > reco::RecoToSimCollection |
Definition at line 19 of file TrackAssociation.h.
typedef edm::AssociationMap< edm::OneToManyWithQualityGeneric< edm::View< TrajectorySeed >, TrackingParticleCollection, double > > reco::RecoToSimCollectionSeed |
Definition at line 42 of file TrackToTrackingParticleAssociator.h.
typedef edm::AssociationMap< edm::OneToManyWithQualityGeneric< TrajectorySeedCollection, TrackCandidateCollection, double > > reco::RecoToSimCollectionTCandidate |
Definition at line 49 of file TrackToTrackingParticleAssociator.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 6 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 12 of file SecondaryVertexTagInfo.h.
Definition at line 12 of file SecondaryVertexTagInfo.h.
Definition at line 12 of file SecondaryVertexTagInfo.h.
Definition at line 12 of file SecondaryVertexTagInfo.h.
Definition at line 12 of file SecondaryVertexTagInfo.h.
typedef std::vector< ShallowTagInfo > reco::ShallowTagInfoCollection |
Definition at line 35 of file ShallowTagInfo.h.
Definition at line 35 of file ShallowTagInfo.h.
Definition at line 35 of file ShallowTagInfo.h.
Definition at line 35 of file ShallowTagInfo.h.
Definition at line 35 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.
typedef edm::AssociationMap<edm::OneToManyWithQualityGeneric <TrackingParticleCollection, edm::View<reco::Track>, double> > reco::SimToRecoCollection |
Definition at line 16 of file TrackAssociation.h.
typedef edm::AssociationMap< edm::OneToManyWithQualityGeneric< TrackingParticleCollection, edm::View< TrajectorySeed >, double > > reco::SimToRecoCollectionSeed |
Definition at line 39 of file TrackToTrackingParticleAssociator.h.
typedef edm::AssociationMap< edm::OneToManyWithQualityGeneric< TrackingParticleCollection, TrackCandidateCollection, double > > reco::SimToRecoCollectionTCandidate |
Definition at line 46 of file TrackToTrackingParticleAssociator.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 179 of file TaggingVariable.h.
typedef std::pair< TaggingVariableName, TaggingValue > reco::TaggingVariable |
Definition at line 183 of file TaggingVariable.h.
typedef std::vector< TaggingVariableList > reco::TaggingVariableListCollection |
Definition at line 253 of file TaggingVariable.h.
Definition at line 253 of file TaggingVariable.h.
Definition at line 253 of file TaggingVariable.h.
Definition at line 253 of file TaggingVariable.h.
Definition at line 253 of file TaggingVariable.h.
typedef std::vector< TauImpactParameterInfo > reco::TauImpactParameterInfoCollection |
Definition at line 47 of file TauImpactParameterInfo.h.
Definition at line 47 of file TauImpactParameterInfo.h.
Definition at line 47 of file TauImpactParameterInfo.h.
Definition at line 47 of file TauImpactParameterInfo.h.
Definition at line 47 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 33 of file TrackFwd.h.
association to a track collection
Definition at line 24 of file TrackFwd.h.
typedef edm::RefToBase<reco::Track> reco::TrackBaseRef |
persistent reference to a Track, using views
Definition at line 36 of file TrackFwd.h.
vector of persistent references to a Track, using views
Definition at line 39 of file TrackFwd.h.
Definition at line 19 of file TrackCaloClusterAssociation.h.
Definition at line 20 of file TrackCaloClusterAssociation.h.
typedef edm::AssociationMap<edm::OneToOne<reco::TrackCollection, reco::CandidateCollection> > reco::TrackCandidateAssociation |
Definition at line 11 of file TrackCandidateAssociation.h.
Definition at line 19 of file TrackCandidateCaloClusterAssociation.h.
typedef edm::ValueMap<reco::CaloClusterPtrVector> reco::TrackCandidateCaloClusterPtrVectorAssociation |
Definition at line 20 of file TrackCandidateCaloClusterAssociation.h.
Definition at line 17 of file TrackCandidateSuperClusterAssociation.h.
typedef std::vector<Track> reco::TrackCollection |
collection of Tracks
Definition at line 15 of file TrackFwd.h.
typedef std::vector< TrackCountingTagInfo > reco::TrackCountingTagInfoCollection |
Definition at line 90 of file TrackCountingTagInfo.h.
Definition at line 90 of file TrackCountingTagInfo.h.
Definition at line 90 of file TrackCountingTagInfo.h.
Definition at line 90 of file TrackCountingTagInfo.h.
Definition at line 90 of file TrackCountingTagInfo.h.
Definition at line 14 of file TrackDeDxHits.h.
typedef edm::AssociationVector<reco::TrackRefProd, std::vector<reco::DeDxHitCollection> > reco::TrackDeDxHitsCollection |
Definition at line 13 of file TrackDeDxHits.h.
Definition at line 15 of file TrackDeDxHits.h.
Definition at line 16 of file TrackDeDxHits.h.
Definition at line 17 of file TrackDeDxHits.h.
iterator over a vector of references to TrackExtra in the same collection
Definition at line 26 of file TrackExtraFwd.h.
typedef std::vector<TrackExtra> reco::TrackExtraCollection |
collection of TrackExtra objects
Definition at line 11 of file TrackExtraFwd.h.
persistent reference to a TrackExtra
Definition at line 17 of file TrackExtraFwd.h.
reference to a TrackExtra collection
Definition at line 20 of file TrackExtraFwd.h.
vector of references to TrackExtra in the same collection
Definition at line 23 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 13 of file TrackIPTagInfo.h.
Definition at line 13 of file TrackIPTagInfo.h.
Definition at line 13 of file TrackIPTagInfo.h.
Definition at line 13 of file TrackIPTagInfo.h.
Definition at line 13 of file TrackIPTagInfo.h.
typedef std::vector<TrackJet> reco::TrackJetCollection |
collection of TrackJet objects
Definition at line 15 of file TrackJetCollection.h.
typedef edm::FwdPtr<TrackJet> reco::TrackJetFwdPtr |
Definition at line 19 of file TrackJetCollection.h.
typedef std::vector<edm::FwdPtr<TrackJet> > reco::TrackJetFwdPtrVector |
Definition at line 22 of file TrackJetCollection.h.
Definition at line 18 of file TrackJetCollection.h.
typedef std::vector<edm::FwdRef<TrackJetCollection> > reco::TrackJetFwdRefVector |
Definition at line 21 of file TrackJetCollection.h.
typedef edm::Ref<TrackJetCollection> reco::TrackJetRef |
edm references
Definition at line 17 of file TrackJetCollection.h.
Definition at line 23 of file TrackJetCollection.h.
Definition at line 20 of file TrackJetCollection.h.
typedef std::vector< TrackProbabilityTagInfo > reco::TrackProbabilityTagInfoCollection |
Definition at line 139 of file TrackProbabilityTagInfo.h.
Definition at line 139 of file TrackProbabilityTagInfo.h.
Definition at line 139 of file TrackProbabilityTagInfo.h.
Definition at line 139 of file TrackProbabilityTagInfo.h.
Definition at line 139 of file TrackProbabilityTagInfo.h.
typedef edm::Ref<TrackCollection> reco::TrackRef |
persistent reference to a Track
Definition at line 21 of file TrackFwd.h.
persistent reference to a Track collection
Definition at line 27 of file TrackFwd.h.
vector of reference to Track in the same collection
Definition at line 30 of file TrackFwd.h.
Definition at line 15 of file TrackSuperClusterAssociation.h.
typedef TrackTauImpactParameterAssociationCollection::value_type reco::TrackTauImpactParameterAssociation |
Definition at line 24 of file TauImpactParameterInfo.h.
typedef edm::AssociationMap< edm::OneToValue< reco::TrackCollection, reco::TauImpactParameterTrackData > > reco::TrackTauImpactParameterAssociationCollection |
Definition at line 22 of file TauImpactParameterInfo.h.
typedef edm::AssociationMap<edm::OneToOne<reco::TrackCollection, reco::TrackCollection> > reco::TrackToTrackMap |
Definition at line 17 of file TrackToTrackMap.h.
iterator over a vector of references to PFTrajectoryPoint objects
Definition at line 24 of file PFTrajectoryPointFwd.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.
persistent reference to an object in a collection of Candidate objects
Definition at line 25 of file VertexCompositeCandidateFwd.h.
vector of references to objects in the same collection of Candidate objects via base type
Definition at line 33 of file VertexCompositeCandidateFwd.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 31 of file VertexCompositeCandidateFwd.h.
vector of references to objects in the same collection of Candidate objects
Definition at line 27 of file VertexCompositeCandidateFwd.h.
view of a collection containing candidates
Definition at line 21 of file VertexCompositeCandidateFwd.h.
persistent reference to an object in a collection of Candidate objects
Definition at line 25 of file VertexCompositePtrCandidateFwd.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 33 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 29 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 31 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 27 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 38 of file VoronoiBackground.h.
typedef std::vector<reco::WMuNuCandidate> reco::WMuNuCandidateCollection |
Definition at line 50 of file WMuNuCandidate.h.
typedef std::vector<reco::WMuNuCandidatePtr> reco::WMuNuCandidatePtrCollection |
Definition at line 50 of file WMuNuCandidatePtr.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.
int reco::checkMethod | ( | const edm::FunctionWithDict & | mem, |
const edm::TypeWithDict & | type, | ||
const std::vector< AnyMethodArgument > & | args, | ||
std::vector< AnyMethodArgument > & | fixuppedArgs | ||
) |
Definition at line 30 of file findMethod.cc.
References edm::FunctionWithDict::functionParameterSize(), mps_fire::i, edm::FunctionWithDict::isConst(), edm::FunctionWithDict::isConstructor(), edm::FunctionWithDict::isDestructor(), edm::FunctionWithDict::isPublic(), edm::FunctionWithDict::isStatic(), reco::parser::kIsConstructor, reco::parser::kIsDestructor, reco::parser::kIsFunctionAddedByROOT, reco::parser::kIsNotConst, reco::parser::kIsNotPublic, reco::parser::kIsStatic, reco::parser::kWrongArgumentType, reco::parser::kWrongNumberOfArguments, edm::FunctionWithDict::name(), and ValidateTausOnQCD_cff::parameter.
Referenced by findMethod().
|
inline |
Definition at line 1394 of file HitPattern.h.
References reco::PatternSet< N >::begin(), reco::PatternSet< N >::end(), and reco::PatternSet< N >::nhit.
constexpr double reco::deltaPhi | ( | double | phi1, |
double | phi2 | ||
) |
Definition at line 22 of file deltaPhi.h.
References reduceRange().
Referenced by reco::tau::RecoTauPiZeroStripPlugin3::addCandsToStrip(), TrackDetectorAssociator::addTAMuonSegmentMatch(), CATopJetAlgorithm::adjacentCells(), SUSY_HLT_DiJet_MET::analyze(), HLTInclusiveVBFSource::analyze(), TkConvValidator::analyze(), ErsatzMEt::analyze(), PackedCandidateTrackValidator::analyze(), B2GDQM::analyzeAllHad(), B2GDQM::analyzeSemiE(), B2GDQM::analyzeSemiMu(), SeedForPhotonConversionFromQuadruplets::bubbleReverseSortVsPhi(), SeedForPhotonConversionFromQuadruplets::bubbleSortVsPhi(), QGTagger::calcVariables(), ConversionProducer::checkPhi(), EgammaSuperClusters::closestMCParticle(), egammaisolation::EgammaRecHitExtractor::collect(), PileupJetIdAlgo::computeIdVariables(), MVAJetPuId::computeIdVariables(), EGEnergyCorrector::CorrectedEnergyWithError(), EGEnergyCorrector::CorrectedEnergyWithErrorV3(), deltaPhi(), PFRecoTauDiscriminationByHPSSelection::discriminate(), EcalDeadCellDeltaRFilter::dPhiToMETfunc(), MuonGmtPair::dR(), ellipse(), ErsatzMEt::ersatzFabrik(), TrackTimeValueMapProducer::extractTrackVertexTime(), TopDiLeptonOffline::MonitorEnsemble::fill(), EcalRegressionData::fill(), L1TEGammaOffline::fillElectrons(), L1TStage2CaloLayer2Offline::fillEnergySums(), DeepTauId::fillGrids(), JetDQM::fillHistograms(), L1TStage2CaloLayer2Offline::fillJets(), DeepBoostedJetTagInfoProducer::fillParticleFeatures(), L1TEGammaOffline::fillPhotons(), DeepBoostedJetTagInfoProducer::fillSVFeatures(), VBFGenJetFilter::filter(), FFTJetDijetFilter::filter(), FixedGridEnergyDensity::fixedGridRho(), SCEnergyCorrectorSemiParm::getCorrections(), MuonGmtPair::getDeltaVar(), ConversionProducer::getMatchedBC(), HitPairGeneratorFromLayerPairForPhotonConversion::getPhiRange(), EGRegressionModifierV3::getRegData(), EgammaRecHitIsolation::getSum_(), HitQuadrupletGeneratorFromLayerPairForPhotonConversion::hitPairs(), HLTJetPairDzMatchFilter< T >::hltFilter(), HLTMinDPhiMETFilter::hltFilter(), HLTJetSortedVBFFilter< T >::hltFilter(), ConversionSeedFilter::isCompatible(), muon::isGoodMuon(), ME0SegmentAlgorithm::isGoodToMerge(), GEMSegmentAlgorithm::isGoodToMerge(), PreshowerPhiClusterAlgo::makeOneCluster(), OutInConversionSeedFinder::makeSeeds(), ConversionTools::matchesConversion(), ConversionProducer::matchingSC(), reco::RecoTauPiZero::maxDeltaPhi(), EGRegressionModifierV2::modifyObject(), EGRegressionModifierV1::modifyObject(), reco::parser::deltaPhi_f::operator()(), reco::tau::RecoTauElectronRejectionPlugin::operator()(), CMSInsideOutAlgorithm::ListIteratorLesserByDeltaR::operator()(), reco::tau::RecoTauPiZeroStripPlugin::operator()(), DeltaPhi< T1, T2 >::operator()(), EtaPhiRegion::operator()(), reco::isodeposit::Direction::operator-(), operator<<(), egHLT::EgJetTagProbeCut< T >::pass(), egHLT::EgJetB2BCut< T >::pass(), PFClusterWidthAlgo::PFClusterWidthAlgo(), BPHPlusMinusCandidate::phiDiff(), L2TauPixelTrackMatch::produce(), PreshowerPhiClusterProducer::produce(), ME0SegmentMatcher::produce(), ConversionSeedFilterCharge::produce(), LowPtGsfElectronSeedProducer::propagateTrackToCalo(), reco::tau::pt_weighted_dx_T(), pat::PATMuonProducer::puppiCombinedIsolation(), AreaSeededTrackingRegionsBuilder::Builder::regionImpl(), HcalIsoTrkAnalyzer::rhoh(), TrackAndHCALLinker::testLink(), track_associator::trackAssociationChi2(), and lowptgsfeleid::trackClusterMatching().
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())) |
constexpr auto reco::deltaR | ( | const T1 & | t1, |
const T2 & | t2 | ||
) | -> decltype(t1.eta()) |
Definition at line 28 of file deltaR.h.
References constexpr, deltaR2(), and mathSSE::sqrt().
Referenced by SUSY_HLT_VBF_Mu::analyze(), ZeePlots::analyze(), WenuPlots::analyze(), GsfElectronMCAnalyzer::analyze(), RPCPhiEff::analyze(), BTVHLTOfflineSource::analyze(), TagAndProbeBtagTriggerMonitor::analyze(), HLTInclusiveVBFSource::analyze(), ECALMultifitAnalyzer_HI::analyze(), L1Validator::analyze(), ErsatzMEt::analyze(), BPHMonitor::analyze(), PhotonAnalyzer::analyze(), ExoticaDQM::analyzeDisplacedJets(), ExoticaDQM::analyzeDisplacedLeptons(), B2GDQM::analyzeSemiE(), B2GDQM::analyzeSemiMu(), HPSPFRecoTauAlgorithm::associateIsolationCandidates(), btagbtvdeep::TrackInfoBuilder::buildTrackInfo(), reco::helper::JetMuonHitsIDHelper::calculate(), LeptonInJetProducer< T >::calculateLSF(), PileUpSubtractor::calculateOrphanInput(), PrimaryVertexAssignment::chargedHadronVertex(), btagbtvdeep::commonCandidateToFeatures(), HLTDoubletDZ< T1, T2 >::computeDZ(), PileupJetIdAlgo::computeIdVariables(), MVAJetPuId::computeIdVariables(), deltaR(), reco::isodeposit::Direction::deltaR(), CaloSubdetectorGeometry::deltaR(), muonisolation::CaloExtractor::deposit(), muonisolation::JetExtractor::deposit(), muonisolation::CaloExtractorByAssociator::deposits(), PFRecoTauDiscriminationAgainstElectronMVA6::discriminate(), PFRecoTauDiscriminationAgainstElectronMVA5::discriminate(), PFRecoTauDiscriminationByIsolation::discriminate(), TauL1TPair::dR(), HcalIsoTrkAnalyzer::dR(), electronSelector(), PFCandidateMonitor::fill(), PFJetMonitor::fill(), HLTOfflineDQMTopDiLepton::MonitorDiLepton::fill(), L1ValidatorHists::Fill(), TopDiLeptonOffline::MonitorEnsemble::fill(), egHLT::trigTools::fillHLTposition(), pat::helper::BasicOverlapTest::fillOverlapsForItem(), DeepBoostedJetTagInfoProducer::fillParticleFeatures(), DeepBoostedJetTagInfoProducer::fillSVFeatures(), muonisolation::CaloExtractor::fillVetos(), PFJetFilter::filter(), ZeeCandidateFilter::filter(), L1Validator::FindBest(), HLTJetTagWithMatching< T >::findCSV(), HLTJetSortedVBFFilter< T >::findCSV(), HLTJetHbbFilter< T >::findCSV(), PileUpSubtractor::getCone(), SCEnergyCorrectorSemiParm::getCorrections(), TtDilepEvtSolution::getJetResidual(), TtDilepEvtSolution::getLeptonResidual(), ParticleTowerProducer::getNearestTower(), reco::tau::RecoTauIsolationMasking::inCone(), EcalDeadCellDeltaRFilter::isCloseToBadEcalChannel(), reco::tau::disc::JetTauDR(), egammaTools::localEcalClusterCoordsEB(), egammaTools::localEcalClusterCoordsEE(), main(), reco::tau::disc::MainTrackAngle(), reco::modules::HICaloCompatibleTrackSelector::matchByDrAllowReuse(), ConversionTools::matchesConversion(), ZCountingTrigger::TriggerTools::matchHLT(), BPHMonitor::matchToTrigger(), btagbtvdeep::mindrsvpfcand(), EGRegressionModifierV1::modifyObject(), reco::tau::disc::OpeningDeltaR(), reco::TrackSelector::operator()(), reco::parser::deltaR_f::operator()(), reco::tau::RecoTauElectronRejectionPlugin::operator()(), reco::tau::RecoTauEnergyRecoveryPlugin2::operator()(), reco::tau::PFRecoTauEnergyAlgorithmPlugin::operator()(), WPlusJetsEventSelector::operator()(), reco::tau::PFRecoTauChargedHadronFromPFCandidatePlugin::operator()(), DeltaR< math::XYZVector, math::XYZPoint >::operator()(), reco::tau::PFRecoTauChargedHadronFromGenericTrackPlugin< TrackClass >::operator()(), DeepTauId::processSignalPFComponents(), L1HLTJetsMatching::produce(), PFJetsMatchedToFilteredCaloJetsProducer::produce(), ElectronMatchedCandidateProducer::produce(), IsolatedEcalPixelTrackCandidateProducer::produce(), SoftPFMuonTagInfoProducer::produce(), SoftPFElectronTagInfoProducer::produce(), JetSubstructurePacker::produce(), LeptonInJetProducer< T >::produce(), L1ECALPrefiringWeightProducer::produce(), IsolatedPixelTrackCandidateProducer::produce(), IsolatedPixelTrackCandidateL1TProducer::produce(), DeepDoubleXTagInfoProducer::produce(), ObjectViewMatcher< T1, T2 >::produce(), BetaStarVarProducer< T >::produce(), ObjectViewCleaner< T >::produce(), BoostedDoubleSVProducer::produce(), SelectedElectronFEDListProducer< TEle, TCand >::produce(), BJetEnergyRegressionVarProducer< T >::produce(), reco::tau::pt_weighted_dx_T(), AcceptJet::ratio(), reco::tau::disc::ScaledOpeningDeltaR(), btagbtvdeep::seedingTracksToFeatures(), egHLT::trigTools::setFiltersObjPasses(), reco::tau::RecoTauBuilderConePlugin::setTauQuantities(), reco::tau::RecoTauConstructor::sortAndCopyIntoTau(), btagbtvdeep::svToFeatures(), and HcalIsoTrkAnalyzer::trackP().
constexpr T1 reco::deltaR | ( | T1 | eta1, |
T2 | phi1, | ||
T3 | eta2, | ||
T4 | phi2 | ||
) |
constexpr auto reco::deltaR2 | ( | const T1 & | t1, |
const T2 & | t2 | ||
) | -> decltype(t1.eta()) |
Definition at line 16 of file deltaR.h.
References funct::abs(), M_PI, p1, and p2.
Referenced by EgammaHLTHcalIsolation::acceptHit_(), EgammaIsoESDetIdCollectionProducer::addDetIds(), ElectronMcSignalValidatorMiniAOD::analyze(), ElectronMcSignalValidator::analyze(), HGCalHitCalibration::analyze(), JetFlavourClustering::assignToSubjets(), helper::SimpleJetTrackAssociator::associate(), helper::SimpleJetTrackAssociator::associateTransient(), BoostedTauSeedsProducer::BoostedTauSeedsProducer(), PFRecoTauTagInfoAlgorithm::buildPFTauTagInfo(), pat::LeptonJetIsolationAngle::calculate(), CandMergerCleanOthersByDR::CandMergerCleanOthersByDR(), reco::PFMETProducerMVA::chargedFracInCone(), metsig::METSignificance::cleanJet(), NoPileUpMEtUtilities::cleanJets(), MvaMEtUtilities::cleanJets(), objects.JetAnalyzer::cleanJetsAndLeptons(), objects.JetAnalyzer::cleanNearestJetOnly(), NoPileUpMEtUtilities::cleanPFCandidates(), MvaMEtUtilities::cleanPFCands(), LowPtGsfElectronSCProducer::closestCluster(), EgammaTowerIsolationNew< NC >::compute(), EcalPFClusterIsolation< T1 >::computedRVeto(), reco::PFMETProducerMVA::computeJetInfo(), reco::PFMETProducerMVA::computeLeptonInfo(), PhotonIDValueMapProducer::computeWorstPFChargedIsolation(), deltaR(), reco::isodeposit::Direction::deltaR2(), IsolatedGenParticles::endJob(), HLTDQMTagAndProbeEff< TagType, TagCollType, ProbeType, ProbeCollType >::fill(), DeepBoostedJetTagInfoProducer::fillSVFeatures(), BadGlobalMuonTagger::filter(), VBFGenJetFilter::filter(), PythiaFilterGammaJet::filter(), PythiaFilterGammaJetIsoPi0::filter(), PythiaFilterGammaJetWithBg::filter(), PythiaFilterGammaJetWithOutBg::filter(), BadParticleFilter::filter(), PhotonEnrichmentFilter::filter(), JetHTJetPlusHOFilter::filter(), SinglePhotonJetPlusHOFilter::filter(), findBestMatchingLepton(), DeepTauId::findMatchedElectron(), L1MuonMatcherAlgo::genericQuality(), TrackIsoCalculator::getBkgSubTrackIso(), HcalGeometry::getCells(), EcalEndcapGeometry::getCells(), CaloSubdetectorGeometry::getCells(), EcalBarrelGeometry::getCells(), CaloSubdetectorGeometry::getClosestCell(), metsig::METSignificance::getCovariance(), EcalClusterIsoCalculator::getEcalClusterIso(), HcalRechitIsoCalculator::getHcalRechitIso(), PhotonTkIsolation::getIso(), pat::getMiniPFIsolation(), TrackIsoCalculator::getTrackIso(), Basic2DGenericPFlowClusterizer::growPFClusters(), PFlow2DClusterizerWithTime::growPFClusters(), HLTPFTauPairLeadTrackDzMatchFilter::hltFilter(), HLTDeDxFilter::hltFilter(), HLTFatJetMassFilter< jetType >::hltFilter(), HLTMuonTrimuonL3Filter::hltFilter(), HLTMuonL3PreFilter::hltFilter(), HLTMuonDimuonL3Filter::hltFilter(), reco::isodeposit::OtherJetConstituentsDeltaRVeto::initialize(), heppy::CMGMuonCleanerBySegmentsAlgo::isBetterMuon(), modules::MuonCleanerBySegmentsT< T >::isBetterMuon(), MuonPFIsolationWithConeVeto::isInIsolationCone(), ElectronPFIsolationWithConeVeto::isInIsolationCone(), PhotonPFIsolationWithConeVeto::isInIsolationCone(), ElectronPFIsolationWithMapBasedVeto::isInIsolationCone(), PhotonPFIsolationWithMapBasedVeto::isInIsolationCone(), heppy::IsolationComputer::isoSumNeutralsWeighted(), heppy::IsolationComputer::isoSumRaw(), noPuUtils::isVertexAssociated_fast(), IPProducerHelpers::FromJetAndCands::makeBaseVector(), PFB::match(), MatcherByPullsAlgorithm::match(), L1MuonMatcherAlgo::match(), HLTEgammaDoubleLegCombFilter::matchCands(), L1MuonMatcherAlgo::matchGeneric(), TemplatedSecondaryVertexProducer< IPTI, VTX >::matchGroomedJets(), JetFlavourClustering::matchGroomedJets(), TemplatedSecondaryVertexProducer< IPTI, VTX >::matchReclusteredJets(), JetFlavourClustering::matchReclusteredJets(), DeltaRMinPairSelector::operator()(), reco::TrackSelector::operator()(), reco::tau::cone::DeltaRFilter< typename CandType::value_type >::operator()(), CMSInsideOutAlgorithm::ListIteratorLesserByDeltaR::operator()(), AntiElectronDeadECAL::operator()(), pat::OverlapByDeltaR::operator()(), EtaPhiRegion::operator()(), TopProjectorDeltaROverlap< Top, Bottom >::operator()(), egHLT::EgTagProbeCut< T >::pass(), egHLT::EgJetTagProbeCut< T >::pass(), egHLT::EgJetB2BCut< T >::pass(), egHLT::EgTrigTagProbeCut::pass(), egHLT::EgTrigTagProbeCut_New::pass(), egHLT::EgTrigTagProbeCut_NewPho::pass(), hltdqm::passTrig(), EleTkIsolFromCands::passTrkSel(), JetAnalyzer.JetAnalyzer::process(), JetTracksAssociationDRVertex::produce(), CandPtrProjector::produce(), JetTracksAssociationDRVertexAssigned::produce(), JetVetoedTracksAssociationDRVertex::produce(), JetTracksAssociationDRCalo::produce(), LowPtGsfElectronSCProducer::produce(), PFMatchedCandidateRefExtractor::produce(), HLTTriMuonIsolation::produce(), PFJetsTauOverlapRemoval::produce(), L2TauPixelIsoTagProducer::produce(), PFTauL1TJetsMatching::produce(), GenVisTauProducer::produce(), ElectronRecalibSuperClusterAssociator::produce(), DeltaBetaWeights::produce(), HLTMuonL2SelectorForL3IO::produce(), NearbyCandCountComputer::produce(), TauJetSelectorForHLTTrackSeeding::produce(), CaloTowerFromL1TSeededCreatorForTauHLT::produce(), ShiftedJetProducerByMatchedObjectT< T >::produce(), SoftPFElectronTagInfoProducer::produce(), ME0SegmentMatcher::produce(), ShiftedPFCandidateProducerByMatchedObject::produce(), NoPileUpPFMEtProducer::produce(), ShiftedPFCandidateProducerForPFMVAMEt::produce(), RecoTauGenericJetRegionProducer< JetType, CandType >::produce(), HLTScoutingCaloProducer::produce(), DeltaRNearestObjectComputer< T >::produce(), HLTScoutingPFProducer::produce(), ShiftedPFCandidateProducerForPFNoPUMEt::produce(), PFClusterMatchedToPhotonsSelector::produce(), L1TJetsMatching< T >::produce(), HLTScoutingMuonProducer::produce(), TriggerObjectTableProducer::produce(), JetDeltaRTagInfoValueMapProducer< T, I >::produce(), PixelJetPuId::produce(), PFCandidateRecalibrator::produce(), BoostedDoubleSVProducer::produce(), DeepFlavourTagInfoProducer::produce(), JetDeltaRValueMapProducer< T, C >::produce(), HLTJetsCleanedFromLeadingLeptons< JetType >::produce(), PhotonIDValueMapProducer::produce(), BJetEnergyRegressionVarProducer< T >::produce(), TemplatedSecondaryVertexProducer< IPTI, VTX >::produce(), HGCalIsoCalculator::produceHGCalIso(), LowPtGsfElectronSeedProducer::propagateTrackToCalo(), pat::PATMuonProducer::puppiCombinedIsolation(), JetPlusTrackCorrector::rebuildJta(), CMSInsideOutAlgorithm::run(), GenJetClosestMatchSelectorDefinition::select(), MultiTrackValidator::tpDR(), MultiTrackValidator::trackDR(), TrackVertexArbitration< VTX >::trackVertexArbitrator(), PuppiContainer::var_within_R(), reco::isodeposit::OtherCandidatesDeltaRVeto::veto(), reco::isodeposit::OtherJetConstituentsDeltaRVeto::veto(), PFRecoTauDiscriminationByIsolation::weightedSum(), VirtualJetProducer::writeJets(), and NoPileUpPFMEtDataProducer::~NoPileUpPFMEtDataProducer().
constexpr T1 reco::deltaR2 | ( | T1 | eta1, |
T2 | phi1, | ||
T3 | eta2, | ||
T4 | phi2 | ||
) |
|
inline |
Definition at line 9 of file Ellipse.h.
References deltaPhi(), particleFlow_cfi::dEta, SoftLeptonByDistance_cfi::distance, and particleFlow_cfi::dPhi.
Referenced by ElementsInEllipse< reco::Candidate, reco::Candidate >::operator()().
EXPR* reco::expressionEvaluator | ( | const char * | pkg, |
const char * | iname, | ||
const std::string & | iexpr | ||
) |
Definition at line 28 of file ExpressionEvaluator.h.
References reco::ExpressionEvaluator::expr().
PerigeeCovarianceMatrix & reco::fillCovariance | ( | PerigeeCovarianceMatrix & | v, |
const float * | data | ||
) |
Definition at line 6 of file fillCovariance.cc.
References mps_fire::i, training_settings::idx, and findQualityFiles::v.
Referenced by reco::TrackBase::fill(), reco::TrackExtra::fillInner(), reco::TrackExtra::fillOuter(), reco::TrackExtra::innerStateCovariance(), reco::TrackExtra::outerStateCovariance(), and AlignmentExtendedCorrelationsStore::~AlignmentExtendedCorrelationsStore().
edm::MemberWithDict reco::findDataMember | ( | const edm::TypeWithDict & | iType, |
const std::string & | iName, | ||
int & | oError | ||
) |
Definition at line 32 of file findDataMember.cc.
References TtFullHadDaughter::B, edm::TypeWithDict::dataMemberByName(), edm::TypeWithDict::isPointer(), edm::MemberWithDict::isPublic(), reco::parser::kIsNotPublic, reco::parser::kNameDoesNotExist, reco::parser::kNoError, and edm::TypeWithDict::toType().
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 145 of file findMethod.cc.
References writedatasetfile::args, TtFullHadDaughter::B, checkMethod(), className(), relativeConstraints::empty, relativeConstraints::error, Exception, F(), f, fatalErrorCondition(), edm::TypeWithDict::finalType(), findMethod(), plotBeamSpotDB::first, edm::TypeWithDict::functionMemberByName(), stringResolutionProvider_cfi::functions, edm::TypeWithDict::isPointer(), edm::TypeWithDict::isReference(), edm::TypeWithDict::isTemplateInstance(), edm::TypeWithDict::isTypedef(), reco::parser::kNameDoesNotExist, reco::parser::kNoError, mem, edm::TypeWithDict::name(), nCasts(), jetUpdater_cfi::sort, AlCaHLTBitMon_QueryRunRegistry::string, edm::TypeWithDict::stripConstRef(), protons_cff::t, edm::TypeWithDict::templateName(), and edm::TypeWithDict::toType().
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 145 of file findMethod.cc.
References writedatasetfile::args, TtFullHadDaughter::B, checkMethod(), className(), relativeConstraints::empty, relativeConstraints::error, Exception, F(), f, fatalErrorCondition(), edm::TypeWithDict::finalType(), findMethod(), plotBeamSpotDB::first, edm::TypeWithDict::functionMemberByName(), stringResolutionProvider_cfi::functions, edm::TypeWithDict::isPointer(), edm::TypeWithDict::isReference(), edm::TypeWithDict::isTemplateInstance(), edm::TypeWithDict::isTypedef(), reco::parser::kNameDoesNotExist, reco::parser::kNoError, mem, edm::TypeWithDict::name(), nCasts(), jetUpdater_cfi::sort, AlCaHLTBitMon_QueryRunRegistry::string, edm::TypeWithDict::stripConstRef(), protons_cff::t, edm::TypeWithDict::templateName(), and edm::TypeWithDict::toType().
Referenced by findMethod(), and reco::parser::MethodSetter::push().
|
inline |
Definition at line 31 of file pdgIdUtils.h.
References funct::abs(), and reco::Candidate::pdgId().
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 55 of file component.h.
References EnergyCorrector::c, and get().
Referenced by mps_alisetup.SetupAlignment::_fetch_datasets(), mps_alisetup.SetupAlignment::_fetch_defaults(), GenObject.GenObject::_genObjectClone(), iterativeTkConfig::_seedOrTrackProducers(), FWItemAccessorFactory::accessorFor(), AlignmentMonitorAsAnalyzer::AlignmentMonitorAsAnalyzer(), PrintLoadingPlugins::askedToLoad(), Basic2DGenericPFlowClusterizer::Basic2DGenericPFlowClusterizer(), MillePedeDQMModule::beginRun(), CAHitQuadrupletGenerator::CAHitQuadrupletGenerator(), CAHitTripletGenerator::CAHitTripletGenerator(), CandIsoDepositProducer::CandIsoDepositProducer(), edm::eventsetup::EventSetupProvider::checkESProducerSharing(), iterativeTkConfig::clusterRemoverForIter(), funct::combine(), CombinedHitTripletGenerator::CombinedHitTripletGenerator(), CombinedMultiHitGenerator::CombinedMultiHitGenerator(), CombinedSeedComparitor::CombinedSeedComparitor(), CombinedTrajectoryFactory::CombinedTrajectoryFactory(), CompositeLogicalTrajectoryFilter::CompositeLogicalTrajectoryFilter(), CompositeTrajectoryFilter::CompositeTrajectoryFilter(), CompositeTSG::CompositeTSG(), ComputedVariable::ComputedVariable(), CondDBESSource::CondDBESSource(), ConfigurableAnalysis::ConfigurableAnalysis(), AttachSD::create(), cond::CoralServiceFactory::create(), PhysicsTools::ProcessRegistry< Base_t, CalibBase_t, Parent_t >::Factory::create(), AlignmentProducerBase::createAlignmentAlgorithm(), AlignmentProducerBase::createCalibrations(), AlignmentProducerBase::createMonitors(), edm::serviceregistry::ServicesManager::createServiceFor(), BaseCkfTrajectoryBuilder::createTrajectoryFilter(), createWatchers(), CSCSegmentBuilder::CSCSegmentBuilder(), CtfSpecialSeedGenerator::CtfSpecialSeedGenerator(), ntupleDataFormat._DetIdStrAdaptor::detIdStr(), DTDigitizer::DTDigitizer(), DTLocalTriggerSynchTask::DTLocalTriggerSynchTask(), DTRecHitBaseAlgo::DTRecHitBaseAlgo(), DTRecHitProducer::DTRecHitProducer(), DTRecSegment2DProducer::DTRecSegment2DProducer(), DTRecSegment4DProducer::DTRecSegment4DProducer(), DTSegmentUpdator::DTSegmentUpdator(), DTT0Correction::DTT0Correction(), DTTPAnalyzer::DTTPAnalyzer(), DTTTrigCalibration::DTTTrigCalibration(), DTTTrigCorrection::DTTTrigCorrection(), DTVDriftCalibration::DTVDriftCalibration(), DTVDriftWriter::DTVDriftWriter(), EcalBarrelClusterFastTimer::EcalBarrelClusterFastTimer(), EcalRecHitProducer::EcalRecHitProducer(), EcalUncalibRecHitProducer::EcalUncalibRecHitProducer(), EgammaHLTRegionalPixelSeedGeneratorProducers::EgammaHLTRegionalPixelSeedGeneratorProducers(), EgammaSCCorrectionMaker::EgammaSCCorrectionMaker(), ESRecHitProducer::ESRecHitProducer(), gen::ExternalDecayDriver::ExternalDecayDriver(), FastSimProducer::FastSimProducer(), l1t::PackingSetupFactory::fillDescription(), EcalUncalibRecHitProducer::fillDescriptions(), edm::serviceregistry::ServicesManager::fillListOfMakers(), edm::fillLooper(), Filter::Filter(), edm::Factory::findMaker(), FWDetailViewManager::findViewersFor(), FTLDigiProducer::FTLDigiProducer(), FTLRecHitProducer::FTLRecHitProducer(), FTLUncalibratedRecHitProducer::FTLUncalibratedRecHitProducer(), FWEveViewManager::FWEveViewManager(), GEDGsfElectronFinalizer::GEDGsfElectronFinalizer(), GEMCSCSegmentBuilder::GEMCSCSegmentBuilder(), GEMDigiProducer::GEMDigiProducer(), GEMRecHitProducer::GEMRecHitProducer(), GEMSegmentBuilder::GEMSegmentBuilder(), relval_steps::gen2018HiMix(), LumiCorrectionParam::getCorrection(), EDMtoMEConverter::Tokens< T >::getData(), StorageFactory::getMaker(), makeHLTPrescaleTable::getProcessObjectFromConfDB(), trackselectionRefitting::getSequence(), GsfElectronBaseProducer::GsfElectronBaseProducer(), HGCalBackendLayer1Producer::HGCalBackendLayer1Producer(), HGCalBackendLayer2Producer::HGCalBackendLayer2Producer(), HGCalConcentratorProducer::HGCalConcentratorProducer(), HGCalHistoClusteringImpl::HGCalHistoClusteringImpl(), HGCalLayerClusterProducer::HGCalLayerClusterProducer(), HGCalMulticlusteringImpl::HGCalMulticlusteringImpl(), HGCalRecHitProducer::HGCalRecHitProducer(), HGCalTowerMapProducer::HGCalTowerMapProducer(), HGCalTowerProducer::HGCalTowerProducer(), HGCalTriggerBackendProcessor::HGCalTriggerBackendProcessor(), HGCalTriggerDigiFEReproducer::HGCalTriggerDigiFEReproducer(), HGCalTriggerNtupleManager::HGCalTriggerNtupleManager(), HGCalTriggerValidator::HGCalTriggerValidator(), HGCalUncalibRecHitProducer::HGCalUncalibRecHitProducer(), HGCalVFEProducer::HGCalVFEProducer(), HiEgammaSCCorrectionMaker::HiEgammaSCCorrectionMaker(), HLTMuonIsoFilter::HLTMuonIsoFilter(), RunManager::initG4(), RunManagerMT::initG4(), HGCalTriggerNtupleHGCMulticlusters::initialize(), DDAlgorithmHandler::initialize(), MillePedeAlignmentAlgorithm::initialize(), VersionedSelector< T >::initialize(), IRPCDigitizer::IRPCDigitizer(), GenObject.GenObject::isSingleton(), iterativeTkConfig::iterationAlgos(), cond::CoralServiceManager::knownPlugins(), L2MuonIsolationProducer::L2MuonIsolationProducer(), L3MuonCombinedRelativeIsolationProducer::L3MuonCombinedRelativeIsolationProducer(), L3MuonIsolationProducer::L3MuonIsolationProducer(), ntupleDataFormat._DetIdStrAdaptor::layerStr(), conddblib::listObject(), GenObject.GenObject::loadEventFromTree(), l1t::UnpackerFactory::make(), l1t::PackingSetupFactory::make(), l1t::PackerFactory::make(), edm::DigiAccumulatorMixModFactory::makeDigiAccumulator(), edm::makeInput(), edm::InputSourceFactory::makeInputSource(), edm::PresenceFactory::makePresence(), edm::VectorInputSourceFactory::makeVectorInputSource(), ME0DigiPreRecoProducer::ME0DigiPreRecoProducer(), ME0DigiProducer::ME0DigiProducer(), ME0RecHitProducer::ME0RecHitProducer(), ME0SegmentBuilder::ME0SegmentBuilder(), MTDDigiProducer::MTDDigiProducer(), MTDRecHitProducer::MTDRecHitProducer(), MTDUncalibratedRecHitProducer::MTDUncalibratedRecHitProducer(), MuIsoByTrackPt::MuIsoByTrackPt(), MuIsoDepositProducer::MuIsoDepositProducer(), MuonIdProducer::MuonIdProducer(), FWEveViewManager::newItem(), NTuplingDevice::NTuplingDevice(), pat::ObjectModifier< T >::ObjectModifier(), FWDetailViewManager::openDetailViewFor(), edm::AssociationVector< KeyRefProd, CVal, KeyRef, SizeType, KeyReferenceHelper >::operator[](), badGlobalMuonTaggerFWLite.BadGlobalMuonTagger::outInOnly(), parserPerfsuiteMetadata.parserPerfsuiteMetadata::parseAll(), PFClusterBuilderBase::PFClusterBuilderBase(), PFClusterProducer::PFClusterProducer(), PFCTRecHitProducer::PFCTRecHitProducer(), citk::PFIsolationSumProducer::PFIsolationSumProducer(), citk::PFIsolationSumProducerForPUPPI::PFIsolationSumProducerForPUPPI(), PFlow2DClusterizerWithTime::PFlow2DClusterizerWithTime(), PFMultiDepthClusterizer::PFMultiDepthClusterizer(), PFMultiDepthClusterProducer::PFMultiDepthClusterProducer(), PFRecHitCreatorBase::PFRecHitCreatorBase(), PFRecHitProducer::PFRecHitProducer(), PFRecoTauChargedHadronProducer::PFRecoTauChargedHadronProducer(), PFTauMVAInputDiscriminantTranslator::PFTauMVAInputDiscriminantTranslator(), PhotonEnergyCorrector::PhotonEnergyCorrector(), PixelTracksProducer::PixelTracksProducer(), PixelTripletHLTGenerator::PixelTripletHLTGenerator(), PlottingDevice::PlottingDevice(), edmplugin::PluginFactory< R *(Args...)>::PMaker< TPlug >::PMaker(), DependencyGraph::preBeginJob(), edm::PreMixingModule::PreMixingModule(), DependencyGraph::preSourceConstruction(), PrintLoadingPlugins::PrintLoadingPlugins(), funct::PROD_S(), CSCIndexerESProducer::produce(), CSCChannelMapperESProducer::produce(), HGCalTriggerGeometryESProducer::produce(), NavigationSchoolESProducer::produce(), TrajectoryCleanerESProducer::produce(), DetIdAssociatorESProducer::produce(), gen::Py8InterfaceBase::readSettings(), RecoTauCleanerImpl< Prod >::RecoTauCleanerImpl(), RecoTauPiZeroProducer::RecoTauPiZeroProducer(), RecoTauProducer::RecoTauProducer(), RPCDigitizer::RPCDigitizer(), RPCRecHitProducer::RPCRecHitProducer(), SeedCreatorFromRegionHitsEDProducerT< T_SeedCreator >::SeedCreatorFromRegionHitsEDProducerT(), SeedFilter::SeedFilter(), SeedFinderSelector::SeedFinderSelector(), SeedForPhotonConversionFromQuadruplets::SeedForPhotonConversionFromQuadruplets(), SeedGeneratorFromRegionHitsEDProducer::SeedGeneratorFromRegionHitsEDProducer(), GenObject.GenObject::setAliases(), PFBlockAlgo::setImporters(), PFBlockAlgo::setLinkers(), lowPtGsfElectronSeeds_cfi::thresholds(), TrackingRecHitProducer::TrackingRecHitProducer(), TrackTimeValueMapProducer::TrackTimeValueMapProducer(), TrajectorySeedProducer::TrajectorySeedProducer(), TSGFromL1Muon::TSGFromL1Muon(), TSGFromL2Muon::TSGFromL2Muon(), TSGFromOrderedHits::TSGFromOrderedHits(), TSGSmart::TSGSmart(), edm::eventsetup::validateEventSetupParameters(), VariableHelper::VariableHelper(), VirtualJetProducer::VirtualJetProducer(), l1t::DataWriterExt::writePayload(), and l1t::DataWriter::writePayload().
btau::TaggingVariableName reco::getTaggingVariableName | ( | const std::string & | name | ) |
Definition at line 281 of file TaggingVariable.cc.
References mps_fire::i, and reco::btau::lastTaggingVariable.
Referenced by CharmTagger::CharmTagger(), MVAJetTagPlotter::MVAJetTagPlotter(), and TagInfoMVACategorySelector::TagInfoMVACategorySelector().
HcalSubdetector reco::hcalSubdetector | ( | int | iEta, |
const HcalTopology & | topology | ||
) |
converts eta to the corresponding HCAL subdetector.
Definition at line 463 of file JetSpecific.cc.
References funct::abs(), PVValHelper::eta, HcalBarrel, HcalEmpty, HcalEndcap, HcalForward, HcalTopology::lastHBRing(), HcalTopology::lastHERing(), and HcalTopology::lastHFRing().
Referenced by makeSpecific().
|
inline |
Definition at line 7 of file pdgIdUtils.h.
References funct::abs(), and reco::Candidate::pdgId().
Referenced by TwoVBGenFilter::filter(), EgammaHLTTrackIsolation::getvetoConesize(), and HadronAndPartonSelector::produce().
|
inline |
Definition at line 19 of file pdgIdUtils.h.
References funct::abs(), and reco::Candidate::pdgId().
Referenced by Rivet::RivetAnalysis::analyze(), BiasedTauDecayer::decay(), TtGenEvent::lepton(), TtGenEvent::leptonBar(), TopGenEvent::numberOfLeptons(), StGenEvent::singleLepton(), and TtGenEvent::singleLepton().
|
inline |
Definition at line 11 of file pdgIdUtils.h.
References funct::abs(), and reco::Candidate::pdgId().
Referenced by ZCounting::analyzeMuons(), CandidateSelector::CandidateSelector(), TwoVBGenFilter::filter(), HSCParticleProducer::getHSCPSeedCollection(), CandidateSelector::isSelected(), CaloMuonMerger::produce(), HadronAndPartonSelector::produce(), BoostedTopProducer::produce(), PFAlgo::reconstructTrack(), and MEzCalculator::SetLepton().
|
inline |
Definition at line 25 of file pdgIdUtils.h.
References funct::abs(), and reco::Candidate::pdgId().
Referenced by TwoVBGenFilter::filter(), TtGenEvent::neutrino(), TtGenEvent::neutrinoBar(), StGenEvent::singleNeutrino(), and TtGenEvent::singleNeutrino().
|
inline |
Definition at line 15 of file pdgIdUtils.h.
References funct::abs(), and reco::Candidate::pdgId().
Referenced by HiggsToZZ4LeptonsSkimEff::analyze(), TauValidationMiniAOD::analyze(), TwoVBGenFilter::filter(), HadronAndPartonSelector::produce(), and L1DummyProducer::SimpleDigi().
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 132 of file JetSpecific.cc.
References CaloTower::emEnergy(), CaloSubdetectorGeometry::getGeometry(), CaloTower::hadEnergy(), HcalBarrel, HcalEndcap, HcalForward, hcalSubdetector(), CaloTower::id(), CaloTowerDetId::ieta(), 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, CaloTower::outerEnergy(), jetUpdater_cfi::sort, and ecaldqm::topology().
Referenced by writeSpecific().
bool reco::makeSpecific | ( | std::vector< reco::CandidatePtr > const & | particles, |
reco::PFJet::Specific * | pfJetSpecific | ||
) |
Make PFlowJet specifics. Assumes PseudoJet is made from ParticleFlowCandidates.
Definition at line 239 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, reco::Candidate::pdgId(), and reco::btau::photonMultiplicity.
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 374 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 |
operator_trait< Expr<A>, And, Expr<B> >::ReturnType reco::operator&& | ( | const Expr< A > & | A, |
const Expr< B > & | B | ||
) |
Definition at line 416 of file Expressions.h.
operator_trait< A, And, Expr<B> >::ReturnType reco::operator&& | ( | const A & | A, |
const Expr< B > & | B | ||
) |
operator_trait< Expr<A>, And, B >::ReturnType reco::operator&& | ( | const Expr< A > & | A, |
const B & | B | ||
) |
Definition at line 435 of file Expressions.h.
operator_trait< Expr<A>, Mul, Expr<B> >::ReturnType reco::operator* | ( | const Expr< A > & | A, |
const Expr< B > & | B | ||
) |
Definition at line 360 of file Expressions.h.
operator_trait< A, Mul, Expr<B> >::ReturnType reco::operator* | ( | const A & | A, |
const Expr< B > & | B | ||
) |
operator_trait< Expr<A>, Mul, B >::ReturnType reco::operator* | ( | const Expr< A > & | A, |
const B & | B | ||
) |
Definition at line 377 of file Expressions.h.
operator_trait< Expr<A>, Add, Expr<B> >::ReturnType reco::operator+ | ( | const TExpr< A > & | A, |
const TExpr< B > & | B | ||
) |
Definition at line 332 of file Expressions.h.
operator_trait< A, Add , Expr<B> >::ReturnType reco::operator+ | ( | const A & | A, |
const Expr< B > & | B | ||
) |
operator_trait< Expr<A>, Add, B >::ReturnType reco::operator+ | ( | const Expr< A > & | A, |
const B & | B | ||
) |
Definition at line 349 of file Expressions.h.
operator_trait< Expr<A>, Div, Expr<B> >::ReturnType reco::operator/ | ( | const Expr< A > & | A, |
const Expr< B > & | B | ||
) |
Definition at line 388 of file Expressions.h.
operator_trait< A , Div, Expr<B> >::ReturnType reco::operator/ | ( | const A & | A, |
const Expr< B > & | B | ||
) |
operator_trait< Expr<A>, Div, B >::ReturnType reco::operator/ | ( | const Expr< A > & | A, |
const B & | B | ||
) |
Definition at line 405 of file Expressions.h.
operator_trait< Expr<A>, Less, Expr<B> >::ReturnType reco::operator< | ( | const Expr< A > & | A, |
const Expr< B > & | B | ||
) |
operator_trait< A , Less, TExpr<B> >::ReturnType reco::operator< | ( | const A & | A, |
const Expr< B > & | B | ||
) |
operator_trait< Expr<A>, Less, B >::ReturnType reco::operator< | ( | const Expr< A > & | A, |
const B & | B | ||
) |
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const CaloCluster & | cluster | ||
) |
Definition at line 30 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 pat::Photon & | obj | ||
) |
pipe operator (introduced to use pat::Photon with PFTopProjectors)
Definition at line 172 of file Photon.cc.
References fastPrimaryVertexProducer_cfi::clusters, electronProducer_cfi::embedBasicClusters, electronProducer_cfi::embedPreshowerClusters, electronProducer_cfi::embedRecHits, electronProducer_cfi::embedSeedCluster, electronProducer_cfi::embedSuperCluster, reco::LeafCandidate::energy(), reco::LeafCandidate::eta(), alignBH_cfg::fixed, mps_fire::i, training_settings::idx, eostools::move(), dataset::name, MillePedeFileConverter_cfg::out, reco::LeafCandidate::phi(), reco::LeafCandidate::pt(), edm::RefVector< C, T, F >::push_back(), edm::PtrVector< T >::push_back(), TrackInfoProducer_cfi::rechits, edm::refToPtr(), SimDataFormats::CaloAnalysis::sc, SurveyInfoScenario_cff::seed, reco::LeafCandidate::sourceCandidatePtr(), AlCaHLTBitMon_QueryRunRegistry::string, reco::Photon::superCluster(), and reco::GsfElectronCore::superCluster_.
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const PileUpPFCandidate & | c | ||
) |
Definition at line 22 of file PileUpPFCandidate.cc.
References edm::Ptr< T >::id(), edm::Ptr< T >::key(), MillePedeFileConverter_cfg::out, and reco::PFCandidate::sourceCandidatePtr().
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const pat::Muon & | obj | ||
) |
pipe operator (introduced to use pat::Muon with PFTopProjectors)
Definition at line 139 of file Muon.cc.
References trackingPlots::assoc, reco::Muon::dytTrack(), boostedMuonIsolation_cff::embedCaloMETMuonCorrs, genericParticleProducer_cfi::embedCombinedMuon, muonProducer_cfi::embedDytMuon, muonProducer_cfi::embedMuonBestTrack, electronProducer_cfi::embedPFCandidate, muonProducer_cfi::embedPickyMuon, genericParticleProducer_cfi::embedStandAloneMuon, boostedMuonIsolation_cff::embedTcMETMuonCorrs, muonProducer_cfi::embedTpfmsMuon, electronProducer_cfi::embedTrack, muonProducer_cfi::embedTunePMuonBestTrack, reco::LeafCandidate::energy(), reco::LeafCandidate::eta(), ExtUnknown, f, lumiContext::fill, alignBH_cfg::fixed, cmsStageWithFailover::force, reco::Muon::globalTrack(), cutBasedMuonId_MuonPOG_V0_cff::globalTrack, mps_fire::i, edm::Ref< C, T, F >::id(), susybsm::HSCParticleType::innerTrack, reco::Muon::innerTrack(), reco::MuonTimeExtra::inverseBeta(), reco::MuonTimeExtra::inverseBetaErr(), muon::isGoodMuon(), muon::isHighPtMuon(), muon::isLooseMuon(), muon::isMediumMuon(), edm::Ref< C, T, F >::isNonnull(), muon::isSoftMuon(), muon::isTightMuon(), SiStripPI::max, reco::Muon::muonBestTrack(), TopDecayID::muonID, dataset::name, None, MillePedeFileConverter_cfg::out, reco::Muon::outerTrack(), pfCandidate_, reco::LeafCandidate::phi(), reco::Muon::pickyTrack(), reco::LeafCandidate::pt(), edm::refToPtr(), lowPtGsfElectronSeedValueMaps_cff::rekey, muon::segmentCompatibility(), muon::selectionTypeFromString(), reco::LeafCandidate::sourceCandidatePtr(), susybsm::HSCParticleType::standAloneMuon, AlCaHLTBitMon_QueryRunRegistry::string, protons_cff::t, reco::Muon::tpfmsTrack(), HiIsolationCommonParameters_cff::track, reco::Muon::tunePMuonBestTrack(), Unknown, and extraflags_cff::vtx.
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const IsolatedPFCandidate & | c | ||
) |
Definition at line 25 of file IsolatedPFCandidate.cc.
References EnergyCorrector::c, reco::IsolatedPFCandidate::isolation(), reco::CompositeCandidate::mother(), 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 94 of file Electron.cc.
References pat::Electron::associatedPackedPFCandidates(), pat::Electron::closestCtfTrackRef(), reco::GsfElectron::closestCtfTrackRef(), fastPrimaryVertexProducer_cfi::clusters, pat::Electron::core(), reco::GsfElectron::core(), pat::Electron::dB(), pat::Electron::edB(), pat::Electron::electronID(), pat::Electron::embedBasicClusters(), pat::Electron::embedGsfElectronCore(), pat::Electron::embedGsfTrack(), pat::Electron::embedPFCandidate(), pat::Electron::embedPflowBasicClusters(), pat::Electron::embedPflowPreshowerClusters(), pat::Electron::embedPflowSuperCluster(), pat::Electron::embedPreshowerClusters(), pat::Electron::embedRecHits(), pat::Electron::embedSeedCluster(), pat::Electron::embedSuperCluster(), pat::Electron::embedTrack(), reco::LeafCandidate::energy(), reco::LeafCandidate::eta(), f, lumiContext::fill, alignBH_cfg::fixed, pat::Electron::gsfTrack(), reco::GsfElectron::gsfTrack(), mps_fire::i, training_settings::idx, pat::Electron::initImpactParameters(), createfilelist::int, electrons_cff::ip3d, pat::Electron::isElectronIDAvailable(), SiStripPI::max, eostools::move(), dataset::name, MillePedeFileConverter_cfg::out, pat::Electron::parentSuperCluster(), reco::GsfElectron::parentSuperCluster(), pfCandidate_, pat::Electron::pfCandidateRef(), reco::LeafCandidate::phi(), reco::LeafCandidate::pt(), edm::RefVector< C, T, F >::push_back(), edm::PtrVector< T >::push_back(), TrackInfoProducer_cfi::rechits, edm::refToPtr(), SimDataFormats::CaloAnalysis::sc, pat::Electron::seed(), SurveyInfoScenario_cff::seed, pat::Electron::setDB(), pat::Electron::setMvaVariables(), pat::Electron::sourceCandidatePtr(), AlCaHLTBitMon_QueryRunRegistry::string, pat::Electron::superCluster(), reco::GsfElectron::superCluster(), and pat::Electron::track().
ostream & reco::operator<< | ( | std::ostream & | out, |
const PFRecHitFraction & | hit | ||
) |
Definition at line 10 of file PFRecHitFraction.cc.
References reco::PFRecHitFraction::fraction(), MillePedeFileConverter_cfg::out, and reco::PFRecHitFraction::recHitRef().
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const pat::Tau & | obj | ||
) |
pipe operator (introduced to use pat::Tau with PFTopProjectors)
Definition at line 135 of file Tau.cc.
References edm::RefVector< C, T, F >::at(), taus_cff::decayMode, pat::helper::ParametrizationHelper::dimension(), tauProducer_cfi::embedIsolationPFCands, tauProducer_cfi::embedIsolationPFChargedHadrCands, tauProducer_cfi::embedIsolationPFGammaCands, tauProducer_cfi::embedIsolationPFNeutralHadrCands, tauProducer_cfi::embedIsolationTracks, tauProducer_cfi::embedLeadPFCand, tauProducer_cfi::embedLeadPFChargedHadrCand, tauProducer_cfi::embedLeadPFNeutralCand, tauProducer_cfi::embedLeadTrack, tauProducer_cfi::embedSignalPFCands, tauProducer_cfi::embedSignalPFChargedHadrCands, tauProducer_cfi::embedSignalPFGammaCands, tauProducer_cfi::embedSignalPFNeutralHadrCands, tauProducer_cfi::embedSignalTracks, reco::LeafCandidate::energy(), reco::LeafCandidate::eta(), Exception, alignBH_cfg::fixed, mps_fire::i, reco::BaseTau::isolationTracks(), TauDiscriminatorTools::leadTrack, reco::BaseTau::leadTrack(), eostools::move(), dataset::name, MillePedeFileConverter_cfg::out, reco::LeafCandidate::phi(), reco::LeafCandidate::pt(), MetAnalyzer::pv(), edm::RefVector< C, T, F >::reserve(), reco::BaseTau::signalTracks(), edm::RefVector< C, T, F >::size(), AlCaHLTBitMon_QueryRunRegistry::string, pfDeepBoostedJetPreprocessParams_cfi::sv, and TopDecayID::tauID.
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const PFSuperCluster & | cluster | ||
) |
Definition at line 30 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(), and reco::PFCluster::recHitFractions().
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const pat::Jet & | obj | ||
) |
pipe operator (introduced to use pat::Jet with PFTopProjectors)
Definition at line 65 of file Jet.cc.
References eleHcalExtractorBlocks_cff::caloTowers, reco::CompositePtrCandidate::dau, reco::CompositePtrCandidate::daughter(), reco::CompositePtrCandidate::daughterPtr(), reco::CompositePtrCandidate::daughterPtrVector(), mvaPFMET_leptons_cfi::discriminator, SoftLeptonByDistance_cfi::distance, relativeConstraints::empty, reco::LeafCandidate::energy(), reco::LeafCandidate::eta(), Exception, spr::find(), plotBeamSpotDB::first, alignBH_cfg::fixed, objects.autophobj::float, runEdmFileComparison::found, edm::RefToBase< T >::get(), reco::LeafCandidate::get(), reco::JPTJet::getCaloJetRef(), reco::GenJet::getSpecific(), reco::JPTJet::getSpecific(), reco::CaloJet::getSpecific(), jets_cff::hadronFlavour, mps_fire::i, training_settings::idx, info(), edm::RefToBase< T >::isAvailable(), edm::RefToBase< T >::isNonnull(), label, hcalDigis_cfi::level, eostools::move(), NONE, reco::CompositePtrCandidate::numberOfDaughters(), MillePedeFileConverter_cfg::out, reco::LeafCandidate::p4(), jets_cff::partonFlavour, patMuonMerger_cfi::pfCandidates, reco::LeafCandidate::phi(), csvLumiCalc::pieces, reco::LeafCandidate::pt(), reco::Jet::scaleEnergy(), reco::LeafCandidate::setP4(), source, AlCaHLTBitMon_QueryRunRegistry::string, l1t::tracks, and reco::Jet::~Jet().
std::ostream& reco::operator<< | ( | std::ostream & | out, |
const PFSimParticle & | track | ||
) |
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const PFRecTrack & | track | ||
) |
Definition at line 39 of file PFRecTrack.cc.
References reco::PFRecTrack::algoType(), reco::PFTrack::charge(), reco::PFTrajectoryPoint::ClosestApproach, mps_fire::i, reco::PFTrajectoryPoint::momentum(), reco::PFTrack::nTrajectoryMeasurements(), MillePedeFileConverter_cfg::out, reco::PFTrajectoryPoint::position(), reco::PFTrack::trajectoryPoint(), and reco::PFTrack::trajectoryPoints().
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const CaloID & | id | ||
) |
std::ostream & reco::operator<< | ( | std::ostream & | stream, |
const PFRecoTauChargedHadron & | c | ||
) |
Definition at line 122 of file PFRecoTauChargedHadron.cc.
References reco::PFRecoTauChargedHadron::print().
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const RecoTauPiZero & | c | ||
) |
Definition at line 86 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 reco::PFTrajectoryPoint & | trajPoint | ||
) |
Definition at line 46 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 PFTrack & | track | ||
) |
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const PFCandidateElectronExtra & | c | ||
) |
print the variables
Definition at line 177 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 71 of file BeamSpot.cc.
References reco::BeamSpot::print().
Referenced by reco::PFTrack::extrapolatedPoint(), reco::PFCandidate::flag(), reco::PFSimParticle::PFSimParticle(), pat::Electron::setEcalDrivenMomentum(), pat::Photon::setIEta(), pat::Muon::setNormChi2(), pat::Tau::setTauIDs(), and pat::Jet::updateFwdGenJetFwdRef().
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const PFBlockElement & | element | ||
) |
Definition at line 31 of file PFBlockElement.cc.
References reco::PFBlockElement::BREM, reco::PFBlockElementTrack::Dump(), reco::PFBlockElementBrem::Dump(), reco::PFBlockElementGsfTrack::Dump(), reco::PFBlockElementCluster::Dump(), reco::PFBlockElementSuperCluster::Dump(), RecoEcal_EventContent_cff::ec, reco::PFBlockElement::ECAL, stringResolutionProvider_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, SimDataFormats::CaloAnalysis::sc, 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, reco::PFBlockElementTrack::trackType(), and reco::PFBlockElement::type().
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const reco::PFJet & | jet | ||
) |
Definition at line 112 of file PFJet.cc.
References reco::PFJet::chargedHadronEnergyFraction(), reco::PFJet::electronEnergyFraction(), reco::LeafCandidate::eta(), reco::PFJet::HFEMEnergyFraction(), reco::PFJet::HFHadronEnergyFraction(), reco::PFJet::muonEnergyFraction(), reco::PFJet::neutralHadronEnergyFraction(), MillePedeFileConverter_cfg::out, reco::LeafCandidate::phi(), reco::PFJet::photonEnergyFraction(), and reco::LeafCandidate::pt().
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const PFCluster & | cluster | ||
) |
Definition at line 141 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 PFCandidateEGammaExtra & | c | ||
) |
print the variables
Definition at line 187 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 417 of file PFTau.cc.
References reco::LeafCandidate::charge(), reco::PFTau::decayMode(), reco::LeafCandidate::eta(), reco::PFTau::isolationCands(), reco::PFTau::isolationChargedHadrCands(), reco::PFTau::isolationGammaCands(), reco::PFTau::isolationNeutrHadrCands(), reco::PFTau::isolationPiZeroCandidates(), reco::LeafCandidate::mass(), MillePedeFileConverter_cfg::out, reco::LeafCandidate::phi(), reco::LeafCandidate::pt(), reco::PFTau::signalCands(), reco::PFTau::signalChargedHadrCands(), reco::PFTau::signalGammaCands(), reco::PFTau::signalNeutrHadrCands(), and reco::PFTau::signalPiZeroCandidates().
std::ostream& reco::operator<< | ( | std::ostream & | out, |
const PFCandidate & | c | ||
) |
operator_trait< Expr<A>, LessEqual, Expr<B> >::ReturnType reco::operator<= | ( | const Expr< A > & | A, |
const Expr< B > & | B | ||
) |
operator_trait< A, LessEqual, Expr<B> >::ReturnType reco::operator<= | ( | const A & | A, |
const Expr< B > & | B | ||
) |
operator_trait< Expr<A>, LessEqual, B >::ReturnType reco::operator<= | ( | const Expr< A > & | A, |
const B & | B | ||
) |
bool reco::operator== | ( | const reco::Conversion & | c1, |
const reco::Conversion & | c2 | ||
) |
Definition at line 45 of file OniaPhotonConversionProducer.cc.
References reco::Conversion::tracks().
operator_trait< Expr<A>, Equal, Expr<B> >::ReturnType reco::operator== | ( | const Expr< A > & | A, |
const Expr< B > & | B | ||
) |
Definition at line 588 of file Expressions.h.
operator_trait< A , Equal, Expr<B> >::ReturnType reco::operator== | ( | const A & | A, |
const Expr< B > & | B | ||
) |
operator_trait< Expr<A>, Equal, B >::ReturnType reco::operator== | ( | const Expr< A > & | A, |
const B & | B | ||
) |
Definition at line 605 of file Expressions.h.
operator_trait< Expr<A>, More, Expr<B> >::ReturnType reco::operator> | ( | const Expr< A > & | A, |
const Expr< B > & | B | ||
) |
Definition at line 531 of file Expressions.h.
operator_trait< A, More, Expr<B> >::ReturnType reco::operator> | ( | const A & | A, |
const Expr< B > & | B | ||
) |
operator_trait< Expr<A>, More, B >::ReturnType reco::operator> | ( | const Expr< A > & | A, |
const B & | B | ||
) |
Definition at line 548 of file Expressions.h.
operator_trait< Expr<A>, MoreEqual, TExpr<B> >::ReturnType reco::operator>= | ( | const Expr< A > & | A, |
const Expr< B > & | B | ||
) |
Definition at line 559 of file Expressions.h.
operator_trait< A , MoreEqual, TExpr<B> >::ReturnType reco::operator>= | ( | const A & | A, |
const Expr< B > & | B | ||
) |
operator_trait< Expr<A>, MoreEqual, B >::ReturnType reco::operator>= | ( | const Expr< A > & | A, |
const B & | B | ||
) |
Definition at line 576 of file Expressions.h.
operator_trait< Expr<A>, Or, Expr<B> >::ReturnType reco::operator|| | ( | const Expr< A > & | A, |
const Expr< B > & | B | ||
) |
Definition at line 446 of file Expressions.h.
operator_trait< A, Or, Expr<B> >::ReturnType reco::operator|| | ( | const A & | A, |
const Expr< B > & | B | ||
) |
operator_trait< Expr<A>, Or, B >::ReturnType reco::operator|| | ( | const Expr< A > & | A, |
const B & | B | ||
) |
Definition at line 463 of file Expressions.h.
Definition at line 15 of file deltaPhi.h.
References funct::abs(), constexpr, M_PI, and gen::n.
Referenced by TrackBuildingAnalyzer::analyzeRegions(), deltaPhi(), HGCalHistoSeedingImpl::fillHistoClusters(), and normalizedPhi().
edm::TypeWithDict reco::returnType | ( | const edm::FunctionWithDict & | func | ) |
Definition at line 16 of file returnType.cc.
References edm::FunctionWithDict::finalReturnType().
Referenced by PVValHelper::getTypeString(), reco::parser::MethodSetter::push(), and returnTypeCode().
method::TypeCode reco::returnTypeCode | ( | const edm::FunctionWithDict & | func | ) |
Definition at line 20 of file returnType.cc.
References 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[]().
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 23 of file trackingParametersAtClosestApproachToBeamSpot.cc.
References FreeTrajectoryState::charge(), funct::cos(), Geom::halfPi(), FreeTrajectoryState::momentum(), AlCaHLTBitMon_ParallelJobs::p, FreeTrajectoryState::position(), funct::sin(), TrajectoryStateClosestToBeamLine::trackStateAtPCA(), findQualityFiles::v, Basic3DVector< T >::x(), Basic3DVector< T >::y(), and Basic3DVector< T >::z().
Referenced by VertexFitterResult::fill(), and track_associator::trackAssociationChi2().
method::TypeCode reco::typeCode | ( | const edm::TypeWithDict & | t | ) |
Definition at line 44 of file returnType.cc.
References reco::method::enumType, f, reco::method::invalid, edm::TypeWithDict::isEnum(), dataset::name, edm::TypeWithDict::name(), retTypeVec, and AlCaHLTBitMon_QueryRunRegistry::string.
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, | ||
edm::EventSetup const & | c | ||
) |
Definition at line 38 of file JetSpecific.cc.
References DetId::Calo, btagElecInJet_cfi::CaloJet, geometry, edm::EventSetup::get(), CaloGeometry::getSubdetectorGeometry(), makeSpecific(), CaloTowerDetId::SubdetId, and ecaldqm::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::EventSetup const & | c | ||
) |
Definition at line 88 of file JetSpecific.cc.
References ALCARECOTkAlJpsiMuMu_cff::charge, makeSpecific(), and reco::LeafCandidate::setCharge().
void reco::writeSpecific | ( | reco::GenJet & | jet, |
reco::Particle::LorentzVector const & | p4, | ||
reco::Particle::Point const & | point, | ||
std::vector< reco::CandidatePtr > const & | constituents, | ||
edm::EventSetup const & | c | ||
) |
Definition at line 73 of file JetSpecific.cc.
References nanoDQM_cfi::GenJet, and makeSpecific().
void reco::writeSpecific | ( | reco::TrackJet & | jet, |
reco::Particle::LorentzVector const & | p4, | ||
reco::Particle::Point const & | point, | ||
std::vector< reco::CandidatePtr > const & | constituents, | ||
edm::EventSetup const & | c | ||
) |
Make TrackJet. Assumes constituents point to tracks, through RecoChargedCandidates.
Definition at line 110 of file JetSpecific.cc.
void reco::writeSpecific | ( | reco::PFClusterJet & | jet, |
reco::Particle::LorentzVector const & | p4, | ||
reco::Particle::Point const & | point, | ||
std::vector< reco::CandidatePtr > const & | constituents, | ||
edm::EventSetup const & | c | ||
) |
Make PFClusterJet. Assumes PseudoJet is made from PFCluster.
Definition at line 120 of file JetSpecific.cc.
void reco::writeSpecific | ( | reco::BasicJet & | jet, |
reco::Particle::LorentzVector const & | p4, | ||
reco::Particle::Point const & | point, | ||
std::vector< reco::CandidatePtr > const & | constituents, | ||
edm::EventSetup const & | c | ||
) |
Make BasicJet. Assumes nothing about the jet.
Definition at line 63 of file JetSpecific.cc.
std::pair<const Candidate*, const Candidate *> reco::zMCLeptonDaughters | ( | const Candidate & | z, |
int | leptonPdgId | ||
) |
Definition at line 8 of file zMCLeptonDaughters.cc.
References funct::abs(), reco::Candidate::daughter(), reco::Candidate::numberOfDaughters(), reco::Candidate::pdgId(), and reco::Candidate::status().
|
static |
Definition at line 25 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 145 of file TaggingVariable.cc.
Referenced by HLTBTagPerformanceAnalyzer::analyze(), HLTBTagPerformanceAnalyzer::bookHistograms(), and GenericMVAComputer::TaggingVariableMapping::TaggingVariableMapping().