#include <vector>
#include <iostream>
#include "DataFormats/SiPixelDigi/interface/PixelDigi.h"
#include "SimDataFormats/TrackingHit/interface/PSimHitContainer.h"
#include "SimTracker/SiPixelDigitizer/interface/SiPixelDigitizerAlgorithm.h"
#include <gsl/gsl_sf_erf.h>
#include "FWCore/Utilities/interface/RandomNumberGenerator.h"
#include "CLHEP/Random/RandGaussQ.h"
#include "CLHEP/Random/RandFlat.h"
#include "DataFormats/SiPixelDetId/interface/PixelSubdetector.h"
#include "DataFormats/SiPixelDetId/interface/PXBDetId.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/Utilities/interface/Exception.h"
#include "CondTools/SiPixel/interface/SiPixelGainCalibrationOfflineService.h"
#include "CalibTracker/SiPixelLorentzAngle/test/SiPixelLorentzAngleReader.h"
Go to the source code of this file.
Defines | |
#define | TP_DEBUG |
#define TP_DEBUG |
Definition at line 70 of file SiPixelDigitizerAlgorithm.cc.
Referenced by RectangularPixelTopology::localPosition(), RectangularPixelTopology::localX(), RectangularPixelTopology::localY(), RectangularPixelTopology::pixel(), and RectangularPixelTopology::RectangularPixelTopology().