1 #ifndef SimMuon_DTDigitizer_h 2 #define SimMuon_DTDigitizer_h 30 class HepRandomEngine;
53 typedef std::pair<const PSimHit *, float>
hitAndT;
56 typedef std::map<DTWireId, std::vector<const PSimHit *>>
DTWireIdMap;
63 if (h1.second < h2.second)
71 std::pair<float, bool> computeTime(
const DTLayer *layer,
75 CLHEP::HepRandomEngine *);
80 std::pair<float, bool> driftTimeFromParametrization(
81 float x,
float alpha,
float By,
float Bz, CLHEP::HepRandomEngine *)
const;
85 std::pair<float, bool> driftTimeFromTimeMap()
const;
96 void dumpHit(
const PSimHit *hit,
float xEntry,
float xExit,
const DTTopology &topo);
99 float asymGausSmear(
double mean,
double sigmaLeft,
double sigmaRight, CLHEP::HepRandomEngine *)
const;
102 friend class DTDigitizerAnalysis;
edm::EDGetTokenT< CrossingFrame< PSimHit > > cf_token
DTWireIdMap::const_iterator DTWireIdMapConstIter
std::unique_ptr< DTDigiSyncBase > theSync
bool operator()(const hitAndT &h1, const hitAndT &h2)
std::vector< hitAndT > TDContainer
DTWireIdMap::iterator DTWireIdMapIter
std::map< DTWireId, std::vector< const PSimHit * > > DTWireIdMap
std::pair< const PSimHit *, float > hitAndT
std::string collection_for_XF
A container for a generic type of digis indexed by some index, implemented with a map<IndexType...