CMS 3D CMS Logo

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 //
22 #include "CLHEP/Vector/ThreeVector.h"
25 #include <vector>
26 
27 class DetLayer;
30 class LayerMeasurements;
31 class TrackerTopology;
32 class NavigationSchool;
33 
35 
36 public:
37  PixelMatchNextLayers(const LayerMeasurements * theLayerMeasurements, const DetLayer* ilayer, FreeTrajectoryState & aFTS,
38  const PropagatorWithMaterial *aProp,
39  const BarrelMeasurementEstimator *aBarrelMeas,
40  const ForwardMeasurementEstimator *aForwardMeas,
41  const TrackerTopology *tTopo,
42  const NavigationSchool& navigationSchool,
43  bool searchInTIDTEC);
44  std::vector<TrajectoryMeasurement> measurementsInNextLayers() const;
45  std::vector<TrajectoryMeasurement> badMeasurementsInNextLayers() const;
46  //RC vector<TSiPixelRecHit> hitsInNextLayers() const;
47  //In this way we are losing the information about the kind of the ReferenceCounted TTRH?
49  std::vector<CLHEP::Hep3Vector> predictionInNextLayers() const;
50 
51 
52 private:
53 
54  std::vector<TrajectoryMeasurement> measurementsHere;
55  std::vector<TrajectoryMeasurement> badMeasurementsHere;
57  std::vector<CLHEP::Hep3Vector> predictionHere;
58 };
59 
60 #endif
61 
62 
63 
64 
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