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