|
||||
File indexing completed on 2024-04-06 12:33:38
0001 #ifndef _Validation_SiTrackerPhase2V_TrackerPhase2ValidationUtil_h 0002 #define _Validation_SiTrackerPhase2V_TrackerPhase2ValidationUtil_h 0003 #include "SimDataFormats/TrackingHit/interface/PSimHit.h" 0004 #include "SimDataFormats/Track/interface/SimTrack.h" 0005 0006 namespace phase2tkutil { 0007 0008 bool isPrimary(const SimTrack& simTrk, const PSimHit* simHit); 0009 static constexpr float cmtomicron = 1e4; 0010 0011 } // namespace phase2tkutil 0012 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |