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 
15 class DQMStore;
16 class MonitorElement;
17 class MuonServiceProxy;
19 
21 {
22  public:
25 
26  virtual void beginRun(const edm::Run&, const edm::EventSetup& eventSetup);
27  virtual void endRun();
28  virtual void analyze(const edm::Event& event, const edm::EventSetup& eventSetup);
29  virtual int countMuonHits(const reco::Track& track) const;
30  virtual int countTrackerHits(const reco::Track& track) const;
31 
32  protected:
33  unsigned int verbose_;
34 
40 
44 
45  std::string outputFileName_;
46  std::string subDir_;
47 
50 
51  bool doAbsEta_;
52  bool doAssoc_;
53 
56 
57  struct MuonME;
59 
60  struct CommonME;
62 };
63 
64 #endif
65 /* vim:set ts=2 sts=2 sw=2 expandtab: */
edm::InputTag glbMuAssocLabel_
edm::InputTag simLabel_
edm::InputTag staMuLabel_
virtual int countTrackerHits(const reco::Track &track) const
TrackAssociatorBase * staMuAssociator_
TrackingParticleSelector tpSelector_
virtual void analyze(const edm::Event &event, const edm::EventSetup &eventSetup)
edm::InputTag trkMuAssocLabel_
MuonServiceProxy * theMuonService
virtual int countMuonHits(const reco::Track &track) const
std::string outputFileName_
tuple pset
Definition: CrabTask.py:85
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_
TrackAssociatorBase * trkMuAssociator_
edm::InputTag glbMuLabel_
TrackAssociatorBase * glbMuAssociator_
virtual void endRun()
edm::InputTag staMuAssocLabel_
edm::InputTag trkMuLabel_
RecoMuonValidator(const edm::ParameterSet &pset)
Definition: Run.h:31