CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoMuonValidator.h
Go to the documentation of this file.
1 #ifndef Validation_RecoMuon_RecoMuonValidator_H
2 #define Validation_RecoMuon_RecoMuonValidator_H
3 
8 
11 
13 
21 
23 
24 // for selection cut
26 
27 class DQMStore;
28 class MonitorElement;
29 class MuonServiceProxy;
31 
33 {
34  public:
37 
38  virtual void beginRun(const edm::Run&, const edm::EventSetup& eventSetup);
39  virtual void endRun();
40  virtual void analyze(const edm::Event& event, const edm::EventSetup& eventSetup);
41  virtual int countMuonHits(const reco::Track& track) const;
42  virtual int countTrackerHits(const reco::Track& track) const;
43 
44  protected:
45  unsigned int verbose_;
46 
52 
55  // edm::EDGetTokenT<> muAssocToken_;
56 
61 
64 
67 
68  bool doAbsEta_;
69  bool doAssoc_;
70  bool usePFMuon_;
71 
73 
74  // Track to use
76 
77  struct MuonME;
78  MuonME * muonME_;
79 
80  struct CommonME;
82 
83  private:
86 
87 };
88 
89 #endif
90 /* vim:set ts=2 sts=2 sw=2 expandtab: */
edm::EDGetTokenT< edm::View< reco::Muon > > muonToken_
edm::EDGetTokenT< TrackingParticleCollection > simToken_
edm::InputTag simLabel_
StringCutObjectSelector< reco::Muon > selector_
edm::EDGetTokenT< reco::VertexCollection > primvertexToken_
virtual int countTrackerHits(const reco::Track &track) const
TrackingParticleSelector tpSelector_
virtual void analyze(const edm::Event &event, const edm::EventSetup &eventSetup)
MuonServiceProxy * theMuonService
edm::InputTag muAssocLabel_
virtual int countMuonHits(const reco::Track &track) const
const MuonAssociatorByHits * assoByHits
std::string outputFileName_
edm::EDGetTokenT< reco::BeamSpot > beamspotToken_
unsigned int verbose_
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
virtual void beginRun(const edm::Run &, const edm::EventSetup &eventSetup)
edm::InputTag muonLabel_
MuonAssociatorByHits::MuonTrackType trackType_
virtual void endRun()
edm::InputTag beamspotLabel_
edm::InputTag primvertexLabel_
std::string muonSelection_
RecoMuonValidator(const edm::ParameterSet &pset)
Definition: Run.h:41