CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripPopConHandlerUnitTest.h
Go to the documentation of this file.
1 #ifndef SISTRIPPOPCON_UNITTEST_HANDLER_H
2 #define SISTRIPPOPCON_UNITTEST_HANDLER_H
3 
9 
12 
16 
17 #include <sstream>
18 #include <vector>
19 #include <string>
20 #include <iostream>
21 #include <typeinfo>
22 #include <time.h>
23 
24 #include "CLHEP/Random/RandFlat.h"
25 #include "CLHEP/Random/RandGauss.h"
26 
29 
30 
31 namespace popcon{
32 
33  template <typename T>
35  public:
36 
38 
39  //---------------------------------------
40  //
42  m_name(pset.getUntrackedParameter<std::string>("name","SiStripPopPopConConfigDbObjHandler")),
43  m_since(pset.getUntrackedParameter<uint32_t>("since",5)),
44  m_debugMode(pset.getUntrackedParameter<bool>("debug",false)){};
45 
46  //---------------------------------------
47  //
49 
50  //---------------------------------------
51  //
52  void getNewObjects(){
53  edm::LogInfo ("SiStripPopPopConConfigDbObjHandler") << "[getNewObjects] for PopCon application " << m_name;
54 
55  if (m_debugMode){
56  std::stringstream ss;
57  ss << "\n\n------- " << m_name
58  << " - > getNewObjects\n";
59  if (this->tagInfo().size){
60  //check whats already inside of database
61  ss << "got offlineInfo"<<
62  this->tagInfo().name << ", size " << this->tagInfo().size << " " << this->tagInfo().token
63  << " , last object valid since "
64  << this->tagInfo().lastInterval.first << " token "
65  << this->tagInfo().lastPayloadToken << "\n\n UserText " << this->userTextLog()
66  << "\n LogDBEntry \n"
67  << this->logDBEntry().logId<< "\n"
68  << this->logDBEntry().destinationDB<< "\n"
69  << this->logDBEntry().provenance<< "\n"
70  << this->logDBEntry().usertext<< "\n"
71  << this->logDBEntry().iovtag<< "\n"
72  << this->logDBEntry().iovtimetype<< "\n"
73  << this->logDBEntry().payloadIdx<< "\n"
74  << this->logDBEntry().payloadName<< "\n"
75  << this->logDBEntry().payloadToken<< "\n"
76  << this->logDBEntry().payloadContainer<< "\n"
77  << this->logDBEntry().exectime<< "\n"
78  << this->logDBEntry().execmessage<< "\n"
79  << "\n\n-- user text " << this->logDBEntry().usertext.substr(this->logDBEntry().usertext.find_last_of("@")) ;
80  } else {
81  ss << " First object for this tag ";
82  }
83  edm::LogInfo ("SiStripPopPopConConfigDbObjHandler") << ss.str();
84  }
85  if (isTransferNeeded())
87 
88  edm::LogInfo ("SiStripPopPopConConfigDbObjHandler") << "[getNewObjects] for PopCon application " << m_name << " Done\n--------------\n";
89  }
90 
91 
92  //---------------------------------------
93  //
94  std::string id() const { return m_name;}
95 
96  private:
97  //methods
98 
100 
101  if(typeid(T)==typeid(SiStripFedCabling)){
102  edm::LogInfo ("SiStripPopPopConConfigDbObjHandler") << "[getDataType] for PopCon application " << m_name << " " << typeid(T).name();
103  return _Cabling;
104  }
105  return UNDEFINED;
106  }
107 
108 
109 
110  //---------------------------------------
111  //
113 
114 
115  edm::LogInfo ("SiStripPopPopConConfigDbObjHandler") << "[isTransferNeeded] checking for transfer" << std::endl;
116  std::stringstream ss_logdb, ss;
117  std::stringstream ss1;
118 
119  //get log information from previous upload
120  if (this->tagInfo().size)
121  ss_logdb << this->logDBEntry().usertext.substr(this->logDBEntry().usertext.find_last_of("@"));
122  else
123  ss_logdb << "";
124 
125  ss << "@ " << clock() ;
126 
127  if (!strcmp(ss.str().c_str(),ss_logdb.str().c_str())){
128  //string are equal, no need to do transfer
129  edm::LogInfo ("SiStripPopPopConConfigDbObjHandler")
130  << "[isTransferNeeded] the selected conditions are already uploaded in the last iov ("
131  << this->tagInfo().lastInterval.first << ") open for the object "
132  << this->logDBEntry().payloadName << " in the db "
133  << this->logDBEntry().destinationDB << " parameters: " << ss.str() << "\n NO TRANSFER NEEDED";
134  return false;
135  }
136  this->m_userTextLog = ss.str();
137  edm::LogInfo ("SiStripPopPopConConfigDbObjHandler")
138  << "[isTransferNeeded] the selected conditions will be uploaded: " << ss.str()
139  << "\n A- "<< ss.str() << "\n B- " << ss_logdb.str() << "\n Fine";
140 
141  return true;
142  }
143 
144 
145  //---------------------------------------
146  //
148  edm::LogInfo ("SiStripPopPopConConfigDbObjHandler") << "[setForTransfer] " << m_name << " getting data to be transferred " << std::endl;
149 
150  T *obj=0;
151 
152  fillObject(obj);
153 
154  if(!this->tagInfo().size)
155  m_since=1;
156  else
157  if (m_debugMode)
158  m_since=this->tagInfo().lastInterval.first+1;
159 
160  if (obj!=0){
161 
162  edm::LogInfo ("SiStripPopPopConConfigDbObjHandler") <<"setting since = "<< m_since <<std::endl;
163  this->m_to_transfer.push_back(std::make_pair(obj,m_since));
164  }else{
165  edm::LogError ("SiStripPopPopConConfigDbObjHandler") <<"[setForTransfer] " << m_name << " : NULL pointer of obj " << typeid(T).name() << " reported by SiStripCondObjBuilderFromDb\n Transfer aborted"<<std::endl;
166  }
167  }
168 
169  private:
170  // data members
172  unsigned long long m_since;
175 
176 
177  void fillObject(T*& obj){
178 
179 
180  if(typeid(T)==typeid(SiStripNoises)){
181 
182 
183  obj = new SiStripNoises();
184 
185  edm::FileInPath fp_("CalibTracker/SiStripCommon/data/SiStripDetInfo.dat");
187 
188  const std::map<uint32_t, SiStripDetInfoFileReader::DetInfo > DetInfos = reader.getAllData();
189 
190  int count=-1;
191  for(std::map<uint32_t, SiStripDetInfoFileReader::DetInfo >::const_iterator it = DetInfos.begin(); it != DetInfos.end(); it++){
192  count++;
193  //Generate Noise for det detid
194  SiStripNoises::InputVector theSiStripVector;
195  for(int strip=0; strip<128*it->second.nApvs; ++strip){
196 
197  float MeanNoise = 5;
198  float RmsNoise = 1;
199 
200  float noise = CLHEP::RandGauss::shoot(MeanNoise,RmsNoise);
201 
202  //double badStripProb = .5;
203  //bool disable = (CLHEP::RandFlat::shoot(1.) < badStripProb ? true:false);
204 
205  obj->setData(noise,theSiStripVector);
206  if (count<6)
207  edm::LogInfo("SiStripNoisesBuilder") << "detid " << it->first << " \t"
208  << " strip " << strip << " \t"
209  << noise << " \t"
210  << theSiStripVector.back()/10 << " \t"
211  << std::endl;
212  }
213 
214  if ( ! obj->put(it->first,theSiStripVector) )
215  edm::LogError("SiStripNoisesBuilder")<<"[SiStripNoisesBuilder::analyze] detid already exists"<<std::endl;
216  }
217  }
218  }
219  };
220 
221 }
222 
223 
224 
225 
226 #endif //SISTRIPPOPCON_UNITTEST_HANDLER_H
std::string const & userTextLog() const
edm::Service< SiStripCondObjBuilderFromDb > condObjBuilder
unsigned long long logId
Definition: Types.h:90
std::string provenance
Definition: Types.h:92
std::string payloadToken
Definition: Types.h:99
std::vector< uint16_t > InputVector
Definition: SiStripNoises.h:51
size_t size
Definition: Types.h:75
std::string execmessage
Definition: Types.h:101
std::string name
Definition: Types.h:71
SiStripPopConHandlerUnitTest(const edm::ParameterSet &pset)
cond::ValidityInterval lastInterval
Definition: Types.h:73
cond::LogDBEntry_t const & logDBEntry() const
std::string destinationDB
Definition: Types.h:91
std::string exectime
Definition: Types.h:100
std::string lastPayloadToken
Definition: Types.h:74
Contains cabling info at the device level, including DetId, APV pair numbers, hardware addresses...
unsigned int payloadIdx
Definition: Types.h:96
std::string usertext
Definition: Types.h:93
volatile std::atomic< bool > shutdown_flag false
std::string fullPath() const
Definition: FileInPath.cc:184
long double T
tuple size
Write out results.
std::string token
Definition: Types.h:72
cond::TagInfo_t const & tagInfo() const
std::string iovtimetype
Definition: Types.h:95
std::string iovtag
Definition: Types.h:94