#include "DataFormats/Candidate/interface/LeafCandidate.h"
#include "DataFormats/TrackReco/interface/TrackFwd.h"
#include "DataFormats/GsfTrackReco/interface/GsfTrackFwd.h"
#include "DataFormats/EgammaReco/interface/SuperClusterFwd.h"
#include "DataFormats/CaloTowers/interface/CaloTowerCollection.h"
#include "DataFormats/CaloTowers/interface/CaloTowerFwd.h"
Go to the source code of this file.
Classes | |
struct | reco::CombinedMuonTag |
conbined muon component tag More... | |
class | reco::RecoCandidate |
struct | reco::StandAloneMuonTag |
stand alone muon component tag More... | |
Namespaces | |
namespace | reco |
fixed size matrix | |
Functions | |
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_DEFAULT_CANDIDATE_COMPONENT (RecoCandidate, RecoCandidate::TrackType, bestTrackType) | |
get default CaloTower component | |
reco::GET_DEFAULT_CANDIDATE_COMPONENT (RecoCandidate, CaloTowerRef, caloTower) | |
get default CaloTower component | |
reco::GET_DEFAULT_CANDIDATE_COMPONENT (RecoCandidate, SuperClusterRef, superCluster) | |
get default SuperCluster component | |
reco::GET_DEFAULT_CANDIDATE_COMPONENT (RecoCandidate, TrackRef, track) | |
get default Track component | |
reco::GET_DEFAULT_CANDIDATE_COMPONENT (RecoCandidate, const Track *, bestTrack) | |
get default CaloTower component | |
reco::GET_DEFAULT_CANDIDATE_COMPONENT (RecoCandidate, GsfTrackRef, gsfTrack) | |
get default GsfTrack component | |
reco::GET_DEFAULT_CANDIDATE_MULTIPLECOMPONENTS (RecoCandidate, TrackRef, track, numberOfTracks) | |
get multuple tracks |