CMS 3D CMS Logo

FastTrackerCluster.cc

Go to the documentation of this file.
00001 #include "FastSimDataFormats/External/interface/FastTrackerCluster.h"
00002 
00003 FastTrackerCluster::FastTrackerCluster( const LocalPoint& pos      , 
00004                                         const LocalError& err      ,
00005                                         const DetId& id            ,
00006                                         const int simhitId         ,
00007                                         const int simtrackId       ,
00008                                         const uint32_t eeId        , 
00009                                         const float charge) :
00010   pos_(pos), err_(err), id_(id),
00011   simhitId_(simhitId) ,
00012   simtrackId_(simtrackId) ,
00013   eeId_(eeId), charge_(charge) {}
00014 
00015 
00016 
00017 

Generated on Tue Jun 9 17:35:00 2009 for CMSSW by  doxygen 1.5.4