99{
101
102
103
104 f.open( initFile.c_str());
105
107 {
108 cerr << "Error: could not open file " << initFile << endl;
109 return false;
110 }
111
113 cerr << "Error: could not find '##HltRawConf' in file " << initFile << endl;
114 return StatusCode::FAILURE;
115 }
116
122 return false;
124
125 cout<<"HltBuilder:: #Index mask"<<endl
126 <<" "<<m_idIndex<<" "<<m_idMask<<endl
127 <<" "<<m_algIndex<<" "<<m_algMask<<endl
128 <<" "<<m_criIndex<<" "<<m_criMask<<endl
129 <<" "<<m_varIndex<<" "<<m_varMask<<endl;
130
131
132
133 for (uint32_t i = 0; i < 256; i++) {
134 m_re2te[i] = (0x50000000 | i);
135
136 m_te2reMap.insert(TE2REMAP::value_type(m_re2te[i], i)) ;
137 }
138
139 return StatusCode::SUCCESS;
140}
TFile f("ana_bhabha660a_dqa_mcPat_zy_old.root")
static bool find(ifstream &f, string msg, string fname)
static bool expect(ifstream &f, string msg, string fname)
static bool expectInt(ifstream &f, string msg, string fname, uint32_t &val1, uint32_t &val2)