#include "RecoTracker/DeDx/interface/DeDxTools.h"
#include <vector>
#include <numeric>
Go to the source code of this file.
|
void | DeDxTools::buildDiscrimMap (edm::Run const &run, const edm::EventSetup &iSetup, std::string Reccord, std::string ProbabilityMode, TH3F *&Prob_ChargePath) |
|
int | DeDxTools::getCharge (const SiStripCluster *cluster, int &nSatStrip, const GeomDetUnit &detUnit, const std::vector< std::vector< float > > &calibGains, const unsigned int &m_off) |
|
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) |
|