CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
JetMuonHitsIDHelper.h
Go to the documentation of this file.
1 #ifndef RecoJets_JetProducers_interface_JetMuonHitsIDHelper_h
2 #define RecoJets_JetProducers_interface_JetMuonHitsIDHelper_h
3 
4 
11 
12 
13 namespace reco {
14 
15  namespace helper {
16 
18 
19  public :
20  // construction
22  JetMuonHitsIDHelper( edm::ParameterSet const & pset );
24 
26 
27  void initValues ();
28 
29  // interface
30  void calculate( const edm::Event& event, const edm::EventSetup & isetup,
31  const reco::Jet &jet, const int iDbg = 0 );
32 
33  // access
34  int numberOfHits1RPC() const { return numberOfHits1RPC_;}
35  int numberOfHits2RPC() const { return numberOfHits2RPC_;}
36  int numberOfHits3RPC() const { return numberOfHits3RPC_;}
37  int numberOfHits4RPC() const { return numberOfHits4RPC_;}
38  int numberOfHitsRPC () const { return numberOfHitsRPC_ ;}
39 
40  private:
41 
42  edm::InputTag rpcRecHits_; // collection of rpc rechits
43  bool isRECO_; // if this is RECO this will run, else nothing will be added
44 
50 
51  };
52  }
53 }
54 #endif
Base class for all types of Jets.
Definition: Jet.h:21
void fillDescription(edm::ParameterSetDescription &iDesc)
void calculate(const edm::Event &event, const edm::EventSetup &isetup, const reco::Jet &jet, const int iDbg=0)
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past