CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonRefProducer.h
Go to the documentation of this file.
1 #ifndef MuonIdentification_MuonRefProducer_h
2 #define MuonIdentification_MuonRefProducer_h
3 
4 // -*- C++ -*-
5 //
6 // Package: MuonIdentification
7 // Class: MuonRefProducer
8 //
9 /*
10 
11  Description: create a reduced collection of muons based on a reference
12  collection and a set of cuts.
13 */
14 //
15 // Original Author: Dmytro Kovalskyi
16 // $Id: MuonRefProducer.h,v 1.3 2008/10/17 20:43:06 dmytro Exp $
17 //
18 
19 
20 // user include files
26 
28  public:
29  explicit MuonRefProducer(const edm::ParameterSet&);
30  virtual ~MuonRefProducer();
31  virtual void produce(edm::Event&, const edm::EventSetup&);
32 
33  private:
35 
38  double maxAbsDx_;
39  double maxAbsPullX_;
40  double maxAbsDy_;
41  double maxAbsPullY_;
45 
46 };
47 #endif
reco::Muon::ArbitrationType arbitrationType_
AlgorithmType
Definition: MuonSelectors.h:64
virtual ~MuonRefProducer()
edm::InputTag theReferenceCollection_
ArbitrationType
define arbitration schemes
Definition: Muon.h:173
muon::AlgorithmType type_
MuonRefProducer(const edm::ParameterSet &)
virtual void produce(edm::Event &, const edm::EventSetup &)
double maxChamberDistPull_