CMS 3D CMS Logo

MeasurementTrackerEventProducer.h
Go to the documentation of this file.
1 #ifndef MeasurementTrackerEventProducer_h
2 #define MeasurementTrackerEventProducer_h
3 // user include files
6 
8 
13 
15 public:
16  explicit MeasurementTrackerEventProducer(const edm::ParameterSet &iConfig) ;
18 private:
19  virtual void produce(edm::Event&, const edm::EventSetup&) override;
20 
21 protected:
22  void updatePixels( const edm::Event&, PxMeasurementDetSet & thePxDets, std::vector<bool> & pixelClustersToSkip ) const;
23  void updateStrips( const edm::Event&, StMeasurementDetSet & theStDets, std::vector<bool> & stripClustersToSkip ) const;
24  void updatePhase2OT( const edm::Event&, Phase2OTMeasurementDetSet & thePh2OTDets ) const;
25  //FIXME:: going to be updated soon
26  void updateStacks( const edm::Event&, Phase2OTMeasurementDetSet & theStDets ) const {};
27 
28  void getInactiveStrips(const edm::Event& event,std::vector<uint32_t> & rawInactiveDetIds) const;
29 
37 
38  std::vector<edm::EDGetTokenT<DetIdCollection>> theInactivePixelDetectorLabels;
39  std::vector<edm::EDGetTokenT<DetIdCollection>> theInactiveStripDetectorLabels;
40 
42  bool isPhase2;
43 };
44 
45 #endif
#define dso_hidden
std::vector< edm::EDGetTokenT< DetIdCollection > > theInactiveStripDetectorLabels
virtual void produce(Event &, EventSetup const &)=0
edm::EDGetTokenT< edmNew::DetSetVector< Phase2TrackerCluster1D > > thePh2OTClusterLabel
void updateStacks(const edm::Event &, Phase2OTMeasurementDetSet &theStDets) const
edm::EDGetTokenT< edm::ContainerMask< edmNew::DetSetVector< SiPixelCluster > > > thePixelClusterMask
edm::EDGetTokenT< edmNew::DetSetVector< SiStripCluster > > theStripClusterLabel
edm::EDGetTokenT< edmNew::DetSetVector< SiPixelCluster > > thePixelClusterLabel
edm::EDGetTokenT< edm::ContainerMask< edmNew::DetSetVector< SiStripCluster > > > theStripClusterMask
std::vector< edm::EDGetTokenT< DetIdCollection > > theInactivePixelDetectorLabels
Definition: event.py:1