#include "FastSimulation/TrackingRecHitProducer/interface/PixelResolutionHistograms.h"
#include "FastSimulation/Utilities/interface/RandomEngineAndDistribution.h"
#include "FastSimulation/Utilities/interface/SimpleHistogramGenerator.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include <cmath>
#include <iostream>
#include <string>
#include <TFile.h>
#include <TH1F.h>
#include <TH2F.h>
Go to the source code of this file.
Macros | |
#define | LOGDEBUG LogDebug("") |
#define | LOGERROR edm::LogError("Error") |
#define | LOGINFO edm::LogInfo("Info") |
Variables | |
const float | cmtomicron = 10000.0 |
#define LOGDEBUG LogDebug("") |
Definition at line 37 of file PixelResolutionHistograms.cc.
Referenced by PixelResolutionHistograms::PixelResolutionHistograms().
#define LOGERROR edm::LogError("Error") |
Definition at line 38 of file PixelResolutionHistograms.cc.
Referenced by PixelResolutionHistograms::PixelResolutionHistograms().
#define LOGINFO edm::LogInfo("Info") |
Definition at line 39 of file PixelResolutionHistograms.cc.
Referenced by PixelResolutionHistograms::PixelResolutionHistograms(), and PixelResolutionHistograms::~PixelResolutionHistograms().
const float cmtomicron = 10000.0 |
Definition at line 54 of file PixelResolutionHistograms.cc.
Referenced by PixelResolutionHistograms::Fill(), SiPixelRecHitsValid::fillBarrel(), and SiPixelRecHitsValid::fillForward().