16 cout <<
"array2xml [arrayfile] [xmlfile]" << endl;
17 cout <<
"Read coefficients from straight array [denseindex]"<<endl;
18 cout <<
"and write in xml format" << endl;
31 string arrayfilename(argv[1]);
32 string xmlfilename(argv[2]);
33 fstream arrayfile(arrayfilename.c_str(),
ios::in);
static int writeXML(const std::string &filename, const EcalCondHeader &header, const EcalFloatCondObjectContainer &record)
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
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[])