CMS 3D CMS Logo

ShallowGainCalibration.h
Go to the documentation of this file.
1 #ifndef SHALLOW_GAINCALIBRATION_PRODUCER
2 #define SHALLOW_GAINCALIBRATION_PRODUCER
3 
6 
8 
14 
25 
28 
32 
39 
50 
51 #include <ext/hash_map>
52 
54 public:
56 
57 private:
60 
63 
64  void produce(edm::Event&, const edm::EventSetup&) override;
65  // virtual void beginJob(EventSetup const&);
66  // virtual void beginRun(Run&, EventSetup const&);
67  bool IsFarFromBorder(TrajectoryStateOnSurface* trajState, const uint32_t detid, const edm::EventSetup* iSetup);
68  double thickness(DetId id);
69 
71  std::map<DetId, double> m_thicknessMap;
72 
73  /*
74  struct stAPVGain{int DetId; int APVId; double PreviousGain;};
75  class isEqual{
76  public:
77  template <class T> bool operator () (const T& PseudoDetId1, const T& PseudoDetId2) { return PseudoDetId1==PseudoDetId2; }
78  };
79  std::vector<stAPVGain*> APVsCollOrdered;
80  hash_map<unsigned int, stAPVGain*, hash<unsigned int>, isEqual > APVsColl;
81 */
82 };
83 #endif
FEDNumbering.h
ShallowGainCalibration::association_token_
const edm::EDGetTokenT< TrajTrackAssociationCollection > association_token_
Definition: ShallowGainCalibration.h:59
ShallowTools.h
StripGeomDetUnit.h
TrackerGeometry.h
EDProducer.h
ESHandle.h
ShallowGainCalibration::m_tracker
const TrackerGeometry * m_tracker
Definition: ShallowGainCalibration.h:70
edm::EDGetTokenT
Definition: EDGetToken.h:33
GeomDetType.h
TrackingGeometry.h
StripTopology.h
DetId
Definition: DetId.h:17
TrajectoryStateOnSurface
Definition: TrajectoryStateOnSurface.h:16
TrackDeDxHits.h
Track.h
TrackFwd.h
DeDxHit.h
TrapezoidalPlaneBounds.h
IdealMagneticFieldRecord.h
ShallowGainCalibration::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition: ShallowGainCalibration.cc:34
RectangularPlaneBounds.h
SiPixelRecHit.h
TrajTrackAssociation.h
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
SiStripLorentzAngleRcd.h
TrackerDigiGeometryRecord.h
edm::ParameterSet
Definition: ParameterSet.h:36
Event.h
ShallowGainCalibration::thickness
double thickness(DetId id)
Definition: ShallowGainCalibration.cc:328
ShallowGainCalibration::tracks_token_
const edm::EDGetTokenT< edm::View< reco::Track > > tracks_token_
Definition: ShallowGainCalibration.h:58
MagneticField.h
edm::EventSetup
Definition: EventSetup.h:57
ShallowGainCalibration::m_thicknessMap
std::map< DetId, double > m_thicknessMap
Definition: ShallowGainCalibration.h:71
GeometricDet.h
SiStripRecHit1D.h
Trajectory.h
GeomDet.h
ShallowGainCalibration::ShallowGainCalibration
ShallowGainCalibration(const edm::ParameterSet &)
Definition: ShallowGainCalibration.cc:9
DetId.h
Frameworkfwd.h
ShallowGainCalibration::IsFarFromBorder
bool IsFarFromBorder(TrajectoryStateOnSurface *trajState, const uint32_t detid, const edm::EventSetup *iSetup)
Definition: ShallowGainCalibration.cc:291
PixelGeomDetUnit.h
edm::EDProducer
Definition: EDProducer.h:36
ShallowGainCalibration::Prefix
std::string Prefix
Definition: ShallowGainCalibration.h:62
SiStripMatchedRecHit2D.h
ShallowGainCalibration::Suffix
std::string Suffix
Definition: ShallowGainCalibration.h:61
SiStripLorentzAngle.h
edm::Event
Definition: Event.h:73
SiStripRecHit2D.h
StripSubdetector.h
ShallowGainCalibration
Definition: ShallowGainCalibration.h:53
TrackerGeometry
Definition: TrackerGeometry.h:14