CMS 3D CMS Logo

Classes | Typedefs
TTStubAssociationMap.h File Reference
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/RefProd.h"
#include "DataFormats/Common/interface/Ptr.h"
#include "DataFormats/L1TrackTrigger/interface/TTTypes.h"
#include "SimDataFormats/TrackingAnalysis/interface/TrackingParticleFwd.h"
#include "DataFormats/Common/interface/DetSet.h"
#include "DataFormats/Common/interface/DetSetVector.h"
#include "DataFormats/Common/interface/DetSetVectorNew.h"
#include "DataFormats/DetId/interface/DetId.h"
#include "DataFormats/Phase2TrackerDigi/interface/Phase2TrackerDigi.h"
#include "DataFormats/GeometryCommonDetAlgo/interface/MeasurementPoint.h"
#include "DataFormats/GeometryVector/interface/GlobalPoint.h"
#include "DataFormats/L1TrackTrigger/interface/TTStub.h"
#include "SimDataFormats/Track/interface/SimTrack.h"
#include "SimDataFormats/Track/interface/SimTrackContainer.h"
#include "SimDataFormats/EncodedEventId/interface/EncodedEventId.h"
#include "SimDataFormats/TrackingAnalysis/interface/TrackingParticle.h"
#include "SimDataFormats/Associations/interface/TTClusterAssociationMap.h"

Go to the source code of this file.

Classes

class  TTStubAssociationMap< T >
 Stores association of Truth Particles (TP) to L1 Track-Trigger Stubs. More...
 

Typedefs

template<typename T >
using MapStubToTP = std::map< TTStubRefT< T >, TrackingParticlePtr >
 NOTE: this is needed even if it seems not. More...
 
template<typename T >
using MapTPToVecStub = std::map< TrackingParticlePtr, std::vector< TTStubRefT< T > >>
 

Typedef Documentation

◆ MapStubToTP

template<typename T >
using MapStubToTP = std::map<TTStubRefT<T>, TrackingParticlePtr>

NOTE: this is needed even if it seems not.

Definition at line 42 of file TTStubAssociationMap.h.

◆ MapTPToVecStub

template<typename T >
using MapTPToVecStub = std::map<TrackingParticlePtr, std::vector<TTStubRefT<T> >>

Definition at line 44 of file TTStubAssociationMap.h.