16 cout <<
"array2xml [arrayfile] [xmlfile]" << endl;
17 cout <<
"Read coefficients from straight array [denseindex]" << endl;
18 cout <<
"and write in xml format" << endl;
27 string arrayfilename(
argv[1]);
28 string xmlfilename(
argv[2]);
29 fstream arrayfile(arrayfilename.c_str(),
ios::in);
36 while (arrayfile >>
c) {
static int writeXML(const std::string &filename, const EcalCondHeader &header, const EcalFloatCondObjectContainer &record)
static EEDetId unhashIndex(int hi)
static bool validHashIndex(int i)
static EBDetId unhashIndex(int hi)
get a DetId from a compact index for arrays
int main(int argc, char *argv[])
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.