Print

Print


Commit in slicPandora/include on MAIN
ResetPandoraProcessor.h+3-21.2 -> 1.3
change processor reset according to recommendation from John Marshall

slicPandora/include
ResetPandoraProcessor.h 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- ResetPandoraProcessor.h	8 Jun 2010 22:12:42 -0000	1.2
+++ ResetPandoraProcessor.h	15 Jan 2013 22:55:38 -0000	1.3
@@ -1,4 +1,4 @@
-// $Id: ResetPandoraProcessor.h,v 1.2 2010/06/08 22:12:42 jeremy Exp $
+// $Id: ResetPandoraProcessor.h,v 1.3 2013/01/15 22:55:38 jeremy Exp $
 
 #ifndef RESETPANDORAPROCESSOR_H
 #define RESETPANDORAPROCESSOR_H 1
@@ -23,7 +23,8 @@
 public:
     void processEvent(EVENT::LCEvent*)
     {
-        getJobManager()->getPandora().GetPandoraApiImpl()->ResetForNextEvent();
+        PandoraApi::Reset(getJobManager()->getPandora());
+        // getJobManager()->getPandora().GetPandoraApiImpl()->ResetForNextEvent();
     }   
 };
 
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1