Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:11:11

0001 #include "FastSimDataFormats/External/interface/FastTrackerCluster.h"
0002 
0003 FastTrackerCluster::FastTrackerCluster(const LocalPoint& pos,
0004                                        const LocalError& err,
0005                                        const DetId& id,
0006                                        const int simhitId,
0007                                        const int simtrackId,
0008                                        const uint32_t eeId,
0009                                        const float charge)
0010     : pos_(pos), err_(err), id_(id), simhitId_(simhitId), simtrackId_(simtrackId), eeId_(eeId), charge_(charge) {}