CMS 3D CMS Logo

SiStripCommissioningOfflineDbClient.cc
Go to the documentation of this file.
1 
22 
23 using namespace sistrip;
24 
25 // -----------------------------------------------------------------------------
26 //
29  uploadAnal_(pset.getUntrackedParameter<bool>("UploadAnalyses", false)),
30  uploadConf_(pset.getUntrackedParameter<bool>("UploadHwConfig", false)),
31  tTopoToken_{esConsumes<edm::Transition::BeginRun>()},
32  tkGeomToken_{esConsumes<edm::Transition::BeginRun>()} {
33  LogTrace(mlDqmClient_) << "[SiStripCommissioningOfflineDbClient::" << __func__ << "]"
34  << " Constructing object...";
35  if (!uploadConf_) {
36  edm::LogWarning(mlDqmClient_) << "[SiStripCommissioningOfflineDbClient::" << __func__ << "]"
37  << " ===> TEST only! No hardware configurations"
38  << " will be uploaded to the DB...";
39  }
40  if (!uploadAnal_) {
41  edm::LogWarning(mlDqmClient_) << "[SiStripCommissioningOfflineDbClient::" << __func__ << "]"
42  << " ===> TEST only! No analysis descriptions"
43  << " will be uploaded to the DB...";
44  }
45 }
46 
47 // -----------------------------------------------------------------------------
48 //
50  LogTrace(mlDqmClient_) << "[SiStripCommissioningOfflineDbClient::" << __func__ << "]"
51  << " Destructing object...";
52 }
53 
54 // -----------------------------------------------------------------------------
55 //
57  // Check pointer
58  if (histos_) {
59  edm::LogError(mlDqmClient_) << "[SiStripCommissioningOfflineDbClient::" << __func__ << "]"
60  << " CommissioningHistogram object already exists!"
61  << " Aborting...";
62  return;
63  }
64 
65  // Check pointer to BEI
66  // is this needed here? bei_ = edm::Service<DQMStore>().operator->();
67  if (!bei_) {
68  edm::LogError(mlDqmClient_) << "[SiStripCommissioningOfflineDbClient::" << __func__ << "]"
69  << " NULL pointer to DQMStore!";
70  return;
71  }
72 
73  // Create DB connection
74  SiStripConfigDb* db = edm::Service<SiStripConfigDb>().operator->(); //@@ NOT GUARANTEED TO BE THREAD SAFE!
75  LogTrace(mlCabling_) << "[SiStripCommissioningOfflineDbClient::" << __func__ << "]"
76  << " Nota bene: using the SiStripConfigDb API"
77  << " as a \"service\" does not presently guarantee"
78  << " thread-safe behaviour!...";
79 
80  // Check DB connection
81  if (!db) {
82  edm::LogError(mlCabling_) << "[SiStripCommissioningOfflineDbClient::" << __func__ << "]"
83  << " NULL pointer to SiStripConfigDb!"
84  << " Aborting...";
85  return;
86  }
87 
88  // Create corresponding "commissioning histograms" object
91  } else if (runType_ == sistrip::APV_TIMING) {
93  } else if (runType_ == sistrip::OPTO_SCAN) {
95  } else if (runType_ == sistrip::VPSP_SCAN) {
97  } else if (runType_ == sistrip::PEDESTALS) {
99  } else if (runType_ == sistrip::PEDS_ONLY) {
101  } else if (runType_ == sistrip::PEDS_FULL_NOISE) {
103  } else if (runType_ == sistrip::NOISE) {
105  } else if (runType_ == sistrip::APV_LATENCY) {
107  } else if (runType_ == sistrip::FINE_DELAY) {
112  } else if (runType_ == sistrip::DAQ_SCOPE_MODE) {
114  } else if (runType_ == sistrip::UNDEFINED_RUN_TYPE) {
115  histos_ = nullptr;
116  edm::LogError(mlDqmClient_) << "[SiStripCommissioningOfflineDbClient::" << __func__ << "]"
117  << " Undefined run type!";
118  return;
119  } else if (runType_ == sistrip::UNKNOWN_RUN_TYPE) {
120  histos_ = nullptr;
121  edm::LogError(mlDqmClient_) << "[SiStripCommissioningOfflineDbClient::" << __func__ << "]"
122  << " Unknown run type!";
123  return;
124  }
126 
128  if (tmp) {
129  tmp->doUploadConf(uploadConf_);
130  tmp->doUploadAnal(uploadAnal_);
131  std::stringstream ss;
132  ss << "[SiStripCommissioningOfflineDbClient::" << __func__ << "]" << std::endl
133  << " Uploading hardware configurations? : " << (tmp->doUploadConf() ? "true" : "false") << std::endl
134  << " Uploading calibrations from analysis? : " << (tmp->doUploadAnal() ? "true" : "false") << std::endl;
135  edm::LogVerbatim(mlDqmClient_) << ss.str();
136  } else {
137  edm::LogError(mlDqmClient_) << "[SiStripCommissioningOfflineDbClient::" << __func__ << "]"
138  << " NULL pointer to CommissioningHistosUsingDb!";
139  }
140 }
141 
142 // -----------------------------------------------------------------------------
143 //
145  edm::LogVerbatim(mlDqmClient_) << "[SiStripCommissioningOfflineDbClient::" << __func__ << "]"
146  << " Uploading parameters to database...";
148  if (tmp) {
149  tmp->uploadToConfigDb();
150  edm::LogVerbatim(mlDqmClient_) << "[SiStripCommissioningOfflineDbClient::" << __func__ << "]"
151  << " Uploaded parameters to database!";
152  } else {
153  edm::LogError(mlDqmClient_) << "[SiStripCommissioningOfflineDbClient::" << __func__ << "]"
154  << " NULL pointer to CommissioningHistosUsingDb object!"
155  << " Upload aborted!...";
156  }
157 }
Log< level::Info, true > LogVerbatim
void createHistos(const edm::ParameterSet &, const edm::EventSetup &) override
edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > tTopoToken_
static const char mlDqmClient_[]
Log< level::Error, false > LogError
sistrip classes
Class which reads a root file containing "commissioning histograms", analyzes the histograms to extra...
virtual void configure(const edm::ParameterSet &, const edm::EventSetup &)
#define LogTrace(id)
static const char mlCabling_[]
An interface class to the DeviceFactory.
edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecord > tkGeomToken_
Log< level::Warning, false > LogWarning
tmp
align.sh
Definition: createJobs.py:716