#include "SimMuon/GEMDigitizer/interface/ME0PreRecoGaussianModel.h"
#include "Geometry/GEMGeometry/interface/ME0EtaPartitionSpecs.h"
#include "Geometry/CommonTopologies/interface/TrapezoidalStripTopology.h"
#include "Geometry/GEMGeometry/interface/ME0Geometry.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "CLHEP/Random/RandFlat.h"
#include "CLHEP/Random/RandGaussQ.h"
#include "CLHEP/Random/RandPoissonQ.h"
#include <cmath>
#include <utility>
#include <map>
Go to the source code of this file.
Variables | |
const int | bxwidth = 25 |
const int bxwidth = 25 |
Definition at line 18 of file ME0PreRecoGaussianModel.cc.
Referenced by ME0PreRecoGaussianModel::simulateNoise(), and ME0PreRecoGaussianModel::simulateSignal().