CMS 3D CMS Logo

ConversionInfo.h
Go to the documentation of this file.
1 #ifndef EgammaTools_ConversionInfo_h
2 #define EgammaTools_ConversionInfo_h
3 
7 
8 
10 {
11  const double dist;
12  const double dcot;
13  const double radiusOfConversion;
15  // if the partner track is found in the GSF track collection,
16  // this is a ref to the GSF partner track
18  // if the partner track is found in the CTF track collection,
19  // this is a ref to the CTF partner track
21  const int deltaMissingHits;
22  const int flag;
23 
24  // flag 0: Partner track found in the CTF collection using the electron's CTF track
25  // flag 1: Partner track found in the CTF collection using the electron's GSF track
26  // flag 2: Partner track found in the GSF collection using the electron's CTF track
27  // flag 3: Partner track found in the GSF collection using the electron's GSF track
28 };
29 
30 
31 #endif
const double dist
const reco::TrackRef conversionPartnerCtfTk
const int flag
const double radiusOfConversion
const double dcot
const reco::GsfTrackRef conversionPartnerGsfTk
XYZPointD XYZPoint
point in space with cartesian internal representation
Definition: Point3D.h:12
const int deltaMissingHits
const math::XYZPoint pointOfConversion