CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripNoisesGenerator.h
Go to the documentation of this file.
1 #ifndef CalibTracker_SiStripESProducers_SiStripNoisesGenerator_H
2 #define CalibTracker_SiStripESProducers_SiStripNoisesGenerator_H
3 
9 #include <string>
10 #include <map>
11 
12 class SiStripNoisesGenerator : public SiStripCondObjBuilderBase<SiStripNoises> {
13  public:
14 
17 
19 
20  private:
21 
24  std::pair<int, int> subDetAndLayer(const uint32_t detit) const;
26  void fillParameters(std::map<int, std::vector<double> > & mapToFill, const std::string & parameterName) const;
34  void fillSubDetParameter(std::map<int, std::vector<double> > & mapToFill, const std::vector<double> & v, const int subDet, const unsigned short layers) const;
35 
36  inline void printLog(const uint32_t detId, const unsigned short strip, const double & noise) const
37  {
38  edm::LogInfo("SiStripNoisesDummyCalculator") << "detid: " << detId << " strip: " << strip << " noise: " << noise << " \t" << std::endl;
39  }
40 
44  uint32_t printDebug_;
45 };
46 
47 #endif
void fillParameters(std::map< int, std::vector< double > > &mapToFill, const std::string &parameterName) const
Fills the parameters read from cfg and matching the name in the given map.
std::vector< LayerSetAndLayers > layers(const SeedingLayerSetsHits &sets)
Definition: LayerTriplets.cc:4
std::pair< int, int > subDetAndLayer(const uint32_t detit) const
Given the map and the detid it returns the corresponding layer/ring.
SiStripNoisesGenerator(const edm::ParameterSet &, const edm::ActivityRegistry &)
void fillSubDetParameter(std::map< int, std::vector< double > > &mapToFill, const std::vector< double > &v, const int subDet, const unsigned short layers) const
void getObj(SiStripNoises *&obj)
void printLog(const uint32_t detId, const unsigned short strip, const double &noise) const