CMS 3D CMS Logo

BPHRecoSelect.h
Go to the documentation of this file.
1 #ifndef HeavyFlavorAnalysis_RecoDecay_BPHRecoSelect_h
2 #define HeavyFlavorAnalysis_RecoDecay_BPHRecoSelect_h
3 
12 //----------------------
13 // Base Class Headers --
14 //----------------------
15 
16 
17 //------------------------------------
18 // Collaborating Class Declarations --
19 //------------------------------------
20 class BPHRecoBuilder;
21 
22 namespace reco {
23  class Candidate;
24 }
25 
26 //---------------
27 // C++ Headers --
28 //---------------
29 #include <string>
30 
31 // ---------------------
32 // -- Class Interface --
33 // ---------------------
34 
36 
37  public:
38 
41  BPHRecoSelect();
42 
45  virtual ~BPHRecoSelect();
46 
50  virtual bool accept( const reco::Candidate& cand ) const;
55  virtual bool accept( const reco::Candidate& cand,
56  const BPHRecoBuilder* build ) const;
57 
58  protected:
59 
60  // function to get other particles pointers
61  const reco::Candidate* get( const std::string& name,
62  const BPHRecoBuilder* build ) const;
63 
64  private:
65 
66  // private copy and assigment constructors
67  BPHRecoSelect ( const BPHRecoSelect& x ) = delete;
68  BPHRecoSelect& operator=( const BPHRecoSelect& x ) = delete;
69 
70 };
71 
72 
73 #endif
74 
bool accept(const edm::Event &event, const edm::TriggerResults &triggerTable, const std::string &triggerPath)
Definition: TopDQMHelpers.h:30
fixed size matrix