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 // $Id: PixelMatchNextLayers.h,v 1.9 2009/05/27 14:08:25 fabiocos Exp $
19 //
20 //
22 #include "CLHEP/Vector/ThreeVector.h"
25 #include <vector>
26 
27 class DetLayer;
30 class LayerMeasurements;
31 
33 
34 public:
35  PixelMatchNextLayers(const LayerMeasurements * theLayerMeasurements, const DetLayer* ilayer, FreeTrajectoryState & aFTS,
36  const PropagatorWithMaterial *aProp,
37  const BarrelMeasurementEstimator *aBarrelMeas,
38  const ForwardMeasurementEstimator *aForwardMeas,bool searchInTIDTEC);
39  std::vector<TrajectoryMeasurement> measurementsInNextLayers() const;
40  std::vector<TrajectoryMeasurement> badMeasurementsInNextLayers() const;
41  //RC vector<TSiPixelRecHit> hitsInNextLayers() const;
42  //In this way we are losing the information about the kind of the ReferenceCounted TTRH?
44  std::vector<CLHEP::Hep3Vector> predictionInNextLayers() const;
45 
46 
47 private:
48 
49  std::vector<TrajectoryMeasurement> measurementsHere;
50  std::vector<TrajectoryMeasurement> badMeasurementsHere;
52  std::vector<CLHEP::Hep3Vector> predictionHere;
53 };
54 
55 #endif
56 
57 
58 
59 
PixelMatchNextLayers(const LayerMeasurements *theLayerMeasurements, const DetLayer *ilayer, FreeTrajectoryState &aFTS, const PropagatorWithMaterial *aProp, const BarrelMeasurementEstimator *aBarrelMeas, const ForwardMeasurementEstimator *aForwardMeas, 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