CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MeasurementTrackerSiStripRefGetterProducer.h
Go to the documentation of this file.
1 #ifndef RecoTracker_MeasurementDet_MeasurementTrackerSiStripRefGetterProducer_H
2 #define RecoTracker_MeasurementDet_MeasurementTrackerSiStripRefGetterProducer_H
3 
5 
24 
27 
29 
30 #include <string>
31 #include <memory>
32 #include "boost/bind.hpp"
33 
35 
36  public:
37 
40 
43 
44  virtual void beginRun( edm::Run const&, const edm::EventSetup& ) override;
45  virtual void produce( edm::Event&, const edm::EventSetup& ) override;
46 
47  private:
48  void updateStrips( const edm::Event& event, StMeasurementDetSet & theStDets, std::vector<bool> & stripClustersToSkip ) const ;
49 
52 
55 };
56 
57 #endif
58 
void updateStrips(const edm::Event &event, StMeasurementDetSet &theStDets, std::vector< bool > &stripClustersToSkip) const
virtual void produce(edm::Event &, const edm::EventSetup &) override
edm::InputTag inputModuleLabel_
Input module label of SiStripLazyGetter.
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
edm::ESHandle< SiStripRegionCabling > cabling_
Cabling.
virtual void beginRun(edm::Run const &, const edm::EventSetup &) override
Definition: Run.h:41