13{
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};
16
21
22 const double xnorm=14.1591;
23
24#ifndef LARG4_STAND_ALONE
25
27#endif
28
29 for (int iregion=0;iregion<10;iregion++) {
30
31 for (int ifold=i1[iregion]; ifold<=i2[iregion]; ifold++) {
32 std::ostringstream
fn;
33 fn <<
"fold"<<ifold<<
"_region"<<iregion<<
".map";
35 std::string fileLocation;
36#ifdef LARG4_STAND_ALONE
37 fileLocation=m_directory+
"/"+
filename;
38#else
39
40 fileLocation=larLocation+
"/"+
filename;
41#endif
42 CurrMap*
cm =
new CurrMap(fileLocation,xnorm);
43 int code=10*ifold+iregion;
45
46
51 }
52
53 for (int istr=1; istr<=2; istr++) {
54 std::ostringstream
fn;
55 fn <<
"straight"<<istr<<
"_region"<<iregion<<
".map";
57 std::string fileLocation;
58#ifdef LARG4_STAND_ALONE
59 fileLocation=m_directory+
"/"+
filename;
60#else
61
62 fileLocation=larLocation+
"/"+
filename;
63#endif
64 CurrMap*
cm =
new CurrMap(fileLocation,xnorm);
65 int code=10*(20+istr)+iregion;
67 }
68 }
69
70}
std::vector< float > m_ymin
std::vector< float > m_ymax
std::vector< float > m_xmin
std::vector< float > m_xmax
static std::string find_directory(const std::string &logical_file_name, const std::string &search_path)