1 #ifndef DataFormats_Provenance_FileIndex_h
2 #define DataFormats_Provenance_FileIndex_h
55 typedef std::vector<Element>::iterator
iterator;
bool operator<(DetSet< T > const &x, DetSet< T > const &y)
const_iterator findEventEntryPosition(RunNumber_t run, LuminosityBlockNumber_t lumi, EventNumber_t event, EntryNumber_t entry) const
bool & allInEntryOrder() const
unsigned int EventNumber_t
bool operator()(FileIndex::Element const &lh, FileIndex::Element const &rh)
SortState & sortState() const
bool operator!=(debugging_allocator< X > const &, debugging_allocator< Y > const &)
unsigned int LuminosityBlockNumber_t
void sortBy_Run_Lumi_EventEntry()
bool operator<=(View< T > const &, View< T > const &)
bool containsRun(RunNumber_t run) const
std::vector< Element >::const_iterator const_iterator
bool operator>=(View< T > const &, View< T > const &)
bool allEventsInEntryOrder() const
static EntryNumber_t const invalidEntry
const_iterator findEventPosition(RunNumber_t run, LuminosityBlockNumber_t lumi, EventNumber_t event) const
bool containsLumi(RunNumber_t run, LuminosityBlockNumber_t lumi) const
const_iterator findRunPosition(RunNumber_t run) const
bool operator==(debugging_allocator< X > const &, debugging_allocator< Y > const &)
bool operator>(View< T > const &, View< T > const &)
const_iterator end() const
void initializeTransients() const
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 but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
iterator erase(iterator pos)
const_iterator findLumiPosition(RunNumber_t run, LuminosityBlockNumber_t lumi) const
LuminosityBlockNumber_t lumi_
iterator erase(iterator begin, iterator end)
bool containsItem(RunNumber_t run, LuminosityBlockNumber_t lumi, EventNumber_t event) const
bool containsEvent(RunNumber_t run, LuminosityBlockNumber_t lumi, EventNumber_t event) const
const_iterator findLumiOrRunPosition(RunNumber_t run, LuminosityBlockNumber_t lumi) const
std::vector< Element > entries_
void sortBy_Run_Lumi_Event()
Element(RunNumber_t run, LuminosityBlockNumber_t lumi, EventNumber_t event)
void addEntry(RunNumber_t run, LuminosityBlockNumber_t lumi, EventNumber_t event, EntryNumber_t entry)
EntryType getEntryType() const
const_iterator findPosition(RunNumber_t run, LuminosityBlockNumber_t lumi=0U, EventNumber_t event=0U) const
bool & resultCached() const
std::vector< Element >::size_type size() const
const_iterator begin() const
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger tbale.
Element(RunNumber_t run, LuminosityBlockNumber_t lumi, EventNumber_t event, long long entry)
std::vector< Element >::iterator iterator