ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/NonMCBackground/src/applyEMU.cc
(Generate patch)

Comparing UserCode/MitHzz4l/NonMCBackground/src/applyEMU.cc (file contents):
Revision 1.1 by dkralph, Tue Jun 12 23:07:36 2012 UTC vs.
Revision 1.2 by dkralph, Mon Jun 18 06:56:17 2012 UTC

# Line 109 | Line 109 | int main(int argc, char** argv)
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    //
# Line 225 | Line 223 | int main(int argc, char** argv)
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();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines