CMS 3D CMS Logo

ETLDeviceSim.h
Go to the documentation of this file.
1 #ifndef __SimFastTiming_FastTimingCommon_ETLDeviceSim_h__
2 #define __SimFastTiming_FastTimingCommon_ETLDeviceSim_h__
3 
7 
11 
14 
15 #include <tuple>
16 
17 namespace CLHEP {
18  class HepRandomEngine;
19 }
20 
21 class ETLDeviceSim {
22 
23  public:
24 
26 
27  void getEvent(const edm::Event& evt) { }
28 
29  void getEventSetup(const edm::EventSetup& evt);
30 
31  void getHitsResponse(const std::vector<std::tuple<int,uint32_t,float> > &hitRefs,
33  mtd_digitizer::MTDSimHitDataAccumulator *simHitAccumulator,
34  CLHEP::HepRandomEngine *hre);
35 
36  private:
37 
39 
40  float MIPPerMeV_;
41  float bxTime_;
42  float tofDelay_;
43 
44 };
45 
46 #endif
const MTDGeometry * geom_
Definition: ETLDeviceSim.h:38
void getEvent(const edm::Event &evt)
Definition: ETLDeviceSim.h:27
std::unordered_map< MTDCellId, MTDCellInfo > MTDSimHitDataAccumulator
float tofDelay_
Definition: ETLDeviceSim.h:42
float MIPPerMeV_
Definition: ETLDeviceSim.h:40