1 #ifndef EVENTFILTER_UTILTIES_PLUGINS_EVFDAQDIRECTOR 2 #define EVENTFILTER_UTILTIES_PLUGINS_EVFDAQDIRECTOR 36 class PathsAndConsumesOfModulesBase;
76 std::string getInputJsonFilePath(
const unsigned int ls,
const unsigned int index)
const;
77 std::string getRawFilePath(
const unsigned int ls,
const unsigned int index)
const;
78 std::string getOpenRawFilePath(
const unsigned int ls,
const unsigned int index)
const;
79 std::string getOpenInputJsonFilePath(
const unsigned int ls,
const unsigned int index)
const;
88 std::string getOpenProtocolBufferHistogramFilePath(
const unsigned int ls,
std::string const& stream)
const;
90 std::string getMergedProtocolBufferHistogramFilePath(
const unsigned int ls,
std::string const& stream)
const;
94 std::string getEoLSFilePathOnBU(
const unsigned int ls)
const;
95 std::string getEoLSFilePathOnFU(
const unsigned int ls)
const;
96 std::string getBoLSFilePathOnFU(
const unsigned int ls)
const;
101 void removeFile(
unsigned int ls,
unsigned int index);
105 void tryInitializeFuLockFile();
107 FILE * maybeCreateAndLockFileHeadForStream(
unsigned int ls,
std::string &stream);
108 void unlockAndCloseMergeStream();
110 void unlockInitLock();
114 void unlockFULocal();
116 void unlockFULocal2();
117 void createRunOpendirMaybe();
118 void createProcessingNotificationMaybe()
const;
121 fileDeleteLockPtr_=fileDeleteLock;
122 filesToDeletePtr_ = filesToDelete;
135 bool bumpFile(
unsigned int& ls,
unsigned int& index,
std::string& nextFile, uint32_t& fsize,
int maxLS);
137 std::string inputFileNameStem(
const unsigned int ls,
const unsigned int index)
const;
182 struct flock bu_w_flk;
183 struct flock bu_r_flk;
184 struct flock bu_w_fulk;
185 struct flock bu_r_fulk;
186 struct flock fu_rw_flk;
187 struct flock fu_rw_fulk;
188 struct flock data_rw_flk;
189 struct flock data_rw_fulk;
198 std::list<std::pair<int,InputFile*>> *filesToDeletePtr_ =
nullptr;
200 pthread_mutex_t init_lock_ = PTHREAD_MUTEX_INITIALIZER;
202 unsigned int nStreams_=0;
203 unsigned int nThreads_=0;
205 bool readEolsDefinition_ =
true;
206 unsigned int eolsNFilesIndex_ = 1;
209 unsigned int stop_ls_override_ = 0;
std::string & buBaseRunDir()
FILE * bu_t_monitor_stream
def create(alignables, pedeDump, additionalData, outputFile, config)
static boost::mutex mutex
std::shared_ptr< Json::Value > transferSystemJson_
std::map< std::string, std::string > mergeTypeMap_
bool isSingleStreamThread()
unsigned long previousFileSize_
bool microMergeDisabled() const
void overrideRunNumber(unsigned int run)
std::string hltSourceDirectory_
std::string mergeTypePset_
bool outputAdler32Recheck_
bool outputAdler32Recheck() const
void setDeleteTracking(std::mutex *fileDeleteLock, std::list< std::pair< int, InputFile * >> *filesToDelete)
std::string stopFilePath_
std::string findCurrentRunDir()
std::string selectedTransferMode_
std::string & buBaseRunOpenDir()
JSON (JavaScript Object Notation).
std::string eorFileName(const unsigned int run)
std::string stopFilePathPid_
bool emptyLumisectionMode_
std::string & baseRunDir()
unsigned long long uint64_t
FILE * bu_w_monitor_stream
static const std::vector< std::string > MergeTypeNames_
unsigned int getRunNumber() const
bool emptyLumisectionMode() const
std::string getRunOpenDirPath() const
void setFMS(evf::FastMonitoringService *fms)
unsigned int fuLockPollInterval_
std::string eolsFileName(const unsigned int run, const unsigned int ls)
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger list("!*","!HLTx*"if it matches 2 triggers or more) will accept the event if all the matching triggers are FAIL.It will reject the event if any of the triggers are PASS or EXCEPTION(this matches the behavior of"!*"before the partial wildcard feature was incorporated).Triggers which are in the READY state are completely ignored.(READY should never be returned since the trigger paths have been run
std::string bu_run_open_dir_