Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:05:20

0001 #include "DataFormats/TrackerRecHit2D/interface/FastTrackerRecHit.h"
0002 #include "DataFormats/TrackerRecHit2D/interface/OmniClusterRef.h"
0003 
0004 namespace {
0005   const OmniClusterRef nullRef;
0006 }
0007 
0008 OmniClusterRef const& FastTrackerRecHit::firstClusterRef() const { return nullRef; }