Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
void | usage () |
|
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 23 of file array2xmlEB.cc.
References EnergyCorrector::c, gather_cfg::cout, cmsRelvalreport::exit, h, customizeTrackingMonitorSeedNumber::idx, recoMuon::in, EEDetId::kSizeForDenseIndexing, EBDetId::unhashIndex(), EEDetId::unhashIndex(), usage(), EEDetId::validHashIndex(), and EcalFloatCondObjectContainerXMLTranslator::writeXML().
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)
static EEDetId unhashIndex(int hi)
static bool validHashIndex(int i)
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
tuple idx
DEBUGGING if hasattr(process,"trackMonIterativeTracking2012"): print "trackMonIterativeTracking2012 D...
static EBDetId unhashIndex(int hi)
get a DetId from a compact index for arrays
Definition at line 14 of file array2xmlEB.cc.
References gather_cfg::cout.
Referenced by main().
16 cout <<
"array2xml [arrayfile] [xmlfile]" << endl;
17 cout <<
"Read coefficients from straight array [denseindex]"<<endl;
18 cout <<
"and write in xml format" << endl;