Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
SimDataFormats
Associations
src
TrackToGenParticleAssociator.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: SimDataFormats/Associations
4
// Class : TrackToGenParticleAssociator
5
//
6
// Implementation:
7
// [Notes on implementation]
8
//
9
// Original Author: Christopher Jones
10
// Created: Mon, 05 Jan 2015 14:50:48 GMT
11
//
12
13
// system include files
14
15
// user include files
16
#include "
SimDataFormats/Associations/interface/TrackToGenParticleAssociator.h
"
17
18
19
//
20
// constants, enums and typedefs
21
//
22
23
//
24
// static data member definitions
25
//
26
27
//
28
// constructors and destructor
29
//
30
reco::TrackToGenParticleAssociator::TrackToGenParticleAssociator
()
31
{
32
}
33
34
reco::TrackToGenParticleAssociator::TrackToGenParticleAssociator
(std::unique_ptr<TrackToGenParticleAssociatorBaseImpl> impl): m_impl(impl.
release
())
35
{
36
}
37
38
reco::TrackToGenParticleAssociator::~TrackToGenParticleAssociator
()
39
{
40
delete
m_impl;
41
}
42
reco::TrackToGenParticleAssociator::TrackToGenParticleAssociator
TrackToGenParticleAssociator()
Constructor.
Definition:
TrackToGenParticleAssociator.cc:30
fetchall_from_DQM_v2.release
tuple release
Definition:
fetchall_from_DQM_v2.py:110
TrackToGenParticleAssociator.h
reco::TrackToGenParticleAssociator::~TrackToGenParticleAssociator
~TrackToGenParticleAssociator()
Definition:
TrackToGenParticleAssociator.cc:38
Generated for CMSSW Reference Manual by
1.8.5