CMS 3D CMS Logo

CalibrationTask.h
Go to the documentation of this file.
1 #ifndef DQM_SiStripCommissioningSources_CalibrationTask_h
2 #define DQM_SiStripCommissioningSources_CalibrationTask_h
3 
5 #include <string>
6 
11 
12  public:
13 
15  const char* filename, uint32_t run, const edm::EventSetup& setup );
16  ~CalibrationTask() override;
17  void setCurrentFolder(const std::string &);
18 
19  private:
20 
21  void book() override;
22  void fill( const SiStripEventSummary&,
23  const edm::DetSet<SiStripRawDigi>& ) override;
24  void update() override;
25 
27 
28  std::map<std::string,std::vector<HistoSet>> calib1_; // first APV --> one key for each calChan
29  std::map<std::string,std::vector<HistoSet>> calib2_; // second APV --> one key for each calChan
30 
31  uint16_t nBins_;
35  uint32_t run_;
36  std::vector<uint16_t> ped;
37 };
38 
39 #endif // DQM_SiStripCommissioningSources_CalibrationTask_h
40 
void update() override
uint16_t lastCalSel_
std::map< std::string, std::vector< HistoSet > > calib1_
def setup(process, global_tag, zero_tesla=False)
Definition: GeneralSetup.py:1
std::string extrainfo_
std::string directory_
CalibrationTask(DQMStore *, const FedChannelConnection &, const sistrip::RunType &, const char *filename, uint32_t run, const edm::EventSetup &setup)
uint16_t lastLatency_
Class containning control, module, detector and connection information, at the level of a FED channel...
uint16_t lastCalChan_
sistrip::RunType runType_
void setCurrentFolder(const std::string &)
std::vector< uint16_t > ped
void book() override
~CalibrationTask() override
std::map< std::string, std::vector< HistoSet > > calib2_
void fill(const SiStripEventSummary &, const edm::DetSet< SiStripRawDigi > &) override