CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
BPHParticleNeutralVeto.h
Go to the documentation of this file.
1 #ifndef HeavyFlavorAnalysis_SpecificDecay_BPHParticleNeutralVeto_h
2 #define HeavyFlavorAnalysis_SpecificDecay_BPHParticleNeutralVeto_h
3 
12 //----------------------
13 // Base Class Headers --
14 //----------------------
16 
17 //------------------------------------
18 // Collaborating Class Declarations --
19 //------------------------------------
21 
22 //---------------
23 // C++ Headers --
24 //---------------
25 
26 // ---------------------
27 // -- Class Interface --
28 // ---------------------
29 
31 public:
35 
36  // deleted copy constructor and assignment operator
39 
43 
46  bool accept(const reco::Candidate& cand) const override { return (cand.charge() != 0); }
48 };
49 
50 #endif
bool accept(const reco::Candidate &cand) const override
select charged particles
BPHParticleNeutralVeto & operator=(const BPHParticleNeutralVeto &x)=delete
virtual int charge() const =0
electric charge