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 struct ConversionInfo {
9  const double dist;
10  const double dcot;
11  const double radiusOfConversion;
13  // if the partner track is found in the GSF track collection,
14  // this is a ref to the GSF partner track
16  // if the partner track is found in the CTF track collection,
17  // this is a ref to the CTF partner track
19  const int deltaMissingHits;
20  const int flag;
21 
22  // flag 0: Partner track found in the CTF collection using the electron's CTF track
23  // flag 1: Partner track found in the CTF collection using the electron's GSF track
24  // flag 2: Partner track found in the GSF collection using the electron's CTF track
25  // flag 3: Partner track found in the GSF collection using the electron's GSF track
26 };
27 
28 #endif
const double dist
Definition: ConversionInfo.h:9
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