00001 // -*- C++ -*- 00002 // 00003 // Package: EgammaElectronAlgos 00004 // Class: PixelMatchStartLayers 00005 // 00013 // 00014 // Original Author: Ursula Berthon, Claude Charlot 00015 // Created: Mon Mar 27 13:22:06 CEST 2006 00016 // $Id: PixelMatchStartLayers.cc,v 1.1 2006/06/02 16:21:02 uberthon Exp $ 00017 // 00018 // 00019 00020 #include "RecoTracker/TkDetLayers/interface/GeometricSearchTracker.h" 00021 #include <iostream> 00022 #include <algorithm> 00023 #include "RecoEgamma/EgammaElectronAlgos/interface/PixelMatchStartLayers.h" 00024 00025 PixelMatchStartLayers::PixelMatchStartLayers() {} 00026 00027 void PixelMatchStartLayers::setup(const GeometricSearchTracker * layers) { 00028 barrelPixel = layers->pixelBarrelLayers(); 00029 posPixel = layers->posPixelForwardLayers(); 00030 negPixel = layers->negPixelForwardLayers(); 00031 } 00032 00033 00034 00035 00036 00037 00038 00039 00040 00041 00042 00043 00044