CMS 3D CMS Logo

DeDxTools.h
Go to the documentation of this file.
1 #ifndef DeDxTools_H
2 #define DeDxTools_H
3 
4 #include <vector>
5 
7 
19 
22 
36 
37 #include "TFile.h"
38 #include "TChain.h"
39 #include "TH3F.h"
40 
41 namespace deDxTools {
42  bool shapeSelection(const SiStripCluster& ampls);
43  int getCharge(const SiStripCluster* cluster,
44  int& nSatStrip,
45  const GeomDetUnit& detUnit,
46  const std::vector<std::vector<float>>& calibGains,
47  const unsigned int& m_off);
48  void makeCalibrationMap(const std::string& m_calibrationPath,
49  const TrackerGeometry& tkGeom,
50  std::vector<std::vector<float>>& calibGains,
51  const unsigned int& m_off);
52 
54  using ESGetTokenH3DDVariant = std::variant<edm::ESGetToken<H3DD, SiStripDeDxMip_3D_Rcd>,
63  TH3F*& Prob_ChargePath);
64  bool isSpanningOver2APV(unsigned int FirstStrip, unsigned int ClusterSize);
65  bool isFarFromBorder(const TrajectoryStateOnSurface& trajState, const GeomDetUnit* it);
66 } // namespace deDxTools
67 
68 #endif
ESGetTokenH3DDVariant esConsumes(std::string const &Record, edm::ConsumesCollector &)
Definition: DeDxTools.cc:283
PhysicsTools::Calibration::HistogramD3D const & getHistogramD3D(edm::EventSetup const &, ESGetTokenH3DDVariant const &)
Definition: DeDxTools.cc:302
int getCharge(const SiStripCluster *cluster, int &nSatStrip, const GeomDetUnit &detUnit, const std::vector< std::vector< float >> &calibGains, const unsigned int &m_off)
std::variant< edm::ESGetToken< H3DD, SiStripDeDxMip_3D_Rcd >, edm::ESGetToken< H3DD, SiStripDeDxPion_3D_Rcd >, edm::ESGetToken< H3DD, SiStripDeDxKaon_3D_Rcd >, edm::ESGetToken< H3DD, SiStripDeDxProton_3D_Rcd >, edm::ESGetToken< H3DD, SiStripDeDxElectron_3D_Rcd > > ESGetTokenH3DDVariant
Definition: DeDxTools.h:58
Histogram3D< double > HistogramD3D
Definition: Histogram3D.h:184
bool isFarFromBorder(const TrajectoryStateOnSurface &trajState, const GeomDetUnit *it)
Definition: DeDxTools.cc:426
void makeCalibrationMap(const std::string &m_calibrationPath, const TrackerGeometry &tkGeom, std::vector< std::vector< float >> &calibGains, const unsigned int &m_off)
bool shapeSelection(const SiStripCluster &ampls)
Definition: DeDxTools.cc:13
bool isSpanningOver2APV(unsigned int FirstStrip, unsigned int ClusterSize)
Definition: DeDxTools.cc:385
void buildDiscrimMap(PhysicsTools::Calibration::HistogramD3D const &, std::string const &ProbabilityMode, TH3F *&Prob_ChargePath)
Definition: DeDxTools.cc:319