109 |
|
string cmsswpath(CMSSW_BASE); |
110 |
|
cmsswpath.append("/src"); |
111 |
|
std::bitset<1024> triggerBits; |
112 |
– |
vector<vector<string> > inputFiles; |
113 |
– |
inputFiles.push_back(vector<string>()); |
112 |
|
map<string,unsigned> entrymap; // number of unskimmed entries in each file |
113 |
|
|
114 |
|
// |
223 |
|
// |
224 |
|
// Setup tree I/O |
225 |
|
//-------------------------------------------------------------------------------------------------------------- |
228 |
– |
TFile *inputFile=0; |
229 |
– |
TTree *eventTree=0; |
226 |
|
string currentFile(""); |
227 |
|
|
228 |
|
mithep::EventHeader *info = new mithep::EventHeader(); |