CMS 3D CMS Logo

EventHistoryGetter.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: DataFormats
4 // Class : EventHistoryGetter
5 //
6 // Implementation:
7 // [Notes on implementation]
8 //
9 // Original Author:
10 // Created: Wed Feb 10 11:15:18 CST 2010
11 //
12 
13 // user include files
15 
16 namespace fwlite {
17 
18  //
19  // constructors and destructor
20  //
22 
24 
25  //
26  // const member functions
27  //
29 } // namespace fwlite
fwlite
Definition: TFileDirectory.h:16
fwlite::EventHistoryGetter::EventHistoryGetter
EventHistoryGetter(const Event *)
Definition: EventHistoryGetter.cc:21
EventHistoryGetter.h
fwlite::EventHistoryGetter::~EventHistoryGetter
~EventHistoryGetter() override
Definition: EventHistoryGetter.cc:23
fwlite::Event
Definition: Event.h:87
fwlite::Event::history
edm::ProcessHistory const & history() const
Definition: Event.cc:303
edm::ProcessHistory
Definition: ProcessHistory.h:13
event
Definition: event.py:1
fwlite::EventHistoryGetter::event_
const fwlite::Event * event_
Definition: EventHistoryGetter.h:39
fwlite::EventHistoryGetter::history
const edm::ProcessHistory & history() const override
Definition: EventHistoryGetter.cc:28
event
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