CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2/src/SimDataFormats/SLHC/src/L1TkCluster.cc

Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 #include "SimDataFormats/SLHC/interface/L1TkCluster.h"
00013 
00020 
00021 
00022 
00023   template<>
00024   unsigned int L1TkCluster< edm::Ref< edm::PSimHitContainer > >::findWidth() const
00025   {
00026     return theHits.size();
00027   }
00028 
00032   template<>
00033   MeasurementPoint L1TkCluster< edm::Ref< edm::PSimHitContainer > >::findHitLocalCoordinates( unsigned int hitIdx ) const
00034   {
00035     MeasurementPoint mp( 0, 0 ); 
00036     return mp;
00037   }
00038   
00042   template<>
00043   MeasurementPoint L1TkCluster< edm::Ref< edm::PSimHitContainer > >::findAverageLocalCoordinates() const
00044   {
00045     MeasurementPoint mp( 0, 0 ); 
00046     return mp;
00047   }
00048