FACT++  1.0
void CloseRunFile ( )

Definition at line 1074 of file EventBuilder.cc.

References actrun, and kRequestManual.

Referenced by EventBuilderWrapper::CloseOpenFiles().

1075 {
1076  // Currently we need actrun here, to be able to set kFileClosed.
1077  // Apart from that we have to ensure that there is an open file at all
1078  // which we can close.
1079  // Submission to the primary queue ensures that the event
1080  // is placed at the right place in the processing chain.
1081  // (Corresponds to the correct run)
1083 }
shared_ptr< RUN_CTRL2 > actrun
Queue< shared_ptr< EVT_CTRL2 > > primaryQueue(bind(&procEvt, placeholders::_1))

+ Here is the caller graph for this function: