CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelMatchNextLayers.h
Go to the documentation of this file.
1 #ifndef PIXELMATCHNEXTLAYERS_H
2 #define PIXELMATCHNEXTLAYERS_H
3 // -*- C++ -*-
4 //
5 // Package: EgammaElectronAlgos
6 // Class: PixelMatchNextLayers
7 //
15 //
16 // Original Author: Ursula Berthon, Claude Charlot
17 // Created: Mon Mar 27 13:22:06 CEST 2006
18 //
19 //
21 #include "CLHEP/Vector/ThreeVector.h"
24 #include <vector>
25 
26 class DetLayer;
29 class LayerMeasurements;
30 class TrackerTopology;
31 class NavigationSchool;
32 
34 
35 public:
36  PixelMatchNextLayers(const LayerMeasurements * theLayerMeasurements, const DetLayer* ilayer, FreeTrajectoryState & aFTS,
37  const PropagatorWithMaterial *aProp,
38  const BarrelMeasurementEstimator *aBarrelMeas,
39  const ForwardMeasurementEstimator *aForwardMeas,
40  const TrackerTopology *tTopo,
41  const NavigationSchool& navigationSchool,
42  bool searchInTIDTEC);
43  std::vector<TrajectoryMeasurement> measurementsInNextLayers() const;
44  std::vector<TrajectoryMeasurement> badMeasurementsInNextLayers() const;
45  //RC vector<TSiPixelRecHit> hitsInNextLayers() const;
46  //In this way we are losing the information about the kind of the ReferenceCounted TTRH?
48  std::vector<CLHEP::Hep3Vector> predictionInNextLayers() const;
49 
50 
51 private:
52 
53  std::vector<TrajectoryMeasurement> measurementsHere;
54  std::vector<TrajectoryMeasurement> badMeasurementsHere;
56  std::vector<CLHEP::Hep3Vector> predictionHere;
57 };
58 
59 #endif
60 
61 
62 
63 
PixelMatchNextLayers(const LayerMeasurements *theLayerMeasurements, const DetLayer *ilayer, FreeTrajectoryState &aFTS, const PropagatorWithMaterial *aProp, const BarrelMeasurementEstimator *aBarrelMeas, const ForwardMeasurementEstimator *aForwardMeas, const TrackerTopology *tTopo, const NavigationSchool &navigationSchool, bool searchInTIDTEC)
std::vector< TrajectoryMeasurement > measurementsHere
std::vector< TrajectoryMeasurement > badMeasurementsInNextLayers() const
TransientTrackingRecHit::RecHitContainer hitsHere
std::vector< CLHEP::Hep3Vector > predictionInNextLayers() const
std::vector< ConstRecHitPointer > RecHitContainer
TransientTrackingRecHit::RecHitContainer hitsInNextLayers() const
std::vector< TrajectoryMeasurement > badMeasurementsHere
std::vector< TrajectoryMeasurement > measurementsInNextLayers() const
std::vector< CLHEP::Hep3Vector > predictionHere