FACT++  1.0
bool proc1 ( const shared_ptr< EVT_CTRL2 > &  evt)

Definition at line 813 of file EventBuilder.cc.

References applyCalib(), and Queue< T, List >::size().

Referenced by reportIncomplete().

814 {
815  applyCalib(*evt, processingQueue1.size());
816  return true;
817 }
Queue< shared_ptr< EVT_CTRL2 > > processingQueue1(bind(&proc1, placeholders::_1))
void applyCalib(const EVT_CTRL2 &evt, const size_t &size)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: