Skip to content
Snippets Groups Projects
Commit 2b4394f4 authored by Malte Albrecht's avatar Malte Albrecht
Browse files

Added support for MC weights in singleChannelApp.cc

parent 0bb0ef86
No related branches found
No related tags found
No related merge requests found
......@@ -243,7 +243,7 @@ int main(int __argc,char *__argv[]){
int maxMcEvts=eventsData.size()*ratioMcToData;
EventList mcData;
theAppBase.readEvents(mcData, mcFileNames, 0, false, 0, maxMcEvts-1);
theAppBase.readEvents(mcData, mcFileNames, 0, GlobalEnv::instance()->Channel()->useEvtWeight(), 0, maxMcEvts-1);
std::shared_ptr<EvtDataBaseList> eventListPtr(new EvtDataBaseList(0));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment