Main Page
Namespaces
Classes
Package Documentation
Fireworks
Tracks
interface
estimate_field.h
Go to the documentation of this file.
1
#ifndef Fireworks_Tracks_estimate_field_h
2
#define Fireworks_Tracks_estimate_field_h
3
// -*- C++ -*-
4
//
5
// Package: Tracks
6
// Class : estimate_field
7
//
8
namespace
reco
{
9
class
Track;
10
}
11
12
namespace
fw
{
13
double
estimate_field
(
const
reco::Track
&
track
,
bool
highQuality
=
false
);
14
double
estimate_field
(
double
vx1,
double
vy1,
double
vx2,
double
vy2,
double
px,
double
py );
15
}
16
17
#endif
fw
Definition:
estimate_field.h:12
PFTrackAlgoTools::highQuality
bool highQuality(const reco::TrackBase::TrackAlgorithm &)
Definition:
PFTrackAlgoTools.cc:202
HiIsolationCommonParameters_cff.track
track
Definition:
HiIsolationCommonParameters_cff.py:9
reco::Track
Definition:
Track.h:28
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:43
fw::estimate_field
double estimate_field(double vx1, double vy1, double vx2, double vy2, double px, double py)
Definition:
estimate_field.cc:57
Generated for CMSSW Reference Manual by
1.8.11