ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/AnalysisFramework/Plotting/Modules/SUSYScan.C
(Generate patch)

Comparing UserCode/cbrown/AnalysisFramework/Plotting/Modules/SUSYScan.C (file contents):
Revision 1.7 by buchmann, Wed Jul 27 16:30:45 2011 UTC vs.
Revision 1.8 by fronga, Mon Aug 8 14:12:09 2011 UTC

# Line 237 | Line 237 | void* compute_one_upper_limit_wrapper(vo
237  
238   void do_limit_wrapper(float mceff,float toterr,int ibin,string mcjzb,vector<float> &sigmas) {
239    pthread_t limitthread;
240 <  limit_args limargs;
241 <  limargs={mceff,toterr,ibin,mcjzb,sigmas};
240 >  limit_args limargs={mceff,toterr,ibin,mcjzb,sigmas};
241    pthread_create( &limitthread, NULL, compute_one_upper_limit_wrapper, (void*) &limargs);
242    int counter=0;
243    sleep(1); //waiting a second for the process to become active

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines