CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GEMSimpleModel.h
Go to the documentation of this file.
1 #ifndef SimMuon_GEMDigitizer_GEMSimpleModel_h
2 #define SimMuon_GEMDigitizer_GEMSimpleModel_h
3 
14 
15 class GEMGeometry;
16 
17 namespace CLHEP
18 {
19  class HepRandomEngine;
20 }
21 
23 {
24 public:
25 
27 
29 
30  void setup();
31 
32  void simulateSignal(const GEMEtaPartition*, const edm::PSimHitContainer&, CLHEP::HepRandomEngine*) override;
33 
34  int getSimHitBx(const PSimHit*, CLHEP::HepRandomEngine*);
35 
36  void simulateNoise(const GEMEtaPartition*, CLHEP::HepRandomEngine*) override;
37 
38  std::vector<std::pair<int,int> >
39  simulateClustering(const GEMEtaPartition*, const PSimHit*, const int, CLHEP::HepRandomEngine*) override;
40 
41 private:
42 
46  double timeJitter_;
48 // double averageClusterSize_;
49  std::vector<double> clsParametrization_;
51  bool cosmics_;
52  int bxwidth_;
53  int minBunch_;
54  int maxBunch_;
61  double scaleLumi_;
63  double constNeuGE11_;
64  double slopeNeuGE11_;
65  std::vector<double> GE21NeuBkgParams_;
66  std::vector<double> GE11ElecBkgParams_;
67  std::vector<double> GE21ElecBkgParams_;
68 };
69 #endif
70 
71 
72 
73 
double minPabsNoiseCLS_
std::vector< double > clsParametrization_
double signalPropagationSpeed_
double averageNoiseRate_
int getSimHitBx(const PSimHit *, CLHEP::HepRandomEngine *)
bool simulateIntrinsicNoise_
double averageEfficiency_
std::vector< double > GE11ElecBkgParams_
std::vector< std::pair< int, int > > simulateClustering(const GEMEtaPartition *, const PSimHit *, const int, CLHEP::HepRandomEngine *) override
GEMSimpleModel(const edm::ParameterSet &)
double constNeuGE11_
bool simulateElectronBkg_
void simulateNoise(const GEMEtaPartition *, CLHEP::HepRandomEngine *) override
double averageShapingTime_
std::vector< double > GE21ElecBkgParams_
double timeResolution_
std::vector< PSimHit > PSimHitContainer
std::vector< double > GE21NeuBkgParams_
double slopeNeuGE11_
void simulateSignal(const GEMEtaPartition *, const edm::PSimHitContainer &, CLHEP::HepRandomEngine *) override