![]() |
|
|||
File indexing completed on 2024-04-06 12:29:21
0001 #ifndef CaloVHitFilter_h 0002 #define CaloVHitFilter_h 0003 0004 #include "SimDataFormats/CaloHit/interface/PCaloHit.h" 0005 0006 class CaloVHitFilter { 0007 public: 0008 virtual ~CaloVHitFilter() = default; 0009 virtual bool accepts(const PCaloHit &hit) const = 0; 0010 }; 0011 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 |
![]() ![]() |