fixed size matrix More...
Enumerations | |
enum | RecHitType { Single =0, Matched =1, Projected =2, Null =3 } |
enum | StateType { Updated =0, Combined =1, FwPredicted =2, BwPredicted =3 } |
Functions | |
template<typename T1 , typename T2 > | |
auto | __attribute__ ((always_inline)) deltaR2(const T1 &t1 |
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) |
DEFINE_FWK_MODULE (CosmicTrackingParticleSelector) | |
DEFINE_FWK_MODULE (RecoTrackRefSelector) | |
double | deltaPhi (double phi1, double phi2) |
double | deltaPhi (float phi1, double phi2) |
double | deltaPhi (double phi1, float phi2) |
float | deltaPhi (float phi1, float phi2) |
template<typename T1 , typename T2 > | |
double | deltaPhi (T1 &t1, T2 &t2) |
template<typename T > | |
T | deltaPhi (T phi1, T phi2) |
template<typename T1 , typename T2 > | |
auto | deltaR (const T1 &t1, const T2 &t2) -> decltype(t1.eta()) |
template<class T1 , class T2 , class T3 , class T4 > | |
T1 | deltaR (T1 eta1, T2 phi1, T3 eta2, T4 phi2) |
template<class T1 , class T2 , class T3 , class T4 > | |
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) |
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) |
pair< edm::FunctionWithDict, bool > | findMethod (const edm::TypeWithDict &t, const 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) |
GET_CANDIDATE_COMPONENT (RecoCandidate, TrackRef, standAloneMuon, StandAloneMuonTag) | |
get stand-alone muon Track component More... | |
GET_CANDIDATE_COMPONENT (RecoCandidate, TrackRef, combinedMuon, CombinedMuonTag) | |
get combined muon Track component More... | |
GET_CANDIDATE_COMPONENT (PFCandidate, PFCandidate::ParticleType, particleId, PFParticleIdTag) | |
GET_DEFAULT_CANDIDATE_COMPONENT (CaloRecHitCandidate, edm::RefToBase< CaloRecHit >, caloRecHit) | |
get default Track component More... | |
GET_DEFAULT_CANDIDATE_COMPONENT (RecoCandidate, TrackRef, track) | |
get default Track component More... | |
GET_DEFAULT_CANDIDATE_COMPONENT (RecoCandidate, GsfTrackRef, gsfTrack) | |
get default GsfTrack component More... | |
GET_DEFAULT_CANDIDATE_COMPONENT (RecoCandidate, SuperClusterRef, superCluster) | |
get default SuperCluster component More... | |
GET_DEFAULT_CANDIDATE_COMPONENT (RecoCandidate, CaloTowerRef, caloTower) | |
get default CaloTower component More... | |
GET_DEFAULT_CANDIDATE_COMPONENT (RecoCandidate, const Track *, bestTrack) | |
get default CaloTower component More... | |
GET_DEFAULT_CANDIDATE_COMPONENT (RecoCandidate, RecoCandidate::TrackType, bestTrackType) | |
get default CaloTower component More... | |
GET_DEFAULT_CANDIDATE_MULTIPLECOMPONENTS (RecoCandidate, TrackRef, track, numberOfTracks) | |
get multuple tracks More... | |
TaggingVariableName | getTaggingVariableName (const std::string &name) |
HcalSubdetector | hcalSubdetector (int iEta, const HcalTopology &topology) |
converts eta to the corresponding HCAL subdetector. More... | |
if (dp >Float(M_PI)) dp- | |
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 (OK const &a, OK const &b) |
double | normalizedPhi (double phi) |
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) |
bool | operator< (const MVAMEtJetInfo &, const MVAMEtJetInfo &) |
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 pat::Photon &obj) |
pipe operator (introduced to use pat::Photon with PFTopProjectors) More... | |
std::ostream & | operator<< (std::ostream &out, const pat::Muon &obj) |
pipe operator (introduced to use pat::Muon with PFTopProjectors) More... | |
std::ostream & | operator<< (std::ostream &out, const pat::Electron &obj) |
pipe operator (introduced to use pat::Electron with PFTopProjectors) More... | |
std::ostream & | operator<< (std::ostream &out, const pat::Tau &obj) |
pipe operator (introduced to use pat::Tau with PFTopProjectors) More... | |
std::ostream & | operator<< (std::ostream &out, const pat::Jet &obj) |
pipe operator (introduced to use pat::Jet with PFTopProjectors) More... | |
std::ostream & | operator<< (std::ostream &out, const RecoTauPiZero &c) |
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 reco::PFTrajectoryPoint &trajPoint) |
std::ostream & | operator<< (std::ostream &out, const PFCandidateElectronExtra &c) |
print the variables More... | |
std::ostream & | operator<< (std::ostream &, BeamSpot beam) |
std::ostream & | operator<< (std::ostream &out, const reco::PFJet &jet) |
std::ostream & | operator<< (std::ostream &out, const PFCandidateEGammaExtra &c) |
print the variables More... | |
std::ostream & | operator<< (std::ostream &out, const PFTau &c) |
std::ostream & | operator<< (std::ostream &out, const PFCandidate &c) |
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) |
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) |
std::string | print (const Vertex &, edm::Verbosity=edm::Concise) |
Vertex print utility. More... | |
std::string | print (const Track &, edm::Verbosity=edm::Concise) |
Track print utility. More... | |
return (e1-e2)*(e1-e2)+dp *dp | |
edm::TypeWithDict | returnType (const edm::FunctionWithDict &mem) |
TypeCode | returnTypeCode (const edm::FunctionWithDict &mem) |
void | swap (reco::ClusterRemovalInfo &cri1, reco::ClusterRemovalInfo &cri2) |
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 | |
auto | dp =std::abs(p1-p2) |
Float | e1 = t1.eta() |
Float | e2 = t2.eta() |
Float | p1 = t1.phi() |
Float | p2 = t2.phi() |
static const std::vector < std::pair< char const *const, method::TypeCode > > | retTypeVec |
auto const T2 &decltype(t1.eta()) | t2 |
const char * | TaggingVariableDescription [] |
const char * | 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
Abstract Base class for reference counted TransientTrack
Concrete implementation of the TransientTrack for a multi-state reco::GsfTrack
Concrete implementation of the TransientTrack for a reco::Track
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
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.
iterator over a vector of reference to Conversion objects
Definition at line 24 of file ConversionFwd.h.
Definition at line 21 of file CaloClusterFwd.h.
typedef std::vector<CaloCluster> reco::CaloClusterCollection |
collection of CaloCluster objects
Definition at line 15 of file CaloClusterFwd.h.
typedef edm::Ptr<CaloCluster> reco::CaloClusterPtr |
Definition at line 17 of file CaloClusterFwd.h.
Definition at line 18 of file CaloClusterFwd.h.
typedef edm::View<CaloCluster> reco::CaloClusterView |
Definition at line 19 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.
typedef edm::AssociationVector<CandidateRefProd, std::vector<int> > reco::CandIntAssociations |
Definition at line 31 of file CandAssociation.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 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<reco::Centrality> reco::CentralityCollection |
Definition at line 82 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.
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 28 of file DeDxData.h.
Definition at line 29 of file DeDxData.h.
typedef std::vector<DeDxHit> reco::DeDxHitCollection |
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.
iterator over a vector of reference to ElectronSeed objects
Definition at line 20 of file ElectronSeedFwd.h.
iterator over a vector of reference to ElectronID objects
Definition at line 24 of file ElectronIDFwd.h.
Definition at line 17 of file ElectronIDAssociation.h.
typedef edm::AssociationMap<edm::OneToOne<GsfElectronCollection, ElectronIDCollection> > reco::ElectronIDAssociationCollection |
Definition at line 15 of file ElectronIDAssociation.h.
reference to an object in a collection of SeedMap objects
Definition at line 20 of file ElectronIDAssociation.h.
reference to a collection of SeedMap objects
Definition at line 23 of file ElectronIDAssociation.h.
vector of references to objects in the same colletion of SeedMap objects
Definition at line 26 of file ElectronIDAssociation.h.
typedef std::vector<ElectronID> reco::ElectronIDCollection |
collection of ElectronID objects
Definition at line 9 of file ElectronIDFwd.h.
reference to an object in a collection of ElectronID objects
Definition at line 15 of file ElectronIDFwd.h.
reference to a collection of ElectronID objects
Definition at line 18 of file ElectronIDFwd.h.
vector of objects in the same collection of ElectronID objects
Definition at line 21 of file ElectronIDFwd.h.
typedef edm::AssociationMap<edm::OneToValue<std::vector<reco::Electron>, float > > reco::ElectronIsolationMap |
Definition at line 13 of file ElectronIsolationAssociation.h.
typedef edm::Ref<ElectronCollection> reco::ElectronRef |
reference to an object in a collection of Electron objects
Definition at line 15 of file ElectronFwd.h.
reference to a collection of Electron objects
Definition at line 18 of file ElectronFwd.h.
vector of objects in the same collection of Electron objects
Definition at line 21 of file ElectronFwd.h.
typedef std::vector<ElectronSeed> reco::ElectronSeedCollection |
collection of ElectronSeed objects
Definition at line 10 of file ElectronSeedFwd.h.
reference to an object in a collection of ElectronSeed objects
Definition at line 14 of file ElectronSeedFwd.h.
reference to a collection of ElectronSeed objects
Definition at line 16 of file ElectronSeedFwd.h.
vector of objects in the same collection of ElectronSeed objects
Definition at line 18 of file ElectronSeedFwd.h.
typedef std::pair<reco::PFBlockRef, unsigned> reco::ElementInBlock |
Definition at line 22 of file PFCandidateEGammaExtra.h.
typedef std::vector< ElementInBlock > reco::ElementsInBlocks |
Definition at line 23 of file PFCandidateEGammaExtra.h.
Definition at line 18 of file JetCrystalsAssociation.h.
Definition at line 19 of file JetCrystalsAssociation.h.
Definition at line 20 of file JetCrystalsAssociation.h.
Definition at line 21 of file JetCrystalsAssociation.h.
Definition at line 22 of file JetCrystalsAssociation.h.
typedef std::vector<EvtPlane> reco::EvtPlaneCollection |
Definition at line 33 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<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 10 of file GenParticleFwd.h.
vector of reference to GenParticle in the same collection
Definition at line 20 of file GenParticleFwd.h.
persistent reference to a GenParticle
Definition at line 14 of file GenParticleFwd.h.
persistent reference to a GenParticle collection
Definition at line 16 of file GenParticleFwd.h.
vector of reference to GenParticle in the same collection
Definition at line 18 of file GenParticleFwd.h.
typedef edm::AssociationMap<edm::OneToManyWithQualityGeneric <reco::GenParticleCollection, edm::View<reco::Track>, double> > reco::GenToRecoCollection |
Definition at line 33 of file TrackAssociatorByChi2.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.
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<HcalNoiseHPD> reco::HcalNoiseHPDCollection |
Definition at line 32 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.
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.
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 edm::RefToBase<Jet> reco::JetBaseRef |
Definition at line 13 of file JetCollection.h.
typedef std::vector<JetCrystalsAssociation> reco::JetCrystalsAssociationCollection |
Definition at line 45 of file JetCrystalsAssociation.h.
Definition at line 51 of file JetCrystalsAssociation.h.
Definition at line 48 of file JetCrystalsAssociation.h.
Definition at line 54 of file JetCrystalsAssociation.h.
Definition at line 57 of file JetCrystalsAssociation.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 29 of file JetFlavourInfoMatching.h.
typedef edm::AssociationVector<edm::RefToBaseProd<reco::Jet>,std::vector<reco::JetFlavourInfo> > reco::JetFlavourInfoMatchingCollectionBase |
Definition at line 12 of file JetFlavourInfoMatching.h.
Definition at line 31 of file JetFlavourInfoMatching.h.
Definition at line 33 of file JetFlavourInfoMatching.h.
Definition at line 35 of file JetFlavourInfoMatching.h.
Definition at line 29 of file JetFlavourMatching.h.
typedef edm::AssociationVector<edm::RefToBaseProd<reco::Jet>,std::vector<reco::JetFlavour> > reco::JetFlavourMatchingCollectionBase |
Definition at line 12 of file JetFlavourMatching.h.
Definition at line 31 of file JetFlavourMatching.h.
Definition at line 33 of file JetFlavourMatching.h.
Definition at line 35 of file JetFlavourMatching.h.
typedef edm::ValueMap<JetID> reco::JetIDValueMap |
Definition at line 29 of file JetMatchedPartons.h.
typedef edm::AssociationVector<edm::RefToBaseProd<reco::Jet>,std::vector<reco::MatchedPartons> > reco::JetMatchedPartonsCollectionBase |
Definition at line 12 of file JetMatchedPartons.h.
Definition at line 31 of file JetMatchedPartons.h.
Definition at line 33 of file JetMatchedPartons.h.
Definition at line 35 of file JetMatchedPartons.h.
typedef edm::AssociationVector<PFJetRefProd, 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.
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 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 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::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::vector<MuonTrackLinks> reco::MuonTrackLinksCollection |
collection of MuonTrackLinks
typedef std::vector<reco::MVAMEtJetInfo> reco::MVAMEtJetInfoCollection |
Definition at line 10 of file MVAMEtDataFwd.h.
typedef std::vector<reco::MVAMEtPFCandInfo> reco::MVAMEtPFCandInfoCollection |
Definition at line 12 of file MVAMEtDataFwd.h.
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 pair<int,edm::FunctionWithDict> reco::OK |
Definition at line 72 of file findMethod.cc.
typedef math::Error<5>::type reco::PerigeeCovarianceMatrix |
Definition at line 6 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.
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 edm::AssociationVector<PFJetRefProd, 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 13 of file PFTau3ProngSummaryAssociation.h.
Definition at line 15 of file PFTau3ProngSummaryAssociation.h.
Definition at line 16 of file PFTau3ProngSummaryAssociation.h.
Definition at line 17 of file PFTau3ProngSummaryAssociation.h.
Definition at line 14 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::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<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::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.
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.
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.
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 36 of file TrackAssociatorByChi2.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 23 of file TrackAssociatorBase.h.
typedef edm::AssociationMap<edm::OneToManyWithQualityGeneric <TrajectorySeedCollection, TrackCandidateCollection, double> > reco::RecoToSimCollectionTCandidate |
Definition at line 30 of file TrackAssociatorBase.h.
Definition at line 19 of file RecoTrackRefSelector.cc.
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 20 of file TrackAssociatorBase.h.
typedef edm::AssociationMap<edm::OneToManyWithQualityGeneric <TrackingParticleCollection, TrackCandidateCollection, double> > reco::SimToRecoCollectionTCandidate |
Definition at line 27 of file TrackAssociatorBase.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.
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 126 of file TaggingVariable.h.
typedef std::pair< TaggingVariableName, TaggingValue > reco::TaggingVariable |
Definition at line 130 of file TaggingVariable.h.
iterator over a vector of reference to Track in the same collection
Definition at line 20 of file TrackFwd.h.
typedef edm::RefToBase<reco::Track> reco::TrackBaseRef |
persistent reference to a Track, using views
Definition at line 22 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 TrackCandidateSeedAssociation.h.
typedef edm::AssociationMap<edm::OneToOne<TrackCandidateCollection,TrajectorySeedCollection> > reco::TrackCandidateSeedAssociationCollection |
Definition at line 15 of file TrackCandidateSeedAssociation.h.
reference to an object in a collection of SeedMap objects
Definition at line 20 of file TrackCandidateSeedAssociation.h.
typedef edm::RefProd<TrackCandidateSeedAssociationCollection> reco::TrackCandidateSeedAssociationRefProd |
reference to a collection of SeedMap objects
Definition at line 23 of file TrackCandidateSeedAssociation.h.
typedef edm::RefVector<TrackCandidateSeedAssociationCollection> reco::TrackCandidateSeedAssociationRefVector |
vector of references to objects in the same colletion of SeedMap objects
Definition at line 26 of file TrackCandidateSeedAssociation.h.
Definition at line 17 of file TrackCandidateSuperClusterAssociation.h.
typedef std::vector<Track> reco::TrackCollection |
collection of Tracks
Definition at line 10 of file TrackFwd.h.
Definition at line 13 of file TrackDeDxHits.h.
typedef edm::AssociationVector<reco::TrackRefProd,std::vector<reco::DeDxHitCollection> > reco::TrackDeDxHitsCollection |
Definition at line 12 of file TrackDeDxHits.h.
Definition at line 14 of file TrackDeDxHits.h.
Definition at line 15 of file TrackDeDxHits.h.
Definition at line 16 of file TrackDeDxHits.h.
iterator over a vector of references to TrackExtra in the same collection
Definition at line 19 of file TrackExtraFwd.h.
typedef std::vector<TrackExtra> reco::TrackExtraCollection |
collection of TrackExtra objects
Definition at line 9 of file TrackExtraFwd.h.
persistent reference to a TrackExtra
Definition at line 13 of file TrackExtraFwd.h.
reference to a TrackExtra collection
Definition at line 15 of file TrackExtraFwd.h.
vector of references to TrackExtra in the same collection
Definition at line 17 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.
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 edm::Ref<TrackCollection> reco::TrackRef |
persistent reference to a Track
Definition at line 14 of file TrackFwd.h.
persistent reference to a Track collection
Definition at line 16 of file TrackFwd.h.
vector of reference to Track in the same collection
Definition at line 18 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 18 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.
Definition at line 21 of file VertexAssociatorBase.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 23 of file VertexAssociatorBase.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 22 of file VertexAssociatorBase.h.
typedef std::vector<VZero> reco::VZeroCollection |
Definition at line 7 of file VZeroFwd.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.
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.
|
inline |
int reco::checkMethod | ( | const edm::FunctionWithDict & | mem, |
const edm::TypeWithDict & | type, | ||
const std::vector< AnyMethodArgument > & | args, | ||
std::vector< AnyMethodArgument > & | fixuppedArgs | ||
) |
Definition at line 25 of file findMethod.cc.
References edm::FunctionWithDict::declaringType(), edm::FunctionWithDict::functionParameterSize(), i, edm::TypeWithDict::id(), 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::kOverloaded, reco::parser::kWrongArgumentType, reco::parser::kWrongNumberOfArguments, and edm::FunctionWithDict::name().
Referenced by findMethod().
|
inline |
Definition at line 871 of file HitPattern.h.
References reco::PatternSet< N >::begin(), reco::PatternSet< N >::end(), and reco::PatternSet< N >::nhit.
reco::DEFINE_FWK_MODULE | ( | CosmicTrackingParticleSelector | ) |
reco::DEFINE_FWK_MODULE | ( | RecoTrackRefSelector | ) |
|
inline |
Definition at line 12 of file deltaPhi.h.
References M_PI, and query::result.
Referenced by TrackDetectorAssociator::addTAMuonSegmentMatch(), CATopJetAlgorithm::adjacentCells(), HLTInclusiveVBFSource::analyze(), TkConvValidator::analyze(), ErsatzMEt::analyze(), SeedForPhotonConversionFromQuadruplets::bubbleReverseSortVsPhi(), SeedForPhotonConversionFromQuadruplets::bubbleSortVsPhi(), QGTagger::calcVariables(), ConversionProducer::checkPhi(), EgammaSuperClusters::closestMCParticle(), egammaisolation::EgammaRecHitExtractor::collect(), TrackAssociatorByChi2::compareTracksParam(), PileupJetIdAlgo::computeIdVariables(), EGEnergyCorrector::CorrectedEnergyWithError(), EGEnergyCorrector::CorrectedEnergyWithErrorV3(), deltaPhi(), EcalDeadCellDeltaRFilter::dPhiToMETfunc(), ellipse(), ErsatzMEt::ersatzFabrik(), reco::Jet::etaphiMoment(), reco::Jet::etaPhiStatistics(), TopDiLeptonOffline::MonitorEnsemble::fill(), FFTJetDijetFilter::filter(), FixedGridEnergyDensity::fixedGridRho(), TrackAssociatorByChi2::getChi2(), ConversionProducer::getMatchedBC(), HitPairGeneratorFromLayerPairForPhotonConversion::getPhiRange(), EgammaRecHitIsolation::getSum_(), HitQuadrupletGeneratorFromLayerPairForPhotonConversion::hitPairs(), HLTJetPairDzMatchFilter< T >::hltFilter(), HLTMinDPhiMETFilter::hltFilter(), ConversionSeedFilter::isCompatible(), PreshowerPhiClusterAlgo::makeOneCluster(), OutInConversionSeedFinder::makeSeeds(), ConversionTools::matchesConversion(), ConversionProducer::matchingSC(), reco::RecoTauPiZero::maxDeltaPhi(), reco::parser::deltaPhi_f::operator()(), reco::tau::RecoTauElectronRejectionPlugin::operator()(), CMSInsideOutAlgorithm::ListIteratorLesserByDeltaR::operator()(), reco::tau::RecoTauPiZeroStripPlugin::operator()(), DeltaPhi< T1, T2 >::operator()(), reco::isodeposit::Direction::operator-(), egHLT::EgJetTagProbeCut< T >::pass(), egHLT::EgJetB2BCut< T >::pass(), PFClusterWidthAlgo::PFClusterWidthAlgo(), reco::Jet::phiphiMoment(), L2TauPixelTrackMatch::produce(), PreshowerPhiClusterProducer::produce(), ConversionSeedFilterCharge::produce(), and TrackAndHCALLinker::testLink().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 30 of file deltaR.h.
References deltaR2(), mathSSE::sqrt(), and t2.
Referenced by HLTMonHcalIsoTrack::analyze(), ZeePlots::analyze(), HLTJetMETDQMSource::analyze(), WenuPlots::analyze(), RPCPhiEff::analyze(), GsfElectronMCAnalyzer::analyze(), HLTInclusiveVBFSource::analyze(), HLTMonSimpleBTag::analyze(), ErsatzMEt::analyze(), PhotonAnalyzer::analyze(), HPSPFRecoTauAlgorithm::associateIsolationCandidates(), reco::helper::JetMuonHitsIDHelper::calculate(), PileUpSubtractor::calculateOrphanInput(), PileupJetIdAlgo::computeIdVariables(), reco::Jet::constituentEtaPhiSpread(), reco::isodeposit::Direction::deltaR(), CaloSubdetectorGeometry::deltaR(), muonisolation::CaloExtractor::deposit(), muonisolation::JetExtractor::deposit(), muonisolation::CaloExtractorByAssociator::deposits(), TauDiscriminationAgainstMuon< TauType, TauDiscriminator >::discriminate(), PFRecoTauDiscriminationAgainstElectronDeadECAL::discriminate(), PFRecoTauDiscriminationAgainstElectronMVA5GBR::discriminate(), PFRecoTauDiscriminationAgainstMuonMVA::discriminate(), ElectronMaker::electronIsoValuePF(), electronSelector(), reco::Jet::etInAnnulus(), PFCandidateMonitor::fill(), PFJetMonitor::fill(), TopDiLeptonOffline::MonitorEnsemble::fill(), HLTOfflineDQMTopDiLepton::MonitorDiLepton::fill(), L1ValidatorHists::Fill(), egHLT::trigTools::fillHLTposition(), pat::helper::BasicOverlapTest::fillOverlapsForItem(), muonisolation::CaloExtractor::fillVetos(), PFJetFilter::filter(), ZeeCandidateFilter::filter(), L1Validator::FindBest(), findGenParticleForMCEmbedding(), PileUpSubtractor::getCone(), TtDilepEvtSolution::getJetResidual(), TtDilepEvtSolution::getLeptonResidual(), ParticleTowerProducer::getNearestTower(), objMon< T >::hasBPartonInCone(), HLTDoubletDZ< T1, T2 >::hltFilter(), reco::tau::RecoTauIsolationMasking::inCone(), EcalDeadCellDeltaRFilter::isCloseToBadEcalChannel(), reco::tau::disc::JetTauDR(), EcalClusterLocal::localCoordsEB(), EcalClusterLocal::localCoordsEE(), main(), reco::tau::disc::MainTrackAngle(), reco::modules::HICaloCompatibleTrackSelector::matchByDrAllowReuse(), ConversionTools::matchesConversion(), L1TEfficiencyMuons_Offline::matchHlt(), objMonData< T >::matchL1Offline(), objMonData< T >::matchOnlineL1(), objMonData< T >::matchOnlineOffline(), reco::Jet::maxDistance(), PFCandidateMixer::mix(), objMon< T >::monitorL1(), objMon< T >::monitorOffline(), objMon< T >::monitorOnline(), reco::tau::disc::OpeningDeltaR(), reco::parser::deltaR_f::operator()(), reco::tau::RecoTauElectronRejectionPlugin::operator()(), reco::tau::PFRecoTauEnergyAlgorithmPlugin::operator()(), reco::tau::RecoTauEnergyRecoveryPlugin2::operator()(), WPlusJetsEventSelector::operator()(), reco::tau::PFRecoTauChargedHadronFromPFCandidatePlugin::operator()(), reco::tau::PFRecoTauChargedHadronFromTrackPlugin::operator()(), DeltaR< math::XYZVector, math::XYZPoint >::operator()(), ElectronMaker::PFIsolation2012(), L1HLTTauMatching::produce(), L1HLTJetsMatching::produce(), ElectronMatchedCandidateProducer::produce(), L2TauJetsProvider::produce(), PFJetsMatchedToFilteredCaloJetsProducer::produce(), MuonPFCandidateCleaner::produce(), ObjectViewMatcher< T1, T2 >::produce(), ObjectViewCleaner< T >::produce(), GlobalMuonTrackCleaner::produceTrackExtras(), MuonTrackCleanerBase::produceTracks(), AcceptJet::ratio(), reco::tau::disc::ScaledOpeningDeltaR(), egHLT::trigTools::setFiltersObjPasses(), and TrkMETMaker::SetVars().
|
inline |
|
inline |
Definition at line 58 of file deltaR.h.
References funct::abs(), and M_PI.
Referenced by EgammaHLTHcalIsolation::acceptHit_(), JetFlavourClustering::assignToSubjets(), helper::SimpleJetTrackAssociator::associate(), helper::SimpleJetTrackAssociator::associateTransient(), PFRecoTauTagInfoAlgorithm::buildPFTauTagInfo(), pat::LeptonJetIsolationAngle::calculate(), EgammaTowerIsolationNew< NC >::compute(), deltaR(), reco::isodeposit::Direction::deltaR2(), PythiaFilterGammaJetWithOutBg::filter(), PythiaFilterGammaJetWithBg::filter(), PythiaFilterGammaJet::filter(), PythiaFilterGammaJetIsoPi0::filter(), PhotonEnrichmentFilter::filter(), HcalGeometry::getCells(), CaloSubdetectorGeometry::getCells(), CaloSubdetectorGeometry::getClosestCell(), PhotonTkIsolation::getIso(), Basic2DGenericPFlowClusterizer::growPFClusters(), PFlow2DClusterizerWithTime::growPFClusters(), HLTPFTauPairLeadTrackDzMatchFilter::hltFilter(), reco::isodeposit::OtherJetConstituentsDeltaRVeto::initialize(), modules::MuonCleanerBySegmentsT< T >::isBetterMuon(), PFB::match(), MatcherByPullsAlgorithm::match(), L1MuonMatcherAlgo::match(), HLTEgammaDoubleLegCombFilter::matchCands(), L1MuonMatcherAlgo::matchGeneric(), JetFlavourClustering::matchGroomedJets(), JetFlavourClustering::matchReclusteredJets(), DeltaRMinPairSelector::operator()(), reco::tau::cone::DeltaRFilter< typename CandType::value_type >::operator()(), CMSInsideOutAlgorithm::ListIteratorLesserByDeltaR::operator()(), pat::OverlapByDeltaR::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(), JetTracksAssociationDRVertex::produce(), JetTracksAssociationDRVertexAssigned::produce(), JetTracksAssociationDRCalo::produce(), JetVetoedTracksAssociationDRVertex::produce(), L2TauPixelIsoTagProducer::produce(), TauJetSelectorForHLTTrackSeeding::produce(), DeltaBetaWeights::produce(), NearbyCandCountComputer::produce(), RecoTauJetRegionProducer::produce(), DeltaRNearestObjectComputer< T >::produce(), JetDeltaRValueMapProducer< T >::produce(), PixelJetPuId::produce(), HLTJetsCleanedFromLeadingLeptons< JetType >::produce(), JetPlusTrackCorrector::rebuildJta(), CMSInsideOutAlgorithm::run(), GenJetClosestMatchSelectorDefinition::select(), reco::isodeposit::OtherCandidatesDeltaRVeto::veto(), reco::isodeposit::OtherJetConstituentsDeltaRVeto::veto(), and VirtualJetProducer::writeJets().
|
inline |
Definition at line 9 of file Ellipse.h.
References deltaPhi(), and dPhi().
Referenced by ElementsInEllipse< reco::PFCandidate, reco::PFCandidate >::operator()().
PerigeeCovarianceMatrix & reco::fillCovariance | ( | PerigeeCovarianceMatrix & | v, |
const float * | data | ||
) |
Definition at line 4 of file fillCovariance.cc.
References i, customizeTrackingMonitorSeedNumber::idx, cmsHarvester::index, j, and findQualityFiles::v.
Referenced by reco::TrackBase::fill(), reco::TrackExtra::innerStateCovariance(), and reco::TrackExtra::outerStateCovariance().
edm::MemberWithDict reco::findDataMember | ( | const edm::TypeWithDict & | iType, |
const std::string & | iName, | ||
int & | oError | ||
) |
Definition at line 29 of file findDataMember.cc.
References newFWLiteAna::base, 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 | ||
) |
pair<edm::FunctionWithDict, bool> reco::findMethod | ( | const edm::TypeWithDict & | t, |
const string & | name, | ||
const std::vector< AnyMethodArgument > & | args, | ||
std::vector< AnyMethodArgument > & | fixuppedArgs, | ||
const char * | iIterator, | ||
int & | oError | ||
) |
Definition at line 78 of file findMethod.cc.
References ExtractAppInfoFromXML::args, newFWLiteAna::base, checkMethod(), relativeConstraints::empty, relativeConstraints::error, edm::hlt::Exception, fatalErrorCondition(), first, edm::TypeWithDict::isPointer(), edm::TypeWithDict::isTemplateInstance(), edm::TypeWithDict::isTypedef(), reco::parser::kNameDoesNotExist, reco::parser::kNoError, dttmaxenums::L, m, mem, edm::FunctionWithDict::name(), edm::TypeWithDict::name(), mergeVDriftHistosByStation::name, nCasts(), python.multivaluedict::sort(), AlCaHLTBitMon_QueryRunRegistry::string, edmStreamStallGrapher::t, edm::TypeWithDict::templateName(), and edm::TypeWithDict::toType().
Referenced by reco::parser::MethodSetter::push().
|
inline |
Definition at line 31 of file pdgIdUtils.h.
References funct::abs(), and reco::Candidate::pdgId().
Referenced by PatBJetTagAnalyzer::analyze(), PatBJetTrackAnalyzer::analyze(), PatBJetVertexAnalyzer::analyze(), StGenEvent::associatedB(), PatBJetTagAnalyzer::beginJob(), PatBJetTrackAnalyzer::beginJob(), PatBJetVertexAnalyzer::beginJob(), TopGenEvent::daughterQuarkOfWPlus(), StGenEvent::decayB(), JetPartonMatcher::fillPhysicsDefinition(), JetFlavourCutFilter::filter(), JetFlavourFilter::filter(), reco::modules::JetFlavourIdentifier::findCandidates(), BTagPerformanceAnalyzerMC::getJetWithFlavour(), TtGenEvent::hadronicDecayB(), TtGenEvent::hadronicDecayQuark(), TtGenEvent::hadronicDecayTop(), TtGenEvent::hadronicDecayW(), reco::modules::JetFlavourIdentifier::heaviestFlavour(), TtGenEvent::lepton(), TtGenEvent::leptonBar(), TtGenEvent::leptonicDecayB(), TtGenEvent::leptonicDecayTop(), TtGenEvent::leptonicDecayW(), TtGenEvent::neutrino(), TtGenEvent::neutrinoBar(), PartonSelector::produce(), AlpgenSource::readAlpgenEvent(), StGenEvent::singleTop(), StGenEvent::singleW(), and JetMatchingMadgraph::sortIncomingProcess().
|
inline |
Definition at line 55 of file component.h.
References trackerHits::c.
Referenced by argparse._ActionsContainer::_registry_get(), python.rootplot.argparse._ActionsContainer::_registry_get(), FWItemAccessorFactory::accessorFor(), AlignmentMonitorAsAnalyzer::AlignmentMonitorAsAnalyzer(), AlignmentProducer::AlignmentProducer(), TSGFromL1Muon::beginRun(), DTLocalTriggerSynchTask::beginRun(), cond::buildTechnologyProxy(), CandIsoDepositProducer::CandIsoDepositProducer(), 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(), lhef::Hadronisation::create(), lhef::JetMatching::create(), PhysicsTools::ProcessRegistry< Base_t, CalibBase_t, Parent_t >::Factory::create(), edm::serviceregistry::ServicesManager::createServices(), BaseCkfTrajectoryBuilder::createTrajectoryFilter(), createWatchers(), CSCSegmentBuilder::CSCSegmentBuilder(), CtfSpecialSeedGenerator::CtfSpecialSeedGenerator(), funct::derivative(), DTDigitizer::DTDigitizer(), DTRecHitBaseAlgo::DTRecHitBaseAlgo(), DTRecHitProducer::DTRecHitProducer(), DTRecSegment2DProducer::DTRecSegment2DProducer(), DTRecSegment4DProducer::DTRecSegment4DProducer(), DTSegmentUpdator::DTSegmentUpdator(), DTT0Correction::DTT0Correction(), DTTPAnalyzer::DTTPAnalyzer(), DTTTrigCalibration::DTTTrigCalibration(), DTTTrigCorrection::DTTTrigCorrection(), DTVDriftCalibration::DTVDriftCalibration(), DTVDriftWriter::DTVDriftWriter(), EcalRecHitProducer::EcalRecHitProducer(), EcalUncalibRecHitProducer::EcalUncalibRecHitProducer(), EgammaHLTRegionalPixelSeedGeneratorProducers::EgammaHLTRegionalPixelSeedGeneratorProducers(), EgammaSCCorrectionMaker::EgammaSCCorrectionMaker(), ESRecHitProducer::ESRecHitProducer(), gen::ExternalDecayDriver::ExternalDecayDriver(), edm::serviceregistry::ServicesManager::fillListOfMakers(), Filter::Filter(), edm::Factory::findMaker(), FWDetailViewManager::findViewersFor(), FWEveViewManager::FWEveViewManager(), GEMDigiProducer::GEMDigiProducer(), GEMRecHitProducer::GEMRecHitProducer(), GenMuonRadiationAlgorithm::GenMuonRadiationAlgorithm(), get(), LumiCorrectionParam::getCorrection(), StorageFactory::getMaker(), trackselectionRefitting::getSequence(), GsfElectronBaseProducer::GsfElectronBaseProducer(), HiEgammaSCCorrectionMaker::HiEgammaSCCorrectionMaker(), HLTMuonIsoFilter::HLTMuonIsoFilter(), if(), PixelTrackReconstruction::init(), RunManager::initG4(), RunManagerMT::initG4(), MillePedeAlignmentAlgorithm::initialize(), KalmanAlignmentAlgorithm::initializeAlignmentSetups(), cond::CoralServiceManager::knownPlugins(), L1ExtraMixer::L1ExtraMixer(), L2MuonIsolationProducer::L2MuonIsolationProducer(), L3MuonCombinedRelativeIsolationProducer::L3MuonCombinedRelativeIsolationProducer(), L3MuonIsolationProducer::L3MuonIsolationProducer(), edm::DigiAccumulatorMixModFactory::makeDigiAccumulator(), edm::makeInput(), edm::InputSourceFactory::makeInputSource(), edm::PresenceFactory::makePresence(), edm::VectorInputSourceFactory::makeVectorInputSource(), MCParticleReplacer::MCParticleReplacer(), MuIsoByTrackPt::MuIsoByTrackPt(), MultiTrackValidator::MultiTrackValidator(), MuonIdProducer::MuonIdProducer(), FWEveViewManager::newItem(), NTuplingDevice::NTuplingDevice(), cond::SessionImpl::open(), FWDetailViewManager::openDetailViewFor(), cond::SessionImpl::openReadOnly(), edm::AssociationVector< KeyRefProd, CVal, KeyRef, SizeType, KeyReferenceHelper >::operator[](), parserPerfsuiteMetadata.parserPerfsuiteMetadata::parseAll(), ParticleReplacerParticleGun::ParticleReplacerParticleGun(), ParticleReplacerZtautau::ParticleReplacerZtautau(), PFClusterBuilderBase::PFClusterBuilderBase(), PFClusterProducer::PFClusterProducer(), PFCTRecHitProducer::PFCTRecHitProducer(), PFRecHitCreatorBase::PFRecHitCreatorBase(), PFRecHitProducer::PFRecHitProducer(), PFRecoTauChargedHadronProducer::PFRecoTauChargedHadronProducer(), PFTauMVAInputDiscriminantTranslator::PFTauMVAInputDiscriminantTranslator(), PhotonEnergyCorrector::PhotonEnergyCorrector(), PixelTrackReconstruction::PixelTrackReconstruction(), PixelTracksProducer::PixelTracksProducer(), PixelTripletHLTGenerator::PixelTripletHLTGenerator(), PlottingDevice::PlottingDevice(), edmplugin::PluginFactory< R *(Args...)>::PMaker< TPlug >::PMaker(), funct::PROD_S(), CSCIndexerESProducer::produce(), CSCChannelMapperESProducer::produce(), MuIsoDepositProducer::produce(), NavigationSchoolESProducer::produce(), TrajectoryCleanerESProducer::produce(), DetIdAssociatorESProducer::produce(), RecoTauCleanerImpl< Prod >::RecoTauCleanerImpl(), RecoTauPiZeroProducer::RecoTauPiZeroProducer(), RecoTauProducer::RecoTauProducer(), RFIOStorageMaker::RFIOStorageMaker(), RPCDigitizer::RPCDigitizer(), RPCRecHitProducer::RPCRecHitProducer(), SeedFilter::SeedFilter(), SeedForPhotonConversionFromQuadruplets::SeedForPhotonConversionFromQuadruplets(), SeedGeneratorFromRegionHitsEDProducer::SeedGeneratorFromRegionHitsEDProducer(), TrackerSeedValidator::TrackerSeedValidator(), TSGFromL1Muon::TSGFromL1Muon(), TSGFromL2Muon::TSGFromL2Muon(), TSGFromOrderedHits::TSGFromOrderedHits(), TSGSmart::TSGSmart(), edm::eventsetup::validateEventSetupParameters(), VariableHelper::VariableHelper(), VirtualJetProducer::VirtualJetProducer(), and l1t::DataWriter::writePayload().
|
inline |
|
inline |
|
inline |
reco::GET_CANDIDATE_COMPONENT | ( | RecoCandidate | , |
TrackRef | , | ||
standAloneMuon | , | ||
StandAloneMuonTag | |||
) |
get stand-alone muon Track component
reco::GET_CANDIDATE_COMPONENT | ( | RecoCandidate | , |
TrackRef | , | ||
combinedMuon | , | ||
CombinedMuonTag | |||
) |
get combined muon Track component
reco::GET_CANDIDATE_COMPONENT | ( | PFCandidate | , |
PFCandidate::ParticleType | , | ||
particleId | , | ||
PFParticleIdTag | |||
) |
get default PFBlockRef component as: pfcand->get<PFBlockRef>(); get int component as: pfcand->get<int, PFParticleIdTag>();
reco::GET_DEFAULT_CANDIDATE_COMPONENT | ( | CaloRecHitCandidate | , |
edm::RefToBase< CaloRecHit > | , | ||
caloRecHit | |||
) |
get default Track component
reco::GET_DEFAULT_CANDIDATE_COMPONENT | ( | RecoCandidate | , |
TrackRef | , | ||
track | |||
) |
get default Track component
reco::GET_DEFAULT_CANDIDATE_COMPONENT | ( | RecoCandidate | , |
GsfTrackRef | , | ||
gsfTrack | |||
) |
get default GsfTrack component
reco::GET_DEFAULT_CANDIDATE_COMPONENT | ( | RecoCandidate | , |
SuperClusterRef | , | ||
superCluster | |||
) |
get default SuperCluster component
reco::GET_DEFAULT_CANDIDATE_COMPONENT | ( | RecoCandidate | , |
CaloTowerRef | , | ||
caloTower | |||
) |
get default CaloTower component
reco::GET_DEFAULT_CANDIDATE_COMPONENT | ( | RecoCandidate | , |
const Track * | , | ||
bestTrack | |||
) |
get default CaloTower component
reco::GET_DEFAULT_CANDIDATE_COMPONENT | ( | RecoCandidate | , |
RecoCandidate::TrackType | , | ||
bestTrackType | |||
) |
get default CaloTower component
reco::GET_DEFAULT_CANDIDATE_MULTIPLECOMPONENTS | ( | RecoCandidate | , |
TrackRef | , | ||
track | , | ||
numberOfTracks | |||
) |
get multuple tracks
btau::TaggingVariableName reco::getTaggingVariableName | ( | const std::string & | name | ) |
Definition at line 208 of file TaggingVariable.cc.
References i, reco::btau::lastTaggingVariable, and TaggingVariableTokens.
Referenced by MVAJetTagPlotter::MVAJetTagPlotter(), and TagInfoMVACategorySelector::TagInfoMVACategorySelector().
HcalSubdetector reco::hcalSubdetector | ( | int | iEta, |
const HcalTopology & | topology | ||
) |
converts eta to the corresponding HCAL subdetector.
Definition at line 417 of file JetSpecific.cc.
References funct::abs(), eta(), HcalBarrel, HcalEmpty, HcalEndcap, HcalForward, HcalTopology::lastHBRing(), HcalTopology::lastHERing(), and HcalTopology::lastHFRing().
Referenced by makeSpecific().
reco::if | ( | dp | , |
Float(M_PI) | |||
) |
Referenced by Mixins._TypedParameterizable::__findDefaultsFor(), Splitter.Splitter::__IsLink(), cfg-viewer.unscheduled::_createObjects(), cfg-viewer.visitor::_doModules(), cfg-viewer.unscheduled::_doNonSequenceType(), cfg-viewer.unscheduled::_doSequenceTypes(), cfg-viewer.unscheduled::_filenames(), cfg-viewer.unscheduled::_getData(), cfg-viewer.unscheduled::_mothersDaughters(), cfg-viewer.unscheduled::_proceed(), cfg-viewer.unscheduled::_producersConsumers(), cfg-viewer.unscheduled::_writeDictParent(), RPCLinkSynchroStat::add(), PedsFullNoiseAlgorithm::analyse(), CosmicMuonTrajectoryBuilder::build(), run_regression::CheckPath(), cfg-viewer::computeConfigs(), CaloTowersCreationAlgo::convert(), popcon::EcalChannelStatusHandler::cosmicsAnalysis(), python.cmstools::createBranchBuffer(), validateAlignments::createMergeScript(), validateAlignments::createParallelMergeScript(), iovInspector.WhatDescription::describe(), FWEveDigitSetScalableMarkerGL::DirectDraw(), MEtoEDMConverter::endJob(), cfg-viewer.visitor::enter(), valtools.benchmark::exists(), reference_db::ExtractID(), MonitorElement::Fill(), NtupleManager::FillFitParameters(), HcalSummaryClient::fillReportSummaryLSbyLS(), DTTimingExtractor::fillTiming(), LogErrorEventFilter::filter(), ElectronMCTruthFinder::find(), PhotonMCTruthFinder::find(), sistrip::SpyUtilities::findAPVErrorBits(), ContainmentCorrectionAnalyzer::findMcTruth(), genlkupmap(), PhysicsTools::SourceVariableSet::get(), HistoManager::getDetIdsForType(), getDQMSummary::getDQMDetSummaryResult(), getDQMSummary::getDQMSegSummaryResult(), SiPixelCPEGenericDBErrorParametrization::getError(), DTKeyedConfigHandler::getNewObjects(), cfg-viewer::getParameters(), CSCOfflineMonitor::getSignal(), CSCValidation::getSignal(), CSCValidation::getthisSignal(), CSCValidation::getWidth(), FWGUIEventFilter::HandleKey(), webApp.Server::index(), HiHelperTools::jetCollectionString(), helpers::jetCollectionString(), cfg-viewer.visitor::leave(), cfg-viewer::listBase(), LumiScalers::LumiScalers(), LzmaDec_DecodeToDic(), checkRuns::main(), checkPayloads::main(), MultipleCompare::main(), BeamSpotWorkflow::main(), cfg-viewer::main(), valtools.benchmark::makeRelease(), DQMNet::onMessage(), hitfit::operator<<(), AlCaHLTBitMon_QueryRunRegistry::printLumi(), HcalDigiMonitor::process_Digi(), DDLSpecPar::processElement(), L1ExtraMEtMixerPlugin::produce(), valtools.webpage::readCaption(), lumiQueryAPI::recordedLumiForRange(), web_results_display.WebResultsDisplay::releasesHeaders(), DiscoverProcessedRuns.DiscoverProcessedRuns::runsList(), webApp.Server::ShowTable(), valtools.comparison::submit(), pfTools::switchToPFMET(), HiCoreTools.RestrictInputToAOD::toolCode(), HiCoreTools.RemoveMCMatching::toolCode(), coreTools.RemoveMCMatching::toolCode(), trackTools.MakePATTrackCandidates::toolCode(), HiCoreTools.RemoveSpecificPATObjects::toolCode(), lumiReport::toScreenOverview(), lumiReport::toScreenTotDelivered(), CaloTowerConstituentsMap::towerOf(), CosmicMuonTrajectoryBuilder::trajectories(), ZeroSuppressFP420::trkFEDclusterizer(), reco::KalmanGhostTrackUpdater::update(), CountProcessesAction::update(), myPythia6ServiceWithCallback::upEvnt(), generateWrappers::walkPlugins(), and valtools.website::writeAccess().
|
inline |
Definition at line 7 of file pdgIdUtils.h.
References funct::abs(), and reco::Candidate::pdgId().
Referenced by TwoVBGenFilter::filter(), and HadronAndPartonSelector::produce().
|
inline |
Definition at line 19 of file pdgIdUtils.h.
References funct::abs(), and reco::Candidate::pdgId().
Referenced by 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 CandidateSelector::CandidateSelector(), TwoVBGenFilter::filter(), PFMuonAlgo::isMuon(), CandidateSelector::isSelected(), CaloMuonMerger::produce(), MuonPFCandidateCleaner::produce(), HadronAndPartonSelector::produce(), BoostedTopProducer::produce(), MuonTrackCleanerBase::produceTracks(), PFMuonAlgo::reconstructMuon(), 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(), 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 135 of file JetSpecific.cc.
References CaloTower::emEnergy(), CaloCellGeometry::etaSpan(), geometry, 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(), CaloCellGeometry::phiSpan(), python.multivaluedict::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 242 of file JetSpecific.cc.
References funct::abs(), reco::btau::chargedHadronMultiplicity, reco::btau::electronMultiplicity, reco::Candidate::energy(), reco::Candidate::get(), 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::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 367 of file JetSpecific.cc.
References funct::abs(), alignCSCRings::e, reco::Candidate::energy(), edm::RefToBase< T >::get(), reco::Candidate::get(), reco::Candidate::hasMasterClone(), reco::GenJet::Specific::m_AuxiliaryEnergy, reco::GenJet::Specific::m_EmEnergy, reco::GenJet::Specific::m_HadEnergy, reco::GenJet::Specific::m_InvisibleEnergy, reco::Candidate::masterClone(), and reco::Candidate::pdgId().
bool reco::nCasts | ( | OK const & | a, |
OK const & | b | ||
) |
double reco::normalizedPhi | ( | double | phi | ) |
Definition at line 5 of file normalizedPhi.cc.
|
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 | ||
) |
Definition at line 426 of file Expressions.h.
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 | ||
) |
Definition at line 368 of file Expressions.h.
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 | ||
) |
Definition at line 340 of file Expressions.h.
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 | ||
) |
Definition at line 396 of file Expressions.h.
operator_trait< Expr<A>, Div, B >::ReturnType reco::operator/ | ( | const Expr< A > & | A, |
const B & | B | ||
) |
Definition at line 405 of file Expressions.h.
bool reco::operator< | ( | const MVAMEtJetInfo & | jet1, |
const MVAMEtJetInfo & | jet2 | ||
) |
Definition at line 5 of file MVAMEtData.cc.
References reco::MVAMEtJetInfo::p4_.
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 pat::Photon & | obj | ||
) |
pipe operator (introduced to use pat::Photon with PFTopProjectors)
Definition at line 172 of file Photon.cc.
References reco::LeafCandidate::energy(), reco::LeafCandidate::eta(), dbtoconf::out, reco::LeafCandidate::phi(), and reco::LeafCandidate::pt().
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const pat::Muon & | obj | ||
) |
pipe operator (introduced to use pat::Muon with PFTopProjectors)
Definition at line 122 of file Muon.cc.
References reco::LeafCandidate::energy(), reco::LeafCandidate::eta(), dbtoconf::out, reco::LeafCandidate::phi(), and reco::LeafCandidate::pt().
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const pat::Electron & | obj | ||
) |
pipe operator (introduced to use pat::Electron with PFTopProjectors)
Definition at line 106 of file Electron.cc.
References reco::LeafCandidate::energy(), reco::LeafCandidate::eta(), dbtoconf::out, reco::LeafCandidate::phi(), and reco::LeafCandidate::pt().
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const pat::Tau & | obj | ||
) |
pipe operator (introduced to use pat::Tau with PFTopProjectors)
Definition at line 118 of file Tau.cc.
References reco::LeafCandidate::energy(), reco::LeafCandidate::eta(), dbtoconf::out, reco::LeafCandidate::phi(), and reco::LeafCandidate::pt().
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const pat::Jet & | obj | ||
) |
pipe operator (introduced to use pat::Jet with PFTopProjectors)
Definition at line 51 of file Jet.cc.
References reco::LeafCandidate::energy(), reco::LeafCandidate::eta(), dbtoconf::out, reco::LeafCandidate::phi(), and reco::LeafCandidate::pt().
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const RecoTauPiZero & | c | ||
) |
Definition at line 86 of file RecoTauPiZero.cc.
References dbtoconf::out, and reco::RecoTauPiZero::print().
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const CaloID & | id | ||
) |
std::ostream & reco::operator<< | ( | std::ostream & | stream, |
const PFRecoTauChargedHadron & | c | ||
) |
Definition at line 130 of file PFRecoTauChargedHadron.cc.
References reco::PFRecoTauChargedHadron::print(), and edmStreamStallGrapher::stream.
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(), dbtoconf::out, and reco::PFTrajectoryPoint::position().
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const PFCandidateElectronExtra & | c | ||
) |
print the variables
Definition at line 177 of file PFCandidateElectronExtra.cc.
References i, listVar, reco::PFCandidateElectronExtra::MVA_FIRST, reco::PFCandidateElectronExtra::MVA_LAST, reco::PFCandidateElectronExtra::mvaStatus(), reco::PFCandidateElectronExtra::mvaVariable(), and dbtoconf::out.
std::ostream & reco::operator<< | ( | std::ostream & | os, |
BeamSpot | beam | ||
) |
Definition at line 71 of file BeamSpot.cc.
References reco::BeamSpot::print(), and contentValuesCheck::ss.
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const reco::PFJet & | jet | ||
) |
Definition at line 111 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(), dbtoconf::out, reco::LeafCandidate::phi(), reco::PFJet::photonEnergyFraction(), and reco::LeafCandidate::pt().
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const PFCandidateEGammaExtra & | c | ||
) |
print the variables
Definition at line 187 of file PFCandidateEGammaExtra.cc.
References i, listVar, reco::PFCandidateEGammaExtra::MVA_FIRST, reco::PFCandidateEGammaExtra::MVA_LAST, reco::PFCandidateEGammaExtra::mvaStatus(), reco::PFCandidateEGammaExtra::mvaVariable(), and dbtoconf::out.
std::ostream & reco::operator<< | ( | std::ostream & | out, |
const PFTau & | c | ||
) |
Definition at line 295 of file PFTau.cc.
References reco::LeafCandidate::charge(), reco::PFTau::decayMode(), reco::LeafCandidate::eta(), reco::PFTau::isolationPFCands(), reco::PFTau::isolationPFChargedHadrCands(), reco::PFTau::isolationPFGammaCands(), reco::PFTau::isolationPFNeutrHadrCands(), reco::PFTau::isolationPiZeroCandidates(), reco::LeafCandidate::mass(), dbtoconf::out, reco::LeafCandidate::phi(), reco::LeafCandidate::pt(), reco::PFTau::signalPFCands(), reco::PFTau::signalPFChargedHadrCands(), reco::PFTau::signalPFGammaCands(), reco::PFTau::signalPFNeutrHadrCands(), 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 | ||
) |
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 | ||
) |
Definition at line 596 of file Expressions.h.
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 | ||
) |
Definition at line 539 of file Expressions.h.
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 | ||
) |
Definition at line 567 of file Expressions.h.
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 | ||
) |
Definition at line 454 of file Expressions.h.
operator_trait< Expr<A>, Or, B >::ReturnType reco::operator|| | ( | const Expr< A > & | A, |
const B & | B | ||
) |
Definition at line 463 of file Expressions.h.
string reco::print | ( | const Vertex & | vtx, |
edm::Verbosity | v = edm::Concise |
||
) |
Vertex print utility.
Definition at line 8 of file print.cc.
References reco::Vertex::covariance(), i, j, dbtoconf::out, edm::Silent, reco::Vertex::x(), reco::Vertex::y(), and reco::Vertex::z().
string reco::print | ( | const Track & | trk, |
edm::Verbosity | v = edm::Concise |
||
) |
Track print utility.
Definition at line 8 of file print.cc.
References reco::TrackBase::covariance(), edm::Detailed, i, j, reco::TrackBase::momentum(), dbtoconf::out, edm::Silent, and reco::TrackBase::vertex().
Referenced by PixelTrackBuilder::build(), TauDQMHistPlotter::cfgEntryAxisX::cfgEntryAxisX(), TauDQMHistPlotter::cfgEntryAxisY::cfgEntryAxisY(), TauDQMHistPlotter::cfgEntryDrawJob::cfgEntryDrawJob(), TauDQMHistPlotter::cfgEntryDrawOption::cfgEntryDrawOption(), TauDQMHistPlotter::cfgEntryLabel::cfgEntryLabel(), TauDQMHistPlotter::cfgEntryLegend::cfgEntryLegend(), embeddingCustomizeRH::customise(), AlCaHLTBitMon_ParallelJobs::defineOptions(), AlCaHLTBitMon_QueryRunRegistry::defineOptions(), SRBlockFormatter::DigiToRaw(), TCCBlockFormatter::DigiToRaw(), TowerBlockFormatter::DigiToRaw(), DEcompare< T >::DumpCandidate(), GenMuonRadiationFilter::filter(), grid1d_t(), python.rootplot.tree2hists::main(), PFCheckHitPattern::print(), RPCUnpackingModule::produce(), EcalTrigPrimProducer::produce(), __class__< T >::produce(), NuclearInteractionEDProducer::produce(), l1t::GtProducer::produce(), python.rootplot.core::report_progress(), L1GlobalTriggerGTL::run(), l1t::GtBoard::runGTL(), optutl::CommandLineParser::setPrintOptoins(), and ParticleReplacerZtautau::transformMuMu2LepLep().
reco::return | ( | e1- | e2 | ) |
Referenced by FastElectronSeedGenerator::addASeedToThisCluster(), ElectronSeedGenerator::addSeed(), DQMHOAlCaRecoStream::analyze(), PerformanceAnalyzer::analyze(), edmtest::DQMReferenceHistogramRootFileEventSetupAnalyzer::analyze(), edmtest::DQMXMLFileEventSetupAnalyzer::analyze(), AlCaElectronsTest::analyze(), DQMHcalPhiSymAlCaReco::analyze(), PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo::analyze(), TrackerHitAnalyzer::analyze(), DQMHcalDiJetsAlCaReco::analyze(), PhotonConversionTrajectorySeedProducerFromSingleLegAlgo::analyze(), ZeePlots::analyze(), edm::FlatEGunASCIIWriter::analyze(), DQMAnalyzer::analyze(), cms::Analyzer_minbias::analyze(), ElectronCalibrationUniv::analyze(), L1TdeRCT::analyze(), HiEvtPlaneFlatCalib::analyze(), edm::HepMCProduct::applyVtxGen(), CustomConfigs::Base(), MCElectronAnalyzer::beginJob(), MCPhotonAnalyzer::beginJob(), MCPizeroAnalyzer::beginJob(), PhotonsWithConversionsAnalyzer::beginJob(), SimpleConvertedPhotonAnalyzer::beginJob(), AlCaElectronsTest::beginJob(), edm::FlatEGunASCIIWriter::beginJob(), gen::Pythia6Gun::beginJob(), cms::Analyzer_minbias::beginJob(), edm::BaseFlatGunProducer::beginRun(), EcalDeadCellTriggerPrimitiveFilter::beginRun(), DTLocalTriggerTask::bookHistos(), DTLocalTriggerTask::bookWheelHistos(), edm::HepMCProduct::boostToLab(), sim::FieldBuilder::build(), EPOS::EPOS_Wrapper::byte_num_to_double(), EPOS::EPOS_Wrapper::byte_num_to_int(), ElectronHcalHelper::checkSetup(), ElectronEnergyCorrector::classBasedParameterizationEnergy(), ElectronClassification::classify(), pos::PixelHdwAddress::compare(), TrackerGeometryCompare::compareSurfaceDeformations(), IMACalibBlock::complete(), SiPixelInformationExtractor::computeStatus(), sim::LocalFieldManager::ConfigureForTrack(), TFParams::copie_colonne_mat(), ElectronMomentumCorrector::correct(), SiPixelTrackerMapCreator::create(), EcalTPGParamBuilder::create_header(), RestoreRandomSeeds_cff::customise(), DataMixer_DataConditions_3_8_X_data2010::customise(), ECALHCAL::customise(), HCAL::customise(), SingleMuPt10::customise(), SingleNuE10::customise(), IgProfInfo::customise(), TimeMemoryG4Info::customise(), TimeMemoryInfo::customise(), TimeMemorySummary::customise(), customise_RPCgeom37X::customise(), SimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff::customise(), SimCalorimetry_setPreshowerLowGain_cff::customise(), SimCalorimetry_setPreshowerHighGain_cff::customise(), APDSimu_cff::customise(), Pomwig_custom::customise(), SimTracker_SetDeconv_cff::customise(), SimTracker_SetPeak_cff::customise(), noAbortPDGid_custom::customise(), customise::customise(), useSource_custom::customise(), DigiToRecoNoPU::customise(), DigiToRecoPU::customise(), ProcessFromBareGEN_cff::customise(), SimWithCastor_cff::customise(), SimWithoutCastor_cff::customise(), customise_phase1_hcal::customise(), customise_stdgeom::customise(), customizePU::customise(), rh_customizeAll::customise(), pf_01_customize_HLT::customise(), SaveRandomSeedsSim::customise(), RestoreRandomSeedsDigi::customise(), RestoreRandomSeedsSim::customise(), SaveRandomSeedsDigi::customise(), NoHcalZeroSuppression_cff::customise(), embeddingCustomizeAll_Old::customise(), 12_customise_overlay_both_events::customise(), embeddingCustomizeAll::customise(), MixingModule::customise(), 11_customise_simulate_new_partial_event::customise(), 01_customise_select_zmumu_and_replace::customise(), pf_01_customizeAll::customise(), pf_01_customizeSimulation::customise(), step1_ZMM_7Tev::customise(), step2_ZMM_7Tev::customise(), reproc2011_2012_cff::customiseG4(), gen::TauolappInterface::decodeMDTAU(), TFParams::diff_mat(), edm::EDFilter::doEndLuminosityBlock(), FWCollectionSummaryModelCellRenderer::draw(), SiPixelTrackerMap::drawModule(), PerformanceAnalyzer::endJob(), MCElectronAnalyzer::endJob(), MCPhotonAnalyzer::endJob(), MCPizeroAnalyzer::endJob(), PhotonsWithConversionsAnalyzer::endJob(), SimpleConvertedPhotonAnalyzer::endJob(), AlCaElectronsTest::endJob(), ElectronConversionRejectionValidator::endJob(), cms::Analyzer_minbias::endJob(), TkConvValidator::endJob(), ElectronCalibrationUniv::endJob(), PhotonValidator::endJob(), PiZeroAnalyzer::endJob(), DijetRatio< Jet >::endJob(), PhiSymmetryCalibration::endRun(), trivialParser::eraseSpaces(), L1ExtraParticleMapProd::evaluateForwardRapidityGap(), CustomConfigs::FASTSIM(), MonRunList::fetchLastNRuns(), RunList::fetchLastNRuns(), MonRunList::fetchRuns(), RunList::fetchRuns(), IMACalibBlock::Fill(), L3CalibBlock::Fill(), fill_mat(), AlCaElectronsTest::fillAroundBarrel(), DQMSourceEleCalib::fillAroundBarrel(), AlCaElectronsTest::fillAroundEndcap(), DQMSourceEleCalib::fillAroundEndcap(), CaloSubdetectorGeometry::fillDefaultNamedParameters(), IMACalibBlock::fillMap(), SiPixelHistoPlotter::fillNamedImageBuffer(), SiStripHistoPlotter::fillNamedImageBuffer(), CSCTFObjectKeysOnlineProd::fillObjectKeys(), L1MuGMTParametersKeysOnlineProd::fillObjectKeys(), L1MuTriggerScaleKeysOnlineProd::fillObjectKeys(), DTTFTSCObjectKeysOnlineProd::fillObjectKeys(), DTTFRSKeysOnlineProd::fillObjectKeys(), RCTObjectKeysOnlineProd::fillObjectKeys(), gen::Cascade2Hadronizer::fillTmpStorage(), gen::Pythia6Hadronizer::fillTmpStorage(), reco::LeafRefCandidateT< T >::fillVertexCovariance(), MuonCkfTrajectoryBuilder::findCompatibleMeasurements(), PulseFitWithFunction::Fit_parab(), cmsPerfPublish::getArchVersionFromLog(), hInit(), CustomConfigs::HLTDropPrevious(), TMarkov::init(), PulseFitWithShape::init(), SeedFromProtoTrack::init(), TPNFit::init(), PulseFitWithFunction::init(), TMatacq::init(), CaloSubdetectorGeometry::initializeParms(), TPedValues::insert(), TFParams::inverse_mat(), CustomConfigs::L1T(), CustomConfigs::L1THLT(), SETSeedFinder::limitCombinatorics(), RPCRecHitProbability::makeDcsInfo(), RPCDcsInfo::makeDcsInfo(), DQMDcsInfo::makeDcsInfo(), RPCMonitorDigi::makeDcsInfo(), DQMProvInfo::makeDcsInfo(), DQMProvInfo::makeHLTKeyInfo(), DQMProvInfo::makeProvInfo(), mtrTransfer(), SensitiveDetector::NaNTrap(), ZGoldenFilter::newEvent(), TTUInput::operator=(), IteratedMedianCMNSubtractor::pairMedian(), pos::PixelTimeFormatter::PixelTimeFormatter(), BlockSolver::pour(), sim::LocalFieldManager::print(), TFParams::print_mat(), TFParams::print_mat_nk(), BTagDifferentialPlot::process(), CustomConfigs::ProcessName(), SeedGeneratorFromRegionHitsEDProducer::produce(), IsoTracks::produce(), bestPVselector< T1 >::produce(), TrackFromPVSelector::produce(), MuonFromPVSelector::produce(), BaseEvtVtxGenerator::produce(), GsfElectronFromPVSelector::produce(), ZllArbitrator< T1 >::produce(), MixEvtVtxGenerator::produce(), AlCaEcalHcalReadoutsProducer::produce(), L1ExtraParticleMapProd::produce(), MixBoostEvtVtxGenerator::produce(), AlCaECALRecHitReducer::produce(), BetaBoostEvtVtxGenerator::produce(), TauSpinnerCMS::produce(), HiEvtPlaneFlatProducer::produce(), GsfElectronCoreEcalDrivenProducer::produceEcalDrivenCore(), GsfElectronCoreProducer::produceTrackerDrivenCore(), TFParams::produit_mat(), TFParams::produit_mat_int(), ElectronHcalHelper::readEvent(), ElectronClassification::refineWithPflow(), L3CalibBlock::reset(), IMACalibBlock::riempiMtr(), IMACalibBlock::riempiVtr(), cmsPerfSuite.PerfSuite::runCmsReport(), ElectronSeedGenerator::seedsFromThisCluster(), SingleEleCalibSelector::select(), gen::TauolappInterface::selectDecayByMDTAU(), fullMixCustomize_cff::setCrossingFrameOn(), gen::Pythia6Service::setCSAParams(), GsfElectronAlgo::setCutBasedPreselectionFlag(), PhysicsList::SetCuts(), JetMatchingHook::setEventNumber(), gen::Pythia6Service::setGeneralParams(), Generator::setGenEvent(), gen::Pythia6Service::setSLHAFromHeader(), CalibCoeff::setStatus(), setStyle(), CalibCoeff::setValue(), DDG4ProductionCuts::SetVerbosity(), BlockSolver::shrink(), TFParams::somme_mat_int(), TFParams::somme_mat_int_scale(), pos::PixelTimeFormatter::stopTimer(), TagNames::TagNames(), TrackerSeedGenerator::trackerSeeds(), TFParams::transpose_mat(), timeUnitHelper::unpack(), getBeamSpotDB::unpack(), CommonUtil::unpack(), CommonMethods::unpack(), beamvalidation::unpack(), TFParams::zero_mat(), and ElectronHcalHelper::~ElectronHcalHelper().
edm::TypeWithDict reco::returnType | ( | const edm::FunctionWithDict & | mem | ) |
Definition at line 10 of file returnType.cc.
References edm::FunctionWithDict::finalReturnType().
Referenced by reco::parser::MethodSetter::push(), and returnTypeCode().
method::TypeCode reco::returnTypeCode | ( | const edm::FunctionWithDict & | mem | ) |
Definition at line 14 of file returnType.cc.
References returnType(), and typeCode().
void reco::swap | ( | reco::ClusterRemovalInfo & | cri1, |
reco::ClusterRemovalInfo & | cri2 | ||
) |
Definition at line 12 of file ClusterRemovalInfo.cc.
References reco::ClusterRemovalInfo::swap().
Referenced by FastCandMatcher< C >::operator()(), CandMatcherBase< C1, C2 >::operator()(), and reco::utilsNew::CandMatcher< C >::operator[]().
method::TypeCode reco::typeCode | ( | const edm::TypeWithDict & | t | ) |
Definition at line 38 of file returnType.cc.
References reco::method::enumType, f, align::invalid, edm::TypeWithDict::isEnum(), edm::TypeWithDict::name(), mergeVDriftHistosByStation::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 41 of file JetSpecific.cc.
References DetId::Calo, CaloJet, geometry, edm::EventSetup::get(), makeSpecific(), timingPdfMaker::specific, CaloTowerDetId::SubdetId, and ecaldqm::topology().
Referenced by FastjetJetProducer::produceTrackJets(), cms::SubEventGenJetProducer::runAlgorithm(), SubjetFilterJetProducer::writeCompoundJets(), cms::CompoundJetProducer::writeCompoundJets(), VirtualJetProducer::writeCompoundJets(), VirtualJetProducer::writeJets(), and FFTJetProducer::writeJets().
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 91 of file JetSpecific.cc.
References DeDxDiscriminatorTools::charge(), makeSpecific(), reco::LeafCandidate::setCharge(), and timingPdfMaker::specific.
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 76 of file JetSpecific.cc.
References GenJet, makeSpecific(), and timingPdfMaker::specific.
void reco::writeSpecific | ( | reco::TrackJet & | jet, |
reco::Particle::LorentzVector const & | p4, | ||
reco::Particle::Point const & | point, | ||
std::vector< reco::CandidatePtr > const & | constituents, | ||
edm::EventSetup const & | c | ||
) |
Make TrackJet. Assumes constituents point to tracks, through RecoChargedCandidates.
Definition at line 113 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 123 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 66 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().
Definition at line 24 of file deltaR.h.
Referenced by IsoTrig::analyze(), FWBeamSpotProxyBuilder::build(), FWPFClusterRPZProxyBuilder::build(), FWTauProxyBuilderBase::buildBaseTau(), SiStripDetVOffBuilder::buildPSUdetIdMap(), FWJetProxyBuilder::buildViewType(), FWCollectionSummaryTableManager::buttonReleasedInRowHeader(), CSCWireElectronicsSim::calculateAmpResponse(), CmsShowEDI::changeSelectionColor(), DTHVStatusHandler::checkForPeriod(), SiStripPsuDetIdMap::checkMapInputValues(), FWGeometryTableManager::checkRegionOfInterest(), DreamSD::cherenkovDeposit_(), L1MuonPixelTrackFitter::Circle::Circle(), ExternalLHEProducer::closeDescriptors(), UrbanMscModel93::ComputeTruePathLengthLimit(), HFRecoEcalCandidateAlgo::correctEPosition(), MuonShowerInformationFiller::crossingPoint(), HcalTopology::denseId2detId(), HcalTopology::detId2denseIdHB(), HcalTopology::detId2denseIdHE(), HcalTopology::detId2denseIdHF(), HcalTopology::detId2denseIdPreLS1(), HcalZDCDetId::detIdFromDenseIndex(), jsoncollector::FastMonitor::discardCollected(), reco::PFBlockElementBrem::Dump(), DTHVStatusHandler::dumpHVAliases(), VVIObjFDetails::expint(), VVIObjDetails::expint(), sistripvvi::VVIObjDetails::expint(), IsoTrig::fillDifferences(), PFGsfHelper::fittedDP(), get_filename(), DreamSD::getAverageNumberOfPhotons_(), FedRawDataInputSource::grabNextJsonFile(), FWProxyBuilderBase::increaseComponentTransparency(), cscdqm::Collection::load(), FWPFCandidatesLegoProxyBuilder::localModelChanges(), FWCandidateLegoProxyBuilder::localModelChanges(), FWPFPatJetLegoProxyBuilder< T >::localModelChanges(), FWPFClusterLegoProxyBuilder::localModelChanges(), TopologyWorker::ludbrb(), HFClusterAlgo::makeCluster(), Multi5x5BremRecoveryClusterAlgo::makeIslandSuperClusters(), FWEventItem::modelInfo(), PFGsfHelper::PFGsfHelper(), jsoncollector::FastMonitor::registerFastGlobalMonitorable(), jsoncollector::FastMonitor::registerGlobalMonitorable(), jsoncollector::FastMonitor::registerStreamMonitorableUIntVec(), jsoncollector::FastMonitor::registerStreamMonitorableUIntVecAtomic(), LHAupAlpgen::rescaleMomenta(), jsoncollector::FastMonitor::setDefPath(), reco::PFCandidate::setDeltaP(), FWEventItemsManager::setFrom(), SiStripCommissioningOfflineClient::setInputFiles(), FWPFBlockProxyBuilder::setupClusterElement(), FWPFClusterRPZProxyBuilder::sharedBuild(), VolumeMaterialEffectsUpdator::updateState(), HcalTopology::validDetIdPreLS1(), and jsoncollector::FastMonitor::~FastMonitor().
Float reco::e1 = t1.eta() |
Definition at line 22 of file deltaR.h.
Referenced by IsoTrig::analyze(), EwkDQM::analyze(), ZeePlots::analyze(), ContainmentCorrectionAnalyzer::analyze(), ClusterShapeAlgo::Calculate_lat(), MultipleAlgoIterator::calculatePedestal(), ReflectedIterator::calculatePedestal(), PileUpSubtractor::calculatePedestal(), pftools::CalibCompare::CalibCompare(), SymmetryFit::chi2_element(), MuonHOAcceptance::convertRegions(), SiPixelConfigWriter::createColumn(), Decay3Body::doDecay(), LMFDefFabric::dump(), EcalCleaningAlgo::e4e1(), EcalCleaningAlgo::e6e2(), MCPhotonAnalyzer::endJob(), analyzer::SiPixelLorentzAngle::endJob(), AlignmentMonitorTracksFromTrajectories::event(), pftools::Exercises3::Exercises3(), HLXMonitor::FillHistograms(), HcalTB04Analysis::finalAnalysis(), histoFill(), HLTMuonDimuonL3Filter::hltFilter(), HLTMuonTrimuonL3Filter::hltFilter(), HLTMuonDimuonL2Filter::hltFilter(), HLTmmkkFilter::hltFilter(), HLTmmkFilter::hltFilter(), DTROS8Unpacker::interpretRawData(), EcalClusterToolsT< noZS >::lat(), EvolutionECAL::LightCollectionEfficiency(), EvolutionECAL::LightCollectionEfficiencyWeighted(), reco::parser::deltaR_f::operator()(), OverlapChecker::operator()(), EgAmbiguityTools::isInnerMost::operator()(), TwoTrackMassKinematicConstraint::parametersDerivative(), TrackIPProducer::produce(), PreshowerClusterProducer::produce(), PreshowerPhiClusterProducer::produce(), HLTDisplacedmumumuVtxProducer::produce(), HLTDisplacedmumuVtxProducer::produce(), HLTmumutkVtxProducer::produce(), ecaldqm::ClusterTask::runOnSuperClusters(), PFSCEnergyCalibration::SCCorrEtEtaBarrel(), GsfElectronAlgo::setAmbiguityData(), PreshowerHitMaker::setMipEnergy(), reco::PFCandidate::setPs1Energy(), KDTreeLinkerAlgo< DATA >::swap(), EcalTools::swissCross(), and GsfMatrixTools::trace().
Float reco::e2 = t2.eta() |
Definition at line 23 of file deltaR.h.
Referenced by IsoTrig::analyze(), ZeePlots::analyze(), EwkDQM::analyze(), L1TCompare::analyze(), ClusterShapeAlgo::Calculate_lat(), MultipleAlgoIterator::calculatePedestal(), ReflectedIterator::calculatePedestal(), PileUpSubtractor::calculatePedestal(), EnergyLossSimulator::compute(), MuonHOAcceptance::convertRegions(), SiPixelConfigWriter::createColumn(), Decay3Body::doDecay(), LMFDefFabric::dump(), EcalCleaningAlgo::e6e2(), MCPhotonAnalyzer::endJob(), AlignmentMonitorTracksFromTrajectories::event(), HcalTB04Analysis::finalAnalysis(), HCALConfigDB::getOnlineLUT(), pat::helper::ResolutionHelper::getResolEt(), histoFill(), HLTMuonDimuonL3Filter::hltFilter(), HLTMuonTrimuonL3Filter::hltFilter(), HLTMuonDimuonL2Filter::hltFilter(), HLTmmkkFilter::hltFilter(), HLTmmkFilter::hltFilter(), RPCFw::isMajor(), EcalClusterToolsT< noZS >::lat(), EvolutionECAL::LightCollectionEfficiency(), EvolutionECAL::LightCollectionEfficiencyWeighted(), MuonResidualsFitter_logGaussPowerTails(), OverlapChecker::operator()(), reco::parser::deltaR_f::operator()(), EgAmbiguityTools::isInnerMost::operator()(), TwoTrackMassKinematicConstraint::parametersDerivative(), TrackIPProducer::produce(), PreshowerPhiClusterProducer::produce(), PreshowerClusterProducer::produce(), HLTDisplacedmumumuVtxProducer::produce(), HLTDisplacedmumuVtxProducer::produce(), HLTmumutkVtxProducer::produce(), PFSCEnergyCalibration::SCCorrEtEtaBarrel(), GsfElectronAlgo::setAmbiguityData(), PreshowerHitMaker::setMipEnergy(), reco::PFCandidate::setPs2Energy(), KDTreeLinkerAlgo< DATA >::swap(), PreshowerLayer2Properties::thickness(), and PreshowerLayer1Properties::thickness().
Float reco::p1 = t1.phi() |
Definition at line 20 of file deltaR.h.
Referenced by reco::tau::xclean::makePredicateAND(), reco::parser::deltaR_f::operator()(), reco::parser::deltaPhi_f::operator()(), PFJetFilter::resolution(), PFJetFilter::response(), and vtxMean().
Float reco::p2 = t2.phi() |
Definition at line 21 of file deltaR.h.
Referenced by reco::tau::xclean::makePredicateAND(), reco::PFDisplacedVertex::momentum(), reco::parser::deltaR_f::operator()(), reco::parser::deltaPhi_f::operator()(), PFJetFilter::resolution(), and PFJetFilter::response().
|
static |
Definition at line 19 of file returnType.cc.
Referenced by typeCode().
auto const T2&decltype(t1.eta()) reco::t2 |
Definition at line 18 of file deltaR.h.
Referenced by V0Validator::analyze(), PrimaryVertexAnalyzer4PU::analyzeVertexCollection(), HcalPulseShapes::computeHPDShape(), DDHCalBarrelAlgo::constructInsideLayers(), deltaR(), TowerBlockFormatter::DigiToRaw(), PFlow2DClusterizerWithTime::dist2Time(), DTTMax::DTTMax(), EcalLinearCorrectionsXMLTranslator::dumpXML(), EcalLaserAPDPNRatiosXMLTranslator::dumpXML(), pftools::Erl_mlp::ecalFraction(), EcalPulseShapeGrapher::endJob(), pftools::Erl_mlp::evaluate(), TFParams::f3deg(), TSFit::fpol3dg(), popcon::EcalLaser_weekly_Handler::getNewObjects(), HLTPFTauPairLeadTrackDzMatchFilter::hltFilter(), HcalPulseShape::integrate(), CastorPulseShapes::Shape::integrate(), L1TriggerRates::L1TriggerRates(), CSCRadialStripTopology::localError(), MatcherUsingTracksAlgorithm::match(), DTTime2DriftParametrization::MB_DT_delta_x(), QuadrupletSeedMerger::mergeTriplets(), CachingVertex< N >::operator TransientVertex(), DDExpandedNodeLess::operator()(), DataReducer< T >::MyData< U >::operator<(), Thrust::parabola(), NjettinessAdder::produce(), reco::modules::DuplicateTrackMerger::produce(), CastorSimpleRecAlgoImpl::reco(), HcalSimpleRecAlgoImpl::reco(), HcalQLPlotAnalAlgos::recoCalib(), HcalSimpleRecAlgoImpl::recoHFTime(), HcalSimpleRecAlgo::reconstruct(), HcalSimpleRecAlgo::reconstructHFUpgrade(), regressionTest_first(), TEcnaParHistos::SetPaveLVRB(), LMFLmrSubIOV::setTimes(), PhiSymmetryCalibration_step2::setupResidHistos(), PhiSymmetryCalibration_step2_SM::setupResidHistos(), HcalQie::shape(), ME::timeDiff(), CachingVertex< N >::tkToTkCovariance(), TransientVertex::tkToTkCovariance(), TrackProducerFP420::trackFinderSophisticated(), and TCMETAlgo::vetoTrack().
const char * reco::TaggingVariableDescription |
Definition at line 11 of file TaggingVariable.cc.
Referenced by TaggingVariablePlotter::VariableConfig::VariableConfig().
const char * reco::TaggingVariableTokens |
Definition at line 109 of file TaggingVariable.cc.
Referenced by getTaggingVariableName(), and GenericMVAComputer::TaggingVariableMapping::TaggingVariableMapping().