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