CMS 3D CMS Logo

BPHVertexSelect.h
Go to the documentation of this file.
1 #ifndef HeavyFlavorAnalysis_RecoDecay_BPHVertexSelect_h
2 #define HeavyFlavorAnalysis_RecoDecay_BPHVertexSelect_h
3 
12 //----------------------
13 // Base Class Headers --
14 //----------------------
15 
16 //------------------------------------
17 // Collaborating Class Declarations --
18 //------------------------------------
19 class BPHDecayVertex;
20 
21 //---------------
22 // C++ Headers --
23 //---------------
24 
25 // ---------------------
26 // -- Class Interface --
27 // ---------------------
28 
30 public:
34 
37  virtual ~BPHVertexSelect();
38 
42  virtual bool accept(const BPHDecayVertex& cand) const = 0;
44 
45 private:
46  // private copy and assigment constructors
47  BPHVertexSelect(const BPHVertexSelect& x) = delete;
48  BPHVertexSelect& operator=(const BPHVertexSelect& x) = delete;
49 };
50 
51 #endif
virtual ~BPHVertexSelect()
virtual bool accept(const BPHDecayVertex &cand) const =0
accept function
BPHVertexSelect & operator=(const BPHVertexSelect &x)=delete