CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MeasurementTracker.h
Go to the documentation of this file.
1 #ifndef MeasurementTracker_H
2 #define MeasurementTracker_H
3 
6 
9 
12 
13 // backward compatibility
15 
17 
18 
20 public:
21  enum QualityFlags { BadModules=1, // for everybody
23  /* Pixels: */ BadROCs=2 };
24 
25  MeasurementTracker(TrackerGeometry const * trackerGeom,
27  theTrackerGeom(trackerGeom), theGeometricSearchTracker(geometricSearchTracker) {}
28 
29 
30 
31  virtual ~MeasurementTracker();
32 
33  virtual void update( const edm::Event&) const =0;
34  virtual void updatePixels( const edm::Event&) const =0;
35  virtual void updateStrips( const edm::Event&) const =0;
36 
37  const TrackingGeometry* geomTracker() const { return theTrackerGeom;}
38 
40 
42  virtual const MeasurementDet* idToDet(const DetId& id) const =0;
43 
44 
45  virtual void setClusterToSkip(const edm::InputTag & cluster, const edm::Event& event) const=0;
46  virtual void unsetClusterToSkip() const=0;
47 
48 
49 protected:
52 
53 
54 };
55 
56 #endif // MeasurementTracker_H
virtual void update(const edm::Event &) const =0
const GeometricSearchTracker * theGeometricSearchTracker
virtual void updatePixels(const edm::Event &) const =0
const TrackerGeometry * theTrackerGeom
virtual void setClusterToSkip(const edm::InputTag &cluster, const edm::Event &event) const =0
virtual void updateStrips(const edm::Event &) const =0
const TrackingGeometry * geomTracker() const
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
Definition: DetId.h:20
virtual void unsetClusterToSkip() const =0
MeasurementTracker(TrackerGeometry const *trackerGeom, GeometricSearchTracker const *geometricSearchTracker)
virtual const MeasurementDet * idToDet(const DetId &id) const =0
MeasurementDetSystem interface.
const GeometricSearchTracker * geometricSearchTracker() const