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 
14 
16 
17 // for selection cut
19 
20 class DQMStore;
21 class MonitorElement;
22 class MuonServiceProxy;
24 
26 {
27  public:
30 
31  virtual void beginRun(const edm::Run&, const edm::EventSetup& eventSetup);
32  virtual void endRun();
33  virtual void analyze(const edm::Event& event, const edm::EventSetup& eventSetup);
34  virtual int countMuonHits(const reco::Track& track) const;
35  virtual int countTrackerHits(const reco::Track& track) const;
36 
37  protected:
38  unsigned int verbose_;
39 
42  std::string muonSelection_;
43 
46 
47  std::string outputFileName_;
48  std::string subDir_;
49 
52 
53  bool doAbsEta_;
54  bool doAssoc_;
55 
57 
58  // Track to use
60 
61  struct MuonME;
62  MuonME * muonME_;
63 
64  struct CommonME;
66 
67  private:
69 
70 };
71 
72 #endif
73 /* vim:set ts=2 sts=2 sw=2 expandtab: */
edm::InputTag simLabel_
StringCutObjectSelector< reco::Muon > selector_
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_
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()
std::string muonSelection_
RecoMuonValidator(const edm::ParameterSet &pset)
Definition: Run.h:32