18 std::string mthn =
"[PixelLTCConfig::PixelLTCConfig()]\t\t\t " ;
19 std::map<std::string , int > colM;
20 std::vector<std::string > colNames;
33 colNames.push_back(
"CONFIG_KEY" );
34 colNames.push_back(
"KEY_TYPE" );
35 colNames.push_back(
"KEY_ALIAS" );
36 colNames.push_back(
"VERSION" );
37 colNames.push_back(
"KIND_OF_COND" );
38 colNames.push_back(
"LTC_OBJ_DATA_FILE");
39 colNames.push_back(
"LTC_OBJ_DATA_CLOB");
41 for(
unsigned int c = 0 ;
c < tableMat[0].size() ;
c++)
43 for(
unsigned int n=0;
n<colNames.size();
n++)
45 if(tableMat[0][
c] == colNames[
n])
47 colM[colNames[
n]] =
c;
52 for(
unsigned int n=0;
n<colNames.size();
n++)
54 if(colM.find(colNames[
n]) == colM.end())
56 std::cerr << __LINE__ <<
"]\t" << mthn <<
"Couldn't find in the database the column with name " << colNames[
n] << std::endl;
60 ltcConfigStream_ << tableMat[1][colM[
"LTC_OBJ_DATA_CLOB"]] ;
67 std::string mthn =
"[PixelLTCConfig::PixelLTCConfig()]\t\t\t " ;
68 std::ifstream
in(filename.c_str());
71 std::cout << __LINE__ <<
"]\t" << mthn <<
"Could not open: " << filename << std::endl;
72 throw std::runtime_error(
"Failed to open file "+filename);
75 std::cout << __LINE__ <<
"]\t" << mthn <<
"Opened: " << filename << std::endl;
89 if (dir!=
"") dir+=
"/";
91 std::ofstream
out(filename.c_str());
98 out << configstr << endl;
108 std::ofstream *outstream,
109 std::ofstream *out1stream,
110 std::ofstream *out2stream)
const
112 std::string mthn =
"[PixelLTCConfig::writeXMLHeader()]\t\t\t " ;
113 std::stringstream maskFullPath ;
118 std::cout << __LINE__ <<
"]\t" << mthn <<
"Writing to: " << maskFullPath.str() << std::endl ;
120 outstream->open(maskFullPath.str().c_str()) ;
122 *outstream <<
"<?xml version='1.0' encoding='UTF-8' standalone='yes'?>" << std::endl ;
123 *outstream <<
"<ROOT xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>" << std::endl ;
124 *outstream <<
"" << std::endl ;
125 *outstream <<
" <HEADER>" << std::endl ;
126 *outstream <<
" <TYPE>" << std::endl ;
127 *outstream <<
" <EXTENSION_TABLE_NAME>PIXEL_LTC_PARAMETERS</EXTENSION_TABLE_NAME>" << std::endl ;
128 *outstream <<
" <NAME>LTC Configuration Parameters</NAME>" << std::endl ;
129 *outstream <<
" </TYPE>" << std::endl ;
130 *outstream <<
" <RUN>" << std::endl ;
131 *outstream <<
" <RUN_TYPE>LTC Configuration Parameters</RUN_TYPE>" << std::endl ;
132 *outstream <<
" <RUN_NUMBER>1</RUN_NUMBER>" << std::endl ;
134 *outstream <<
" <LOCATION>CERN P5</LOCATION>" << std::endl ;
135 *outstream <<
" </RUN>" << std::endl ;
136 *outstream <<
" </HEADER>" << std::endl ;
137 *outstream <<
"" << std::endl ;
138 *outstream <<
" <DATA_SET>" << std::endl ;
139 *outstream <<
"" << std::endl ;
140 *outstream <<
" <VERSION>" << version <<
"</VERSION>" << std::endl ;
141 *outstream <<
" <COMMENT_DESCRIPTION>" <<
getComment() <<
"</COMMENT_DESCRIPTION>" << std::endl ;
142 *outstream <<
" <CREATED_BY_USER>" <<
getAuthor() <<
"</CREATED_BY_USER>" << std::endl ;
143 *outstream <<
"" << std::endl ;
144 *outstream <<
" <PART>" << std::endl ;
145 *outstream <<
" <NAME_LABEL>CMS-PIXEL-ROOT</NAME_LABEL>" << std::endl ;
146 *outstream <<
" <KIND_OF_PART>Detector ROOT</KIND_OF_PART>" << std::endl ;
147 *outstream <<
" </PART>" << std::endl ;
153 std::ofstream *out1stream,
154 std::ofstream *out2stream)
const
156 std::string mthn =
"[PixelLTCConfig::writeXML()]\t\t\t " ;
158 *outstream <<
" <DATA>" << std::endl ;
159 *outstream <<
" <LTC_OBJ_DATA_FILE>./LTCConfiguration.txt</LTC_OBJ_DATA_FILE>" << std::endl ;
160 *outstream <<
" </DATA>" << std::endl ;
165 std::ofstream *out1stream,
166 std::ofstream *out2stream )
const
168 std::string mthn =
"[PixelLTCConfig::writeXMLTrailer()]\t\t\t " ;
170 *outstream <<
" </DATA_SET>" << std::endl ;
171 *outstream <<
"</ROOT>" << std::endl ;
174 std::cout << __LINE__ <<
"]\t" << mthn <<
"Data written " << std::endl ;
This file contains the base class for "pixel configuration data" management.
std::stringstream ltcConfigStream_
PixelLTCConfig(std::vector< std::vector< std::string > > &tableMat)
virtual void writeXMLHeader(pos::PixelConfigKey key, int version, std::string path, std::ofstream *out, std::ofstream *out1=NULL, std::ofstream *out2=NULL) const
virtual void writeXMLTrailer(std::ofstream *out, std::ofstream *out1=NULL, std::ofstream *out2=NULL) const
void writeXML(pos::PixelConfigKey key, int version, std::string path) const
std::string getComment() const
std::string getAuthor() const
virtual void writeASCII(std::string dir) const
string key
FastSim: produces sample of signal events, overlayed with premixed minbias events.