#include "FWCore/Framework/interface/ConsumesCollector.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "RecoTracker/DeDx/interface/DeDxTools.h"
#include <vector>
#include <numeric>
Go to the source code of this file.
Namespaces | |
DeDxTools | |
Functions | |
void | DeDxTools::buildDiscrimMap (PhysicsTools::Calibration::HistogramD3D const &, std::string const &ProbabilityMode, TH3F *&Prob_ChargePath) |
ESGetTokenH3DDVariant | DeDxTools::esConsumes (std::string const &Reccord, edm::ConsumesCollector &) |
int | DeDxTools::getCharge (const SiStripCluster *cluster, int &nSatStrip, const GeomDetUnit &detUnit, const std::vector< std::vector< float > > &calibGains, const unsigned int &m_off) |
PhysicsTools::Calibration::HistogramD3D const & | DeDxTools::getHistogramD3D (edm::EventSetup const &, ESGetTokenH3DDVariant const &) |
bool | DeDxTools::IsFarFromBorder (const TrajectoryStateOnSurface &trajState, const GeomDetUnit *it) |
bool | DeDxTools::IsSpanningOver2APV (unsigned int FirstStrip, unsigned int ClusterSize) |
void | DeDxTools::makeCalibrationMap (const std::string &m_calibrationPath, const TrackerGeometry &tkGeom, std::vector< std::vector< float > > &calibGains, const unsigned int &m_off) |
bool | DeDxTools::shapeSelection (const SiStripCluster &ls) |