14 const int i1[10]={0,0,3,2,9,12,10,9,0,2};
15 const int i2[10]={2,1,12,12,13,13,13,13,1,4};
22 const double xnorm=14.1591;
24#ifndef LARG4_STAND_ALONE
29 for (
int iregion=0;iregion<10;iregion++) {
31 for (
int ifold=i1[iregion]; ifold<=i2[iregion]; ifold++) {
32 std::ostringstream fn;
33 fn <<
"fold"<<ifold<<
"_region"<<iregion<<
".map";
34 std::string filename = fn.str();
35 std::string fileLocation;
36#ifdef LARG4_STAND_ALONE
37 fileLocation=m_directory+
"/"+filename;
40 fileLocation=larLocation+
"/"+filename;
43 int code=10*ifold+iregion;
53 for (
int istr=1; istr<=2; istr++) {
54 std::ostringstream fn;
55 fn <<
"straight"<<istr<<
"_region"<<iregion<<
".map";
56 std::string filename = fn.str();
57 std::string fileLocation;
58#ifdef LARG4_STAND_ALONE
59 fileLocation=m_directory+
"/"+filename;
62 fileLocation=larLocation+
"/"+filename;
65 int code=10*(20+istr)+iregion;